summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw
AgeCommit message (Expand)AuthorFilesLines
2017-05-11gallium/tests: fix build after index buffer changesMarek Olšák16-32/+32
2017-03-10gallium/tests: remove execute bit from TGSI shader - vert-uadd.shEmil Velikov1-0/+0
2016-10-07gallium: add missing zero-init for resource templatesRob Clark9-0/+16
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák5-72/+49
2016-05-25scons: whitespace cleanupGiuseppe Bilotta1-1/+1
2016-05-17Treewide: Remove Elements() macroJan Vesely1-1/+1
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák3-23/+23
2016-03-21gallium/tests: declare sampler views in shadersBrian Paul3-0/+3
2016-02-08gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul1-0/+1
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák9-9/+9
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-7/+7
2014-12-01graw: Avoid 'near'/'far' variables.José Fonseca8-24/+24
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák8-16/+0
2014-08-04gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand1-1/+1
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-2/+2
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák16-19/+19
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie9-9/+9
2013-11-25llvmpipe: support 8bit subpixel precisionZack Rusin2-0/+175
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul7-8/+8
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin2-0/+24
2013-10-03gallium/tests: fix SHADER typoBrian Paul1-1/+1
2013-10-03gallium/tests: use pipe_context::bind_sampler_states()Brian Paul7-7/+10
2013-06-24tests/graw: Fix typo in shader-leak.cJosé Fonseca1-1/+1
2013-06-24gallium: Fix llvmpipe on big-endian machinesAdam Jackson8-17/+17
2013-05-25gallium: Add support for multiple viewportsZack Rusin8-8/+8
2013-05-14graw/tgsi_dump: Fix gdb macro.José Fonseca1-2/+2
2013-04-25graw: Set the vertex shader constant buffer.José Fonseca1-1/+1
2013-04-25graw: Simple utilities to dump and disassemble TGSI tokens.José Fonseca3-0/+97
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca10-10/+20
2013-04-22gallivm: Fix assignment of unsigned values to OUT register.José Fonseca1-0/+9
2013-04-04llvmpipe: implement ucmpZack Rusin1-0/+11
2013-03-27graw/gs: add missing max output vertices to all testsZack Rusin4-0/+4
2013-01-04gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák16-16/+16
2012-12-12gallium: remove pipe_surface::usageMarek Olšák9-10/+0
2012-10-31gallium: add start_slot parameter to set_vertex_buffersMarek Olšák15-15/+15
2012-10-26graw/fs-test: Use user constant buffers.José Fonseca1-56/+14
2012-10-26graw: Ensure new members are zeroed.José Fonseca14-0/+16
2012-10-26tests/graw: Update occlusion query example.José Fonseca1-4/+4
2012-10-17tgsi: Add support to parse IMM[x] too.José Fonseca1-2/+2
2012-10-11gallium: unify transfer functionsMarek Olšák5-33/+17
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee3-3/+3
2012-05-12gallium/graw: stop using user_buffer_createMarek Olšák15-73/+93
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák3-5/+5
2012-02-22tests/graw: Add a bunch of tests.José Fonseca10-372/+1794
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák9-0/+9
2011-09-19graw: fix tests to build on msvc again.Dave Airlie10-10/+10
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie10-20/+20
2011-04-23graw: Replace dead symlinks to delete python statetracker shaders with their ...José Fonseca64-2/+818
2011-03-11gallium: remove flags from the flush functionMarek Olšák10-10/+10
2011-03-08scons: Fix immediate Python exceptions with SCons on SunOS.Vinson Lee1-1/+1