| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add INTERP_* opcodes to support interpolateAt* | Ilia Mirkin | 2014-07-09 | 3 | -1/+32 |
* | r600g: remove unused base_vector_chan variable | Ilia Mirkin | 2014-07-09 | 1 | -1/+0 |
* | nvc0/ir: fix encoding of offset register into interpolation instruction | Ilia Mirkin | 2014-07-09 | 1 | -1/+1 |
* | nvc0/ir: account for indirect textures on fermi for txd | Ilia Mirkin | 2014-07-09 | 1 | -0/+3 |
* | nvc0/ir: unset s/r indirect sources before moving everything | Ilia Mirkin | 2014-07-09 | 1 | -9/+10 |
* | targets/dri-swrast: Convert to static/shared pipe-driver | Emil Velikov | 2014-07-10 | 10 | -231/+71 |
* | st/dri: merge dri/drm and dri/sw backends | Emil Velikov | 2014-07-10 | 29 | -192/+96 |
* | targets/dri-swrast: convert to gallium megadrivers :) | Emil Velikov | 2014-07-10 | 6 | -2/+25 |
* | scons: build and use a single dri_common library | Emil Velikov | 2014-07-10 | 2 | -3/+3 |
* | st/dri/drm: remove __driDriverExtensions and driDriverAPI | Emil Velikov | 2014-07-10 | 3 | -22/+2 |
* | targets/dri: cleanup conversion leftovers | Emil Velikov | 2014-07-10 | 2 | -38/+4 |
* | targets/dri: update scons build to handle __driDriverGetExtensions_vmwgfx | Emil Velikov | 2014-07-10 | 1 | -0/+5 |
* | targets/dri: Add __driDriverGetExtensions_vmwgfx | Emil Velikov | 2014-07-10 | 2 | -0/+17 |
* | targets/dri: Add __driDriverGetExtensions_i965 symbol | Emil Velikov | 2014-07-10 | 2 | -0/+17 |
* | targets/dri: Add __driDriverGetExtensions_i915 symbol | Emil Velikov | 2014-07-10 | 2 | -0/+17 |
* | targets/dri: Add __driDriverGetExtensions_freedreno symbol | Emil Velikov | 2014-07-10 | 2 | -0/+17 |
* | targets/dri: Add __driDriverGetExtensions_(r300|r600|radeonsi) symbols | Emil Velikov | 2014-07-10 | 2 | -0/+41 |
* | targets/dri: Add __driDriverGetExtensions_nouveau symbol | Emil Velikov | 2014-07-10 | 5 | -0/+46 |
* | tgsi: add interpolation location modifier support to text parser | Ilia Mirkin | 2014-07-09 | 1 | -0/+17 |
* | gallium: switch dedicated centroid field to interpolation location | Ilia Mirkin | 2014-07-09 | 14 | -24/+44 |
* | gallium/u_blitter: fix some shader memory leaks | Brian Paul | 2014-07-09 | 1 | -0/+9 |
* | tgsi: properly parse indirect dimension references (e.g. for UBOs) | Ilia Mirkin | 2014-07-09 | 1 | -0/+7 |
* | radeonsi: fix order of r600_need_dma_space and r600_context_bo_reloc | Christian König | 2014-07-09 | 1 | -1/+2 |
* | nvc0: allocate more space before a counter is configured | Samuel Pitoiset | 2014-07-08 | 1 | -2/+3 |
* | nv50/ir: use unordered_set instead of list to keep track of var uses | Tobias Klausmann | 2014-07-08 | 4 | -9/+10 |
* | radeonsi: mark MSAA config state as dirty at the beginning of CS | Marek Olšák | 2014-07-08 | 1 | -0/+1 |
* | gallium: fix u_default_transfer_inline_write for textures | Marek Olšák | 2014-07-08 | 1 | -2/+2 |
* | ilo: fix fence reference counting | Chia-I Wu | 2014-07-08 | 1 | -12/+9 |
* | nvc0/ir: fill offset in properly for TXD | Ilia Mirkin | 2014-07-08 | 1 | -13/+43 |
* | nvc0/ir: use manual TXD when offsets are involved | Ilia Mirkin | 2014-07-08 | 1 | -1/+2 |
* | nvc0/ir: do quadops on the right texture coordinates for TXD | Ilia Mirkin | 2014-07-08 | 1 | -2/+3 |
* | nv50/ir: ignore bias for samplerCubeShadow on nv50 | Ilia Mirkin | 2014-07-08 | 1 | -0/+10 |
* | nv50/ir: retrieve shadow compare from first arg | Ilia Mirkin | 2014-07-08 | 1 | -1/+1 |
* | gallium/radeon: use PRIX64 instead of PRIu64 | Christian König | 2014-07-06 | 2 | -2/+2 |
* | nvc0: add a memory barrier when there are persistent UBOs | Ilia Mirkin | 2014-07-03 | 5 | -4/+57 |
* | nv50: do an explicit flush on draw when there are persistent buffers | Ilia Mirkin | 2014-07-03 | 3 | -2/+50 |
* | nv50: disable dedicated ubo upload method | Ilia Mirkin | 2014-07-03 | 1 | -0/+7 |
* | gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORT | Ilia Mirkin | 2014-07-03 | 15 | -16/+18 |
* | r600g: allow vs to write to gl_ViewportIndex | Ilia Mirkin | 2014-07-03 | 1 | -0/+17 |
* | svga: Don't unnecessarily reemit BindGBShader commands v2 | Thomas Hellstrom | 2014-07-03 | 3 | -20/+8 |
* | radeon/llvm: Allocate space for kernel metadata operands | Aaron Watry | 2014-07-03 | 1 | -3/+7 |
* | svga: add switch cases for PIPE_SHADER_CAP_DOUBLES | Brian Paul | 2014-07-03 | 1 | -0/+4 |
* | st/xa: Don't close the drm fd on failure v2 | Thomas Hellstrom | 2014-07-03 | 1 | -1/+6 |
* | Revert "radeonsi: Use dma_copy when possible for si_blit." | Michel Dänzer | 2014-07-03 | 1 | -19/+0 |
* | gallium: Add PIPE_SHADER_CAP_DOUBLES | Tom Stellard | 2014-07-02 | 6 | -1/+15 |
* | clover: Fix not setting build log if the build succeeds v2 | Matt Arsenault | 2014-07-02 | 5 | -13/+24 |
* | clover: Have compat::string allocate its own memory. | Francisco Jerez | 2014-07-02 | 2 | -5/+7 |
* | gallium/radeon: Only print a message for LLVM diagnostic errors | Tom Stellard | 2014-07-02 | 1 | -2/+4 |
* | radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ | Tom Stellard | 2014-07-02 | 1 | -1/+1 |
* | r600g: allow viewport index/layer to be sent to ps | Ilia Mirkin | 2014-07-02 | 1 | -2/+20 |