aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/samples
Commit message (Expand)AuthorAgeFilesLines
* python/samples: Use PIPE_FORMAT_Z16_UNORM instead of PIPE_FORMAT_Z32_UNORM.José Fonseca2009-07-151-1/+1
* gallium: Clean up driver clear() interface.Michel Dänzer2009-04-041-2/+6
* python: Use depth buffer in the triangle example.José Fonseca2009-03-301-7/+18
* python: Cleanup.José Fonseca2009-03-301-7/+6
* python: Don't use deprecated clear_value field.José Fonseca2009-03-301-2/+1
* python: Hide away the surface usage flags.José Fonseca2009-03-301-3/+3
* python: Fix tri sample.Michal Krol2009-03-261-15/+15
* python: s/num_cbufs/nr_cbufs/José Fonseca2009-03-251-1/+1
* python: More efficient blits from surfaces.José Fonseca2009-02-201-12/+2
* python: Cleanup tri example.José Fonseca2008-09-051-2/+1
* gallium: Finer grained is_format_supported.José Fonseca2008-07-191-3/+5
* python: Cleanup.José Fonseca2008-07-151-8/+0
* python: Request/respect the texture & buffer usage flags in the examples.José Fonseca2008-07-151-19/+62
* python: Allow hardware support.José Fonseca2008-07-151-1/+1
* python: Get the sample app to draw triangle like trivial/tri exanple.José Fonseca2008-07-141-26/+40
* python: Surface clears.José Fonseca2008-07-141-0/+2
* python: Allow to create/specify shaders.José Fonseca2008-07-141-5/+24
* python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-131-0/+158