| Commit message (Expand) | Author | Age | Files | Lines |
* | llvmpipe: get rid of llvmpipe_get_texture_image | Roland Scheidegger | 2014-07-02 | 2 | -52/+1 |
* | llvmpipe: get rid of llvmpipe_get_texture_image_all | Roland Scheidegger | 2014-07-02 | 4 | -65/+7 |
* | llvmpipe: allocate regular texture memory upfront | Roland Scheidegger | 2014-07-02 | 1 | -0/+7 |
* | llvmpipe: get rid of linear_img struct | Roland Scheidegger | 2014-07-02 | 4 | -33/+19 |
* | llvmpipe: (trivial) rename linear_mip_offsets to mip_offsets | Roland Scheidegger | 2014-07-02 | 4 | -6/+6 |
* | target-helpers: don't use designated initializers | Roland Scheidegger | 2014-07-02 | 1 | -4/+4 |
* | st/mesa: add support for indirect drawing | Christoph Bumiller | 2014-07-02 | 3 | -1/+14 |
* | gallium/u_vbuf: get draw info from an indirect buffer if there's any | Marek Olšák | 2014-07-02 | 1 | -44/+72 |
* | gallium: add facilities for indirect drawing | Christoph Bumiller | 2014-07-02 | 18 | -0/+106 |
* | gallium: add PIPE_BIND_COMMAND_ARGS_BUFFER | Christoph Bumiller | 2014-07-02 | 2 | -0/+4 |
* | xmlconfig/dri: bool -> unsigned char | Dave Airlie | 2014-07-02 | 3 | -10/+8 |
* | i965/fs: Update discard jump to preserve uniform loads via sampler. | Cody Northrop | 2014-07-01 | 1 | -6/+5 |
* | i965/fs: Mark case unreachable to silence warning. | Matt Turner | 2014-07-01 | 1 | -0/+2 |
* | i965: Use unreachable() instead of unconditional assert(). | Matt Turner | 2014-07-01 | 55 | -324/+182 |
* | mesa: Make unreachable macro take a string argument. | Matt Turner | 2014-07-01 | 7 | -16/+17 |
* | i965/vec4: Remove useless conditionals. | Matt Turner | 2014-07-01 | 1 | -6/+3 |
* | i965/fs: Pass cfg to calculate_live_intervals(). | Matt Turner | 2014-07-01 | 6 | -12/+15 |
* | i965: Mark fields in the live interval classes protected. | Matt Turner | 2014-07-01 | 2 | -16/+19 |
* | glsl: Remove now unused foreach_list* macros. | Matt Turner | 2014-07-01 | 1 | -24/+0 |
* | i965: Use typed foreach_in_list_safe instead of foreach_list_safe. | Matt Turner | 2014-07-01 | 11 | -55/+20 |
* | i965: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 18 | -184/+76 |
* | i965: Add and use foreach_inst_in_block macros. | Matt Turner | 2014-07-01 | 7 | -25/+17 |
* | i965/fs: Use is_head_sentinel() instead of ->prev == NULL. | Matt Turner | 2014-07-01 | 1 | -1/+1 |
* | mesa: Add and use foreach_list_typed_safe. | Matt Turner | 2014-07-01 | 2 | -3/+10 |
* | mesa: Add and use foreach_in_list_use_after. | Matt Turner | 2014-07-01 | 3 | -9/+7 |
* | glsl: Replace uses of foreach_list_const. | Matt Turner | 2014-07-01 | 2 | -17/+6 |
* | glsl: Replace another couple uses of foreach_list. | Matt Turner | 2014-07-01 | 1 | -6/+4 |
* | glsl: Use foreach_list_typed when possible. | Matt Turner | 2014-07-01 | 3 | -31/+18 |
* | mesa: Use typed foreach_in_list_safe instead of foreach_list_safe. | Matt Turner | 2014-07-01 | 1 | -3/+1 |
* | glsl: Use typed foreach_in_list_safe instead of foreach_list_safe. | Matt Turner | 2014-07-01 | 20 | -87/+41 |
* | mesa: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 3 | -85/+41 |
* | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 39 | -291/+184 |
* | glsl: Add typed foreach_in_list_safe macro. | Matt Turner | 2014-07-01 | 1 | -0/+9 |
* | glsl: Add typed foreach_in_list/_reverse macros. | Matt Turner | 2014-07-01 | 1 | -0/+10 |
* | mesa: fix the condition in src/loader/Makefile.am | Axel Davy | 2014-07-01 | 1 | -0/+2 |
* | mesa: update comment for UniformBufferSize to indicate size is in bytes | Brian Paul | 2014-07-01 | 1 | -1/+1 |
* | st/mesa: fix incorrect size of UBO declarations | Brian Paul | 2014-07-01 | 1 | -1/+8 |
* | st/mesa: don't use address register for constant-indexed ir_binop_ubo_load | Brian Paul | 2014-07-01 | 1 | -6/+11 |
* | st/mesa: allow 2D indexing for all shader types in translate_src() | Brian Paul | 2014-07-01 | 1 | -1/+4 |
* | st/mesa: don't ignore const buf index in src_register() | Brian Paul | 2014-07-01 | 1 | -1/+1 |
* | nvc0: expose 4 vertex streams, use stream ids in xfb | Ilia Mirkin | 2014-07-01 | 5 | -2/+5 |
* | nvc0/ir: only merge emit/restart for identical streams | Ilia Mirkin | 2014-07-01 | 1 | -3/+10 |
* | nvc0/ir: avoid creating restarts with non-0 stream | Ilia Mirkin | 2014-07-01 | 1 | -3/+7 |
* | nvc0/ir: fix emitting vertex stream | Ilia Mirkin | 2014-07-01 | 1 | -7/+8 |
* | mesa/st: add vertex stream support | Ilia Mirkin | 2014-07-01 | 2 | -4/+8 |
* | gallium: add a cap for max vertex streams | Ilia Mirkin | 2014-07-01 | 15 | -1/+28 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 25 | -33/+52 |
* | gallium: add support for stream in so info | Ilia Mirkin | 2014-07-01 | 3 | -0/+3 |
* | gallium: add vertex stream argument to EMIT/ENDPRIM | Ilia Mirkin | 2014-07-01 | 3 | -8/+8 |
* | i965/fs: Mark predicated PLN instructions with dependency hints. | Matt Turner | 2014-06-30 | 1 | -4/+9 |