summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw
Commit message (Expand)AuthorAgeFilesLines
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-139-9/+9
* llvmpipe: support 8bit subpixel precisionZack Rusin2013-11-252-0/+175
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-237-8/+8
* gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2013-10-092-0/+24
* gallium/tests: fix SHADER typoBrian Paul2013-10-031-1/+1
* gallium/tests: use pipe_context::bind_sampler_states()Brian Paul2013-10-037-7/+10
* tests/graw: Fix typo in shader-leak.cJosé Fonseca2013-06-241-1/+1
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-248-17/+17
* 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