Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-11 | Add a test for the KIL opcode | Alex Corscadden | |
This is a simple test for the KIL opcode. It should render a 6 sided figure with a colored interior. | |||
2010-08-20 | gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too | Luca Barbieri | |
Searched for them with: git grep -E '[!=]=.*PIPE_TEXTURE_2D|PIPE_TEXTURE_2D.*[!=]=|case.*PIPE_TEXTURE_2D' Behavior hasn't been changed. | |||
2010-06-18 | graw: add two examples using new register files | Zack Rusin | |
2010-06-15 | graw: fix setup for multiple constant buffers | Zack Rusin | |
2010-06-07 | regress: remove interpolation and semantic info from vs inputs | Keith Whitwell | |
2010-05-30 | python/retrace: Interpret resource_copy_region. | José Fonseca | |
2010-05-17 | st/python: adapt to interface changes | Roland Scheidegger | |
compile tested only. Should probably change the python surface_copy/fill functions also into resource_copy/fill_region functions and adapt the code using them. | |||
2010-05-02 | retrace: Add sampler_view_destroy | José Fonseca | |
2010-04-19 | retrace: Support index bias. | José Fonseca | |
2010-04-18 | retrace: Fix vertex/index/constant buffer dumping. | José Fonseca | |
2010-04-18 | retrace: Remove deprecated code. | José Fonseca | |
2010-04-14 | retrace: Update for recent interface changes. | José Fonseca | |
2010-04-13 | progs/gallium: Move into src/gallium/tests | José Fonseca | |
Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src |