Age | Commit message (Collapse) | Author |
|
|
|
|
|
Try to keep backwards compatability with old traces as much as possible.
|
|
Only allows clearing currently bound buffers, but colour and depth/stencil in
a single call.
|
|
Surfaces are now by definition GPU views. So CPU access flags don't make
any sense when creating a surface.
For now we are forcing surfaces to be GPU read/write, but that will go away
soon.
|
|
|
|
To make it easy associate images with the calls.
|
|
|
|
|
|
|
|
|
|
C code instead of interpreted python code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
everything into memory).
|
|
|
|
|
|
|
|
|
|
Now capable of replaying trivial/quad-tex-2d
|
|
At the moment it is capable of replaying trivial/tri kind of apps.
See README for status.
|