summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-08-18clover/util: Pass initial count value to ref_counter constructor.Francisco Jerez1-2/+2
2014-08-18clover/util: Implement minimalist reference to clover::ref_counter object.Francisco Jerez1-0/+45
2014-08-17clover: clGetProgramInfo support for OpenCL 1.2.EdB1-0/+11
2014-08-16util: whitespace and formatting fixes in u_math.hBrian Paul1-17/+23
2014-08-16Revert "hud: don't overrun malloced arrays"Dave Airlie1-1/+0
2014-08-15gallium/vc4: PIPE_CAP_VIDEO_MEMORY return the amount of system ramEmil Velikov1-3/+9
2014-08-15vc4: Add support for blending.Eric Anholt5-12/+199
2014-08-15vc4: Drop incorrect attempt to incorrectly invert the primconvert hw_mask.Eric Anholt1-1/+1
2014-08-15vc4: Use cl_f() instead of cl_u32(fui())Eric Anholt1-6/+6
2014-08-15vc4: Consistently use qir_uniform_f().Eric Anholt1-7/+6
2014-08-15vc4: Consume the implicit varyings for points and lines.Eric Anholt3-12/+33
2014-08-15vc4: Move the deref of the color buffer for simulator into the simulator.Eric Anholt3-8/+4
2014-08-15st/dri: Add __DRI2rendererQueryExtension supportEmil Velikov5-0/+88
2014-08-15gallium/softpipe/llvmpipe: handle query_renderer capsEmil Velikov2-0/+38
2014-08-15gallium/svga: handle query_rendered capsEmil Velikov1-0/+12
2014-08-15gallium/nouveau: handle query_renderer capsEmil Velikov3-9/+61
2014-08-15gallium/vc4: handle query_renderer capsEmil Velikov1-0/+12
2014-08-15gallium/r300/r600/radeonsi: handle query_renderer capsEmil Velikov3-0/+33
2014-08-15gallium/ilo: handle query_renderer capsEmil Velikov4-1/+38
2014-08-15gallium/i915: handle query_renderer capsEmil Velikov3-0/+40
2014-08-15gallium/freedreno: handle query_renderer capsEmil Velikov1-0/+12
2014-08-15auxiliary/os: introduce os_get_total_physical_memory helper functionEmil Velikov2-0/+71
2014-08-15gallium: add GLX_MESA_query_renderer capsEmil Velikov2-0/+13
2014-08-15r600g: Implement ARB_derivative_controlGlenn Kennard2-10/+12
2014-08-14nv50,nvc0: add support for fine derivativesIlia Mirkin3-2/+6
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin19-5/+34
2014-08-15r600g: Implement BPTC texture supportGlenn Kennard1-0/+24
2014-08-14radeonsi: implement BPTC texture supportGrigori Goronzy1-0/+20
2014-08-14radeonsi: fix buffer invalidation of unbound texture buffer objectsMarek Olšák3-7/+17
2014-08-14r600g: implement invalidation of texture buffer objectsMarek Olšák5-5/+51
2014-08-14r600g: fix constant buffer fetchesMarek Olšák1-0/+1
2014-08-14r600g: clear constant buffer sizes at the beginning of CSMarek Olšák3-87/+49
2014-08-14svga: remove some unneeded INLINE qualifiersBrian Paul3-5/+5
2014-08-14st/vdpau: add device reference countingChristian König8-11/+46
2014-08-14hud: don't overrun malloced arraysDave Airlie1-0/+1
2014-08-13winsys/radeon: fix hawaii accel_working2 commentAndreas Boll1-1/+1
2014-08-13r300g: Fix bug in build_loop_info()/compiler v2Tom Stellard1-11/+23
2014-08-13clover: Flush the command queue in clReleaseCommandQueue()Tom Stellard1-1/+5
2014-08-13radeonsi/compute: Stop leaking the input bufferTom Stellard1-7/+14
2014-08-13radeonsi/compute: Whitespace fixesTom Stellard1-2/+1
2014-08-13radeonsi/compute: Call si_pm4_free_state() after emitting compute stateTom Stellard1-1/+1
2014-08-13radeonsi/compute: Update reference counts for buffers in si_set_global_binding()Tom Stellard1-2/+2
2014-08-13radeon/compute: Report a value for PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZETom Stellard2-1/+17
2014-08-13radeon/compute: Fix reported values for MAX_GLOBAL_SIZE and MAX_MEM_ALLOC_SIZETom Stellard1-13/+19
2014-08-13ra: cleanup the public APIConnor Abbott1-1/+1
2014-08-13nvc0: increase GLSL level to 400 to enable ARB_gpu_shader5Ilia Mirkin1-1/+1
2014-08-13android: gallium: use the installed libdrm headersEmil Velikov3-10/+3
2014-08-13android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov1-4/+0
2014-08-13android: gallium/auxiliary: drop log2/log2f redefitionsEmil Velikov1-22/+0
2014-08-13android: targets/egl-static: add correct include for DRM headersEmil Velikov1-3/+1