summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/samples/tri.py
AgeCommit message (Collapse)Author
2009-07-15python/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-04gallium: 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-30python: Use depth buffer in the triangle example.José Fonseca
2009-03-30python: Cleanup.José Fonseca
2009-03-30python: Don't use deprecated clear_value field.José Fonseca
2009-03-30python: 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-26python: Fix tri sample.Michal Krol
2009-03-25python: s/num_cbufs/nr_cbufs/José Fonseca
2009-02-20python: More efficient blits from surfaces.José Fonseca
C code instead of interpreted python code.
2008-09-05python: Cleanup tri example.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-15python: Cleanup.José Fonseca
2008-07-15python: Request/respect the texture & buffer usage flags in the examples.José Fonseca
2008-07-15python: Allow hardware support.José Fonseca
2008-07-14python: Get the sample app to draw triangle like trivial/tri exanple.José Fonseca