| Commit message (Expand) | Author | Age | Files | Lines |
* | radeonsi: add the vertex shader position output if it's missing | Marek Olšák | 2013-10-25 | 1 | -0/+13 |
* | radeonsi: respect semantic indices for COLOR[i] fragment shader outputs | Marek Olšák | 2013-10-25 | 1 | -5/+2 |
* | freedreno/a3xx/compiler: relative addressing | Rob Clark | 2013-10-24 | 1 | -1/+123 |
* | freedreno/a3xx: fix const/rel/const-rel encoding | Rob Clark | 2013-10-24 | 4 | -88/+300 |
* | freedreno/a3xx: add blend state | Rob Clark | 2013-10-24 | 2 | -5/+23 |
* | freedreno/resource: fail more gracefully | Rob Clark | 2013-10-24 | 1 | -1/+13 |
* | svga: remove user-space vertex/index buffer code | Brian Paul | 2013-10-24 | 6 | -259/+13 |
* | freedreno: fix compile error | Rob Clark | 2013-10-23 | 1 | -1/+1 |
* | nv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to PIPE_MAX_SAMPLERS | Brian Paul | 2013-10-23 | 1 | -1/+1 |
* | radeonsi: remove unused si_set_cs_sampler_view() | Brian Paul | 2013-10-23 | 1 | -4/+0 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 21 | -368/+188 |
* | svga: remove unneeded include of u_double_list.h | Brian Paul | 2013-10-23 | 1 | -2/+0 |
* | llvmpipe: enable seamless cube filtering | Roland Scheidegger | 2013-10-21 | 1 | -1/+1 |
* | r300g/compiler: Fix unsigned comparison with less than zero | David Heidelberger | 2013-10-21 | 1 | -1/+1 |
* | r600g/sb: Initialize shader::dce_flags. | Vinson Lee | 2013-10-20 | 1 | -1/+2 |
* | r600g/sb: fix issue with DCE between GVN and GCM (v2) | Vadim Girlin | 2013-10-17 | 4 | -12/+39 |
* | Revert "scons: Fix build when rtti is disabled" | José Fonseca | 2013-10-16 | 1 | -5/+4 |
* | radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3 | Tom Stellard | 2013-10-16 | 1 | -0/+4 |
* | r600g/compute Improve debugging output | Tom Stellard | 2013-10-16 | 2 | -5/+7 |
* | svga: minor fix-ups in svga_get_shader_param() | Brian Paul | 2013-10-16 | 1 | -2/+3 |
* | scons: Fix build when rtti is disabled | Alexander von Gluck IV | 2013-10-15 | 1 | -4/+5 |
* | llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE. | José Fonseca | 2013-10-15 | 1 | -1/+1 |
* | radeon: use staging for mapping linear textures | Grigori Goronzy | 2013-10-13 | 1 | -0/+6 |
* | radeon/uvd: use PIPE_BIND_LINEAR for video surfaces | Grigori Goronzy | 2013-10-13 | 2 | -7/+7 |
* | radeonsi: Allow Sinking pass to move preloaded const/res/sampl | Vincent Lejeune | 2013-10-13 | 2 | -5/+28 |
* | radeonsi: pass alpha_ref value to PS in the user sgpr | Vadim Girlin | 2013-10-13 | 3 | -25/+29 |
* | r600g: fix tgsi_op2_s with trans-only instructions | Vadim Girlin | 2013-10-13 | 1 | -5/+31 |
* | i915g: Fix assert | Stephane Marchesin | 2013-10-12 | 1 | -1/+1 |
* | radeon/llvm: show LLVM disassembly when available | Jay Cornwall | 2013-10-12 | 3 | -1/+9 |
* | softpipe: fix seamless cube filtering | Roland Scheidegger | 2013-10-12 | 1 | -48/+151 |
* | llvmpipe: increase fs shader variant instruction cache limit by factor 4 | Roland Scheidegger | 2013-10-12 | 1 | -2/+2 |
* | svga: s/0/FALSE/ | Brian Paul | 2013-10-11 | 1 | -2/+2 |
* | r600g: fix crash in set_framebuffer_state | Grigori Goronzy | 2013-10-11 | 2 | -12/+26 |
* | llvmpipe: We don't use the draw pipeline for offset_point/line. | José Fonseca | 2013-10-09 | 1 | -2/+0 |
* | llvmpipe: abstract the code to set number of subpixel bits | Zack Rusin | 2013-10-09 | 3 | -10/+15 |
* | radeon/uvd: disable VC-1 simple/main profile | Grigori Goronzy | 2013-10-09 | 1 | -1/+3 |
* | radeon/uvd: try to fix VC-1 decoding | Grigori Goronzy | 2013-10-09 | 1 | -33/+38 |
* | radeon/uvd: fix video format reporting | Grigori Goronzy | 2013-10-09 | 1 | -2/+5 |
* | radeonsi: fix occlusion queries for CIK | Marek Olšák | 2013-10-09 | 1 | -3/+12 |
* | radeonsi: draw register fixes for CIK | Marek Olšák | 2013-10-09 | 2 | -9/+27 |
* | gallium/swrast: don't export any private symbols | Marek Olšák | 2013-10-08 | 2 | -2/+4 |
* | gallium/radeon: don't export any private symbols | Marek Olšák | 2013-10-08 | 3 | -5/+10 |
* | i915g: Rename sampler to fragment_sampler | Stéphane Marchesin | 2013-10-07 | 4 | -9/+9 |
* | i915g: Fix the sampler bind function | Stéphane Marchesin | 2013-10-07 | 1 | -19/+30 |
* | radeon/uvd: optimize message handling a bit | Christian König | 2013-10-07 | 1 | -44/+53 |
* | Revert "r600g: only flush the caches that need to be flushed during CP DMA op... | Marek Olšák | 2013-10-06 | 4 | -139/+28 |
* | r600g: texture offsets for non-TXF instructions | Grigori Goronzy | 2013-10-04 | 1 | -10/+10 |
* | r600g: remove an assertion causing a crash at context cleanup | Marek Olšák | 2013-10-04 | 1 | -1/+0 |
* | r300g: remove unused function r300_lacks_vertex_textures | Marek Olšák | 2013-10-04 | 1 | -7/+0 |
* | svga: fix incorrect memcpy src in svga_buffer_upload_piecewise() | Brian Paul | 2013-10-04 | 1 | -1/+1 |