Age | Commit message (Collapse) | Author |
|
|
|
|
|
This not only simplifies the code, but allows to use atexit() to ensure
the log is closed when applications don't exit cleanly.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
So that the previously anonymous depth/stencil/alpha structures can be
identified in the traces.
This is just syntactic sugar: it does not break source or binary compatibility.
|
|
|