summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/samples
Commit message (Expand)AuthorAgeFilesLines
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-142-486/+0
* st/python: adapt to blend changesRoland Scheidegger2010-01-252-10/+10
* python: Prefer PIPE_FORMAT_Z32_UNORM.José Fonseca2010-01-112-2/+2
* python: Set PIPE_TEXTURE_USAGE_RENDER_TARGET instead of DISPLAY_TARGET.José Fonseca2010-01-112-2/+2
* python: Update python state tracker and samples for recent interface changes.José Fonseca2009-12-261-1/+1
* python/gs: fix the exampleZack Rusin2009-12-251-4/+4
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+254
* python/tests: Update shader headers.Michal Krol2009-11-271-2/+2
* 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