Age | Commit message (Collapse) | Author |
|
Now capable of replaying trivial/quad-tex-2d
|
|
To simplify looking up these in the trace.
|
|
|
|
|
|
|
|
This not only simplifies the code, but allows to use atexit() to ensure
the log is closed when applications don't exit cleanly.
|
|
|
|
|
|
|
|
gallium does not support rectangle textures currently, only full POT or NPOT
|
|
|
|
|
|
|
|
At the moment it is capable of replaying trivial/tri kind of apps.
See README for status.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a few glean glsl regressions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map OPCODE_TEXKILL to OPCODE_KIL.
|
|
Note: KIL (unconditional) not done yet.
|
|
|
|
|
|
|
|
|
|
|
|
|