summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vc4: fix vc4_resource_from_handle() stride calculationRob Herring2016-06-151-2/+2
* winsys/radeon: use the common job queue for multithreaded command submission v2Marek Olšák2016-06-154-82/+19
* gallium/util: import the multithreaded job queue from amdgpu winsys (v2)Marek Olšák2016-06-157-83/+229
* radeonsi: fix undefined left-shift into sign bitNicolai Hähnle2016-06-151-1/+2
* gallium/radeon: num-cs-flushes query should display per-frame averageMarek Olšák2016-06-141-1/+1
* gallium/radeon: add driver queries for compute/dma call stats and spillsMarek Olšák2016-06-146-1/+45
* radeonsi: don't generate "ret void undef"Marek Olšák2016-06-141-6/+14
* radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clearMarek Olšák2016-06-143-1/+107
* radeonsi: clarify the MSAA resolve limitation with scanoutMarek Olšák2016-06-141-1/+5
* gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák2016-06-143-3/+43
* gallium/util: don't use blocksize for minify for assertionsRoland Scheidegger2016-06-141-20/+8
* llvmpipe: hack-fix bugs due to bogus bind flagsRoland Scheidegger2016-06-146-17/+28
* freedreno: support start param for sampler views/statesRob Clark2016-06-142-33/+23
* freedreno: only do extra vertex-buffer state logic on a2xxRob Clark2016-06-141-8/+10
* freedreno: use util_copy_constant_buffer() helperRob Clark2016-06-141-6/+2
* st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectivelyNayan Deshmukh2016-06-142-8/+8
* st/dri: Clear drawable texture_mask in dri2_invalidate_drawableMichel Dänzer2016-06-141-0/+1
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-143-1/+10
* mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich2016-06-141-148/+1
* clover: Include generated sources in AM_CPPFLAGSAaron Watry2016-06-141-0/+1
* nv50/ir: make Graph destructor virtualStephan Bergmann2016-06-131-1/+1
* clover: Update OpenCL version string to match OpenGLVedran Miletić2016-06-132-2/+6
* util: update some assertions in util_resource_copy_region()Brian Paul2016-06-131-4/+8
* nvc0/ir: clamp the UBO index for compute on KeplerSamuel Pitoiset2016-06-131-1/+9
* radeonsi: enable scratch coalescingMarek Olšák2016-06-131-2/+10
* st/va: hardlink driver instances to gallium_drv_video.soJimmy Berry2016-06-131-0/+14
* vl: Fix trivial sign compare warningsJan Vesely2016-06-137-18/+15
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-1320-26/+12
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-131-12/+0
* swr: automake: add missing -I flagEmil Velikov2016-06-131-0/+1
* swr: Add missing headers for package inclusionChuck Atkins2016-06-131-1/+9
* gallivm: Fix trivial sign warningsJan Vesely2016-06-138-21/+22
* st/va: use proper temp pipe_video_buffer templateJulien Isorce2016-06-131-4/+4
* st/va: it is valid to release the VABuffer of an exported resourceJulien Isorce2016-06-131-7/+1
* nv50: reinstate dedicated constbuf push pathIlia Mirkin2016-06-115-29/+50
* nv50: enable indirect addressing of fragment shader inputsIlia Mirkin2016-06-112-1/+2
* llvmpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul2016-06-101-1/+2
* llvmpipe: don't use 3-component formats, except 32-bit x 3 formatsBrian Paul2016-06-101-11/+12
* softpipe: turn on pipe cap for GL_ARB_copy_image supportBrian Paul2016-06-101-1/+2
* softpipe: don't use 3-component formatsBrian Paul2016-06-101-0/+18
* util: update util_resource_copy_region() for GL_ARB_copy_imageBrian Paul2016-06-101-20/+95
* gallium: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-101-4/+4
* gallivm: more 64-bit integer prep work.Dave Airlie2016-06-111-8/+8
* radeonsi: convert to 64-bitness checks instead of doubles.Dave Airlie2016-06-113-31/+33
* gallivm: make non-float return code bitcast consistent.Dave Airlie2016-06-111-12/+6
* gallium/gallivm: use 64-bit test instead of doubles.Dave Airlie2016-06-111-37/+36
* gallium/tgsi: add 64-bitness type check function.Dave Airlie2016-06-111-0/+7
* vl/dri3: support receiving new pixmap for front bufferLeo Liu2016-06-101-1/+6
* vl/dri3: get Makefile properlyLeo Liu2016-06-103-5/+10
* gallivm: Never emit llvm.fmuladd on LLVM 3.3.Jose Fonseca2016-06-102-1/+7