summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium/dri: Add shared glapi to LIBADD on AndroidTomasz Figa2016-07-201-0/+7
* radeonsi: advertise 8 bits subpixel precision for viewport boundsJózef Kucia2016-07-201-1/+2
* r600: advertise 8 bits subpixel precision for viewport boundsJózef Kucia2016-07-201-1/+2
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-2017-0/+18
* nvc0: disable MS images on GM107+Samuel Pitoiset2016-07-201-0/+7
* nv50/ir: print OP_SUREDB subops in debug modeSamuel Pitoiset2016-07-201-0/+1
* gm107/ir: add emission for SUREDxSamuel Pitoiset2016-07-201-0/+50
* gm107/ir: add emission for SUSTx and SULDxSamuel Pitoiset2016-07-201-0/+104
* gm107/ra: fix constraints for surface operationsSamuel Pitoiset2016-07-201-2/+23
* gm107/ir: lower surface operationsSamuel Pitoiset2016-07-202-1/+77
* nvc0: bind images for 3d/cp shaders on GM107+Samuel Pitoiset2016-07-205-18/+207
* nvc0: increase the tex handles area size in the driver cbSamuel Pitoiset2016-07-201-11/+11
* winsys/amdgpu: use pb_cache buckets for fewer pb_cache missesMarek Olšák2016-07-191-6/+21
* winsys/radeon: use pb_cache buckets for fewer pb_cache missesMarek Olšák2016-07-191-7/+22
* gallium/pb_cache: reduce the number of pointer dereferencesMarek Olšák2016-07-191-7/+9
* gallium/pb_cache: divide the cache into buckets for reducing cache missesMarek Olšák2016-07-195-26/+47
* gallium/pb_cache: check parameters that are more likely to fail firstMarek Olšák2016-07-191-8/+7
* radeonsi: emit PS exports lastMarek Olšák2016-07-191-13/+31
* radeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITSMarek Olšák2016-07-191-2/+6
* radeonsi: really wait for the second EOP event and not the first oneMarek Olšák2016-07-191-1/+5
* gallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS flagMarek Olšák2016-07-195-16/+4
* gm107/ir: make use of ADD32I for all immediatesSamuel Pitoiset2016-07-191-1/+1
* gm107/ir: add missing NEG modifier for IADD32ISamuel Pitoiset2016-07-191-0/+1
* ddebug: Fix trivial typo in stderr messageAndreas Boll2016-07-191-1/+1
* vl: fix memory leakEric Engestrom2016-07-191-7/+1
* vl: add entry pointBoyuan Zhang2016-07-191-0/+1
* nv50,nvc0: srgb rendering is only available for rgba/bgraIlia Mirkin2016-07-181-2/+2
* nvc0: add support for BGRA8 imagesIlia Mirkin2016-07-187-1/+16
* radeon/uvd: add session context buffer for polaris 10/11 v2Christian König2016-07-182-0/+21
* vl/dri3: fix a memory leak from front bufferLeo Liu2016-07-181-0/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-175-9/+9
* virgl: drop pointless leftover init of virgl_transfer_inline_write.Dave Airlie2016-07-171-1/+0
* nv50: fix alphatest for non-blendable formatsIlia Mirkin2016-07-1614-11/+118
* gallium/u_queue: add optional cleanup callbackRob Clark2016-07-165-5/+14
* radeonsi: remove the DRAW_PREAMBLE packetNicolai Hähnle2016-07-163-12/+1
* vc4: Speed up glGenerateMipmaps by avoiding shadow baselevel.Eric Anholt2016-07-155-3/+23
* vc4: Drop VC4_DIRTY_TEXSTATE in favor of the per-stage flags.Eric Anholt2016-07-154-8/+4
* vc4: Remove dead dirty_samplers field.Eric Anholt2016-07-152-5/+0
* vc4: Turn on control flow support in the simulator environment.Eric Anholt2016-07-151-0/+4
* svga: avoid ubinding render targets that have already been unboundCharmaine Lee2016-07-151-1/+6
* svga: dump code for GenMips.Neha Bhende2016-07-151-0/+6
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-151-0/+2
* svga: handle mismatched number of samplers, sampler viewsBrian Paul2016-07-151-5/+10
* st/omx/enc: check uninitialized list from task releaseLeo Liu2016-07-151-2/+2
* nv50/ir: add missing string for SV_WORK_DIMSamuel Pitoiset2016-07-141-0/+1
* Revert "radeon/llvm: Use alloca instructions for larger arrays"Marek Olšák2016-07-142-149/+25
* r600,compute: Reserve vtx 3 for kernel argumentsJan Vesely2016-07-141-3/+7
* radeon/uvd: fail to create a decoder if RUVD_MSG_CREATE submission failsMarek Olšák2016-07-141-6/+9
* winsys/amdgpu: return an error on IB submission failuresMarek Olšák2016-07-142-1/+9
* gallium/radeon: add a return value to cs_flushMarek Olšák2016-07-143-9/+13