Age | Commit message (Collapse) | Author |
|
|
|
Provide more info for register usage errors/warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Walks the token stream and invokes callbacks.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes infinite loop bug.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Translates textual shader into a binary token stream.
The syntax matches the tgsi_dump module, so it's possible to
simply copy-paste the shader dump and transform it back
to a binary form.
|
|
|
|
|
|
|
|
Also, clean up the definitions of the misc/extra temp regs.
A few new assertions too.
|
|
|
|
|
|
|
|
|
|
Checks if all instructions are of the form MOV OUT[n], IN[n]
Untested at this time.
|
|
|
|
is used, the simple swizzle must be set to identity.
|
|
|