summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add support for multiple viewportsZack Rusin2013-05-258-8/+8
* graw/tgsi_dump: Fix gdb macro.José Fonseca2013-05-141-2/+2
* graw: Set the vertex shader constant buffer.José Fonseca2013-04-251-1/+1
* graw: Simple utilities to dump and disassemble TGSI tokens.José Fonseca2013-04-253-0/+97
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-2310-10/+20
* gallivm: Fix assignment of unsigned values to OUT register.José Fonseca2013-04-221-0/+9
* llvmpipe: implement ucmpZack Rusin2013-04-041-0/+11
* graw/gs: add missing max output vertices to all testsZack Rusin2013-03-274-0/+4
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-0416-16/+16
* gallium: remove pipe_surface::usageMarek Olšák2012-12-129-10/+0
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-3115-15/+15
* graw/fs-test: Use user constant buffers.José Fonseca2012-10-261-56/+14
* graw: Ensure new members are zeroed.José Fonseca2012-10-2614-0/+16
* tests/graw: Update occlusion query example.José Fonseca2012-10-261-4/+4
* tgsi: Add support to parse IMM[x] too.José Fonseca2012-10-171-2/+2
* gallium: unify transfer functionsMarek Olšák2012-10-115-33/+17
* Use the correct macro _WIN32 for Windows.Vinson Lee2012-09-053-3/+3
* gallium/graw: stop using user_buffer_createMarek Olšák2012-05-1215-73/+93
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-303-5/+5
* tests/graw: Add a bunch of tests.José Fonseca2012-02-2210-372/+1794
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-109-0/+9
* graw: fix tests to build on msvc again.Dave Airlie2011-09-1910-10/+10
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-1810-20/+20
* graw: Replace dead symlinks to delete python statetracker shaders with their ...José Fonseca2011-04-2364-2/+818
* gallium: remove flags from the flush functionMarek Olšák2011-03-1110-10/+10
* scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee2011-03-081-1/+1
* graw: remove pipe_vertex_buffer::max_indexVinson Lee2011-02-141-1/+0
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-148-10/+0
* graw: add a test showing the new sampling scheme in actionZack Rusin2011-01-241-0/+415
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+1
* graw: fix logic error in pixel format selectionBrian Paul2011-01-209-51/+79
* gallium: support for array textures and related changesRoland Scheidegger2010-12-029-64/+114
* graw: Export graw_save_surface_to_file().Michal Krol2010-11-089-101/+81
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-14/+12
* graw: added test for finding shader mem leaksBrian Paul2010-09-092-0/+267
* graw: emit warnings when context/surface creation failesBrian Paul2010-09-091-3/+11
* graw: fix array size, indentation,Brian Paul2010-09-091-7/+10
* graw: Undo late loading of graw drivers.José Fonseca2010-08-269-9/+16
* graw: Dynamically load graw libraries.José Fonseca2010-08-269-16/+9
* scons: Fix freebsd8 build.Vinson Lee2010-08-111-1/+4
* graw/tests: Use pipe_context::draw_vbo.Chia-I Wu2010-07-297-17/+28
* scons: Fix sunos5 build.Vinson Lee2010-07-271-0/+3
* 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-152-0/+297
* graw: remove wrong testZack Rusin2010-06-161-23/+0
* graw: add a gs test for non-sequential inputsZack Rusin2010-06-162-10/+52
* graw: test multiple cb's in geometry shadersZack Rusin2010-06-152-18/+82
* graw: fix setup for multiple constant buffersZack Rusin2010-06-151-19/+62
* graw: small fixups for the gs examplesZack Rusin2010-06-142-5/+5
* gs: give our test an option of rendering a stripZack Rusin2010-06-101-6/+42