Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-15 | python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM. | José Fonseca | |
More common. True fix would be to use whatever the screen supports though. | |||
2009-04-04 | gallium: Clean up driver clear() interface. | Michel Dänzer | |
Only allows clearing currently bound buffers, but colour and depth/stencil in a single call. | |||
2009-03-30 | python: Use depth buffer in the triangle example. | José Fonseca | |
2009-03-30 | python: Cleanup. | José Fonseca | |
2009-03-30 | python: Don't use deprecated clear_value field. | José Fonseca | |
2009-03-30 | python: Hide away the surface usage flags. | José Fonseca | |
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. | |||
2009-03-26 | python: Fix tri sample. | Michal Krol | |
2009-03-25 | python: s/num_cbufs/nr_cbufs/ | José Fonseca | |
2009-02-20 | python: More efficient blits from surfaces. | José Fonseca | |
C code instead of interpreted python code. | |||
2008-09-05 | python: Cleanup tri example. | José Fonseca | |
2008-07-19 | gallium: Finer grained is_format_supported. | José Fonseca | |
2008-07-15 | python: Cleanup. | José Fonseca | |
2008-07-15 | python: Request/respect the texture & buffer usage flags in the examples. | José Fonseca | |
2008-07-15 | python: Allow hardware support. | José Fonseca | |
2008-07-14 | python: Get the sample app to draw triangle like trivial/tri exanple. | José Fonseca | |
2008-07-14 | python: Surface clears. | José Fonseca | |
2008-07-14 | python: Allow to create/specify shaders. | José Fonseca | |
2008-07-13 | python: New state tracker which exposes the pipe driver to python scripts. | José Fonseca | |
Still under development. Just barely works. |