summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/tri-instanced.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-0/+1
2011-09-19graw: fix tests to build on msvc again.Dave Airlie1-1/+1
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-2/+2
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-1/+1
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-2/+0
2011-01-20graw: fix logic error in pixel format selectionBrian Paul1-5/+8
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-5/+11
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol1-14/+12
2010-08-26graw: Undo late loading of graw drivers.José Fonseca1-1/+1
2010-08-26graw: Dynamically load graw libraries.José Fonseca1-1/+1
2010-07-29graw/tests: Use pipe_context::draw_vbo.Chia-I Wu1-10/+15
2010-07-20graw/tests: pass -e option to test draw_elements_instanced()Brian Paul1-1/+45
2010-07-15graw: new tri-instanced.c program to test instanced drawingBrian Paul1-0/+296