summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw
Commit message (Expand)AuthorAgeFilesLines
* gallium: add missing zero-init for resource templatesRob Clark2016-10-079-0/+16
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-235-72/+49
* scons: whitespace cleanupGiuseppe Bilotta2016-05-251-1/+1
* Treewide: Remove Elements() macroJan Vesely2016-05-171-1/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-223-23/+23
* gallium/tests: declare sampler views in shadersBrian Paul2016-03-213-0/+3
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-0/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-269-9/+9
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-7/+7
* graw: Avoid 'near'/'far' variables.José Fonseca2014-12-018-24/+24
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-168-16/+0
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-1/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-2/+2
* gallium: remove PIPE_USAGE_STATICMarek Olšák2014-02-0616-19/+19
* 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