| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium/tests: use ARRAY_SIZE macro | Eric Engestrom | 2017-09-08 | 3 | -3/+9 |
* | gallium/tests: always use two-dimensional constant references | Nicolai Hähnle | 2017-09-04 | 2 | -8/+8 |
* | gallium/tests: fix build after index buffer changes | Marek Olšák | 2017-05-11 | 16 | -32/+32 |
* | gallium/tests: remove execute bit from TGSI shader - vert-uadd.sh | Emil Velikov | 2017-03-10 | 1 | -0/+0 |
* | gallium: add missing zero-init for resource templates | Rob Clark | 2016-10-07 | 9 | -0/+16 |
* | gallium: split transfer_inline_write into buffer and texture callbacks | Marek Olšák | 2016-07-23 | 5 | -72/+49 |
* | scons: whitespace cleanup | Giuseppe Bilotta | 2016-05-25 | 1 | -1/+1 |
* | Treewide: Remove Elements() macro | Jan Vesely | 2016-05-17 | 1 | -1/+1 |
* | gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_* | Marek Olšák | 2016-04-22 | 3 | -23/+23 |
* | gallium/tests: declare sampler views in shaders | Brian Paul | 2016-03-21 | 3 | -0/+3 |
* | gallium/util: switch over to new u_debug_image.[ch] code | Brian Paul | 2016-02-08 | 1 | -0/+1 |
* | gallium: add flags parameter to pipe_screen::context_create | Marek Olšák | 2015-08-26 | 9 | -9/+9 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -7/+7 |
* | graw: Avoid 'near'/'far' variables. | José Fonseca | 2014-12-01 | 8 | -24/+24 |
* | gallium: remove unused pipe_viewport_state::translate[3] and scale[3] | Marek Olšák | 2014-11-16 | 8 | -16/+0 |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -1/+1 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -2/+2 |
* | gallium: remove PIPE_USAGE_STATIC | Marek Olšák | 2014-02-06 | 16 | -19/+19 |
* | swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) | Dave Airlie | 2013-12-13 | 9 | -9/+9 |
* | llvmpipe: support 8bit subpixel precision | Zack Rusin | 2013-11-25 | 2 | -0/+175 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 7 | -8/+8 |
* | gallium: Add support for 32x32 muls with 64 bit results | Zack Rusin | 2013-10-09 | 2 | -0/+24 |
* | gallium/tests: fix SHADER typo | Brian Paul | 2013-10-03 | 1 | -1/+1 |
* | gallium/tests: use pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 7 | -7/+10 |
* | tests/graw: Fix typo in shader-leak.c | José Fonseca | 2013-06-24 | 1 | -1/+1 |
* | gallium: Fix llvmpipe on big-endian machines | Adam Jackson | 2013-06-24 | 8 | -17/+17 |
* | gallium: Add support for multiple viewports | Zack Rusin | 2013-05-25 | 8 | -8/+8 |
* | graw/tgsi_dump: Fix gdb macro. | José Fonseca | 2013-05-14 | 1 | -2/+2 |
* | graw: Set the vertex shader constant buffer. | José Fonseca | 2013-04-25 | 1 | -1/+1 |
* | graw: Simple utilities to dump and disassemble TGSI tokens. | José Fonseca | 2013-04-25 | 3 | -0/+97 |
* | gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel... | José Fonseca | 2013-04-23 | 10 | -10/+20 |
* | gallivm: Fix assignment of unsigned values to OUT register. | José Fonseca | 2013-04-22 | 1 | -0/+9 |
* | llvmpipe: implement ucmp | Zack Rusin | 2013-04-04 | 1 | -0/+11 |
* | graw/gs: add missing max output vertices to all tests | Zack Rusin | 2013-03-27 | 4 | -0/+4 |
* | gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag | Marek Olšák | 2013-01-04 | 16 | -16/+16 |
* | gallium: remove pipe_surface::usage | Marek Olšák | 2012-12-12 | 9 | -10/+0 |
* | gallium: add start_slot parameter to set_vertex_buffers | Marek Olšák | 2012-10-31 | 15 | -15/+15 |
* | graw/fs-test: Use user constant buffers. | José Fonseca | 2012-10-26 | 1 | -56/+14 |
* | graw: Ensure new members are zeroed. | José Fonseca | 2012-10-26 | 14 | -0/+16 |
* | tests/graw: Update occlusion query example. | José Fonseca | 2012-10-26 | 1 | -4/+4 |
* | tgsi: Add support to parse IMM[x] too. | José Fonseca | 2012-10-17 | 1 | -2/+2 |
* | gallium: unify transfer functions | Marek Olšák | 2012-10-11 | 5 | -33/+17 |
* | Use the correct macro _WIN32 for Windows. | Vinson Lee | 2012-09-05 | 3 | -3/+3 |
* | gallium/graw: stop using user_buffer_create | Marek Olšák | 2012-05-12 | 15 | -73/+93 |
* | gallium: change set_constant_buffer to be UBO-friendly | Marek Olšák | 2012-04-30 | 3 | -5/+5 |
* | tests/graw: Add a bunch of tests. | José Fonseca | 2012-02-22 | 10 | -372/+1794 |
* | Squash-merge branch 'gallium-clip-state' | Marek Olšák | 2012-01-10 | 9 | -0/+9 |
* | graw: fix tests to build on msvc again. | Dave Airlie | 2011-09-19 | 10 | -10/+10 |
* | gallium: move clear paths from rgba to a pointer to a color union (v2) | Dave Airlie | 2011-09-18 | 10 | -20/+20 |
* | graw: Replace dead symlinks to delete python statetracker shaders with their ... | José Fonseca | 2011-04-23 | 64 | -2/+818 |