summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nv50/ir: (trivial) initialize pointer to silence warningTobias Klausmann2014-08-181-1/+1
* vc4: Add support for swizzling of texture colors.Eric Anholt2014-08-183-4/+39
* vc4: Fix handling of non-XYZW swizzles in color outputs.Eric Anholt2014-08-181-6/+6
* vc4: Extract the swizzle handling from vertex fetch.Eric Anholt2014-08-181-27/+32
* vc4: Add support for color masking.Eric Anholt2014-08-181-13/+24
* vc4: Add a helper for QOP_R4_UNPACK_[ABCD].Eric Anholt2014-08-182-8/+11
* vc4: Don't forget to set up the offset for render targets.Eric Anholt2014-08-181-0/+2
* vc4: Fix multi-level texture setup.Eric Anholt2014-08-182-2/+12
* vc4: Fix viewport handling in the uniforms upload.Eric Anholt2014-08-181-4/+2
* gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ramEmil Velikov2014-08-151-3/+9
* vc4: Add support for blending.Eric Anholt2014-08-155-12/+199
* vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask.Eric Anholt2014-08-151-1/+1
* vc4: Use cl_f() instead of cl_u32(fui())Eric Anholt2014-08-151-6/+6
* vc4: Consistently use qir_uniform_f().Eric Anholt2014-08-151-7/+6
* vc4: Consume the implicit varyings for points and lines.Eric Anholt2014-08-153-12/+33
* vc4: Move the deref of the color buffer for simulator into the simulator.Eric Anholt2014-08-153-8/+4
* gallium/softpipe/llvmpipe: handle query_renderer capsEmil Velikov2014-08-152-0/+38
* gallium/svga: handle query_rendered capsEmil Velikov2014-08-151-0/+12
* gallium/nouveau: handle query_renderer capsEmil Velikov2014-08-153-9/+61
* gallium/vc4: handle query_renderer capsEmil Velikov2014-08-151-0/+12
* gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov2014-08-153-0/+33
* gallium/ilo: handle query_renderer capsEmil Velikov2014-08-152-1/+25
* gallium/i915: handle query_renderer capsEmil Velikov2014-08-152-0/+28
* gallium/freedreno: handle query_renderer capsEmil Velikov2014-08-151-0/+12
* r600g: Implement ARB_derivative_controlGlenn Kennard2014-08-152-10/+12
* nv50,nvc0: add support for fine derivativesIlia Mirkin2014-08-143-2/+6
* gallium: add opcodes/cap for fine derivative supportIlia Mirkin2014-08-1413-0/+13
* r600g: Implement BPTC texture supportGlenn Kennard2014-08-151-0/+24
* radeonsi: implement BPTC texture supportGrigori Goronzy2014-08-141-0/+20
* radeonsi: fix buffer invalidation of unbound texture buffer objectsMarek Olšák2014-08-143-7/+17
* r600g: implement invalidation of texture buffer objectsMarek Olšák2014-08-145-5/+51
* r600g: fix constant buffer fetchesMarek Olšák2014-08-141-0/+1
* r600g: clear constant buffer sizes at the beginning of CSMarek Olšák2014-08-143-87/+49
* svga: remove some unneeded INLINE qualifiersBrian Paul2014-08-143-5/+5
* r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard2014-08-131-11/+23
* radeonsi/compute: Stop leaking the input bufferTom Stellard2014-08-131-7/+14
* radeonsi/compute: Whitespace fixesTom Stellard2014-08-131-2/+1
* radeonsi/compute: Call si_pm4_free_state() after emitting compute stateTom Stellard2014-08-131-1/+1
* radeonsi/compute: Update reference counts for buffers in si_set_global_binding()Tom Stellard2014-08-131-2/+2
* radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZETom Stellard2014-08-132-1/+17
* radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZETom Stellard2014-08-131-13/+19
* ra: cleanup the public APIConnor Abbott2014-08-131-1/+1
* nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin2014-08-131-1/+1
* automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov2014-08-131-100/+0
* android: gallium/freedreno: add preliminary buildEmil Velikov2014-08-131-0/+44
* automake: gallium/freedreno: drop spurious include dirsEmil Velikov2014-08-132-4/+2
* android: gallium/radeon: attempt to fix the android buildPaulo Sergio Travaglia2014-08-134-4/+41
* android: gallium/nouveau: fix include folders, link against libstlportEmil Velikov2014-08-131-4/+5
* nvc0: add BPTC format supportIlia Mirkin2014-08-121-0/+7
* softpipe,llvmpipe: mark BPTC formats as unsupportedIlia Mirkin2014-08-122-0/+10