aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/tri-instanced.c
Commit message (Expand)AuthorAgeFilesLines
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-0/+1
* graw: fix tests to build on msvc again.Dave Airlie2011-09-191-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-2/+2
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-2/+0
* graw: fix logic error in pixel format selectionBrian Paul2011-01-201-5/+8
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-5/+11
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-081-14/+12
* graw: Undo late loading of graw drivers.José Fonseca2010-08-261-1/+1
* graw: Dynamically load graw libraries.José Fonseca2010-08-261-1/+1
* graw/tests: Use pipe_context::draw_vbo.Chia-I Wu2010-07-291-10/+15
* graw/tests: pass -e option to test draw_elements_instanced()Brian Paul2010-07-201-1/+45
* graw: new tri-instanced.c program to test instanced drawingBrian Paul2010-07-151-0/+296