summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallivm: convert size query to using a set of parameters.Dave Airlie2016-04-197-97/+51
* swr: dereference cbuf/zbuf/views on context destroyTim Rowley2016-04-181-0/+15
* freedreno/ir3: fix grouping issue w/ reverse swizzlesRob Clark2016-04-181-1/+17
* radeonsi: use enums in si_shader.hMarek Olšák2016-04-181-93/+119
* gallium/radeon: use enums in r600_query.hMarek Olšák2016-04-181-20/+23
* radeonsi: always use PFP_SYNC_ME when doing flushes and waitsMarek Olšák2016-04-182-1/+10
* radeonsi: don't do VS/PS partial flushes if SURFACE_SYNC waits tooMarek Olšák2016-04-181-11/+14
* radeonsi: add safety assertions for meta cache flushesMarek Olšák2016-04-181-0/+4
* radeonsi: don't use ACQUIRE_MEM on the graphics ringMarek Olšák2016-04-181-18/+8
* radeonsi: remove TODO and correct a comment in si_emit_cache_flushMarek Olšák2016-04-181-2/+1
* radeonsi: don't flush CB/DB caches for performance countersMarek Olšák2016-04-181-3/+6
* gallium/radeon: don't flush CB/DB caches for timestamp queriesMarek Olšák2016-04-182-2/+3
* gallium/util: fix undefined shift to the last bit in u_bit_scanMarek Olšák2016-04-181-1/+1
* gallium/util: fix u_bit_scan_consecutive_range for mask == 0xffffffffMarek Olšák2016-04-181-1/+7
* gallium/radeon: fix Nine with its slightly shifted viewportsMarek Olšák2016-04-181-15/+21
* vc4: Add support for rendering to cube map surfaces.Eric Anholt2016-04-181-1/+2
* vc4: Don't flush on read-only access of buffers read by the CL.Eric Anholt2016-04-183-7/+16
* vc4: Sanity check that flushes don't happen between state emit and draw.Eric Anholt2016-04-181-0/+7
* vc4: Sanity check strides for imported BOs.Eric Anholt2016-04-181-5/+18
* r600g: Move R600_BIG_ENDIAN to r600_pipe_common.hOded Gabbay2016-04-182-6/+6
* r600g: fix code indentationOded Gabbay2016-04-182-10/+10
* gallivm: don't use vector selects with llvm 3.7Roland Scheidegger2016-04-181-3/+5
* gallium/radeon: handle vertex shaders that disable clipping & viewportMarek Olšák2016-04-162-1/+20
* llvmpipe: (trivial) initialize src1_alpha var to NULLRoland Scheidegger2016-04-151-1/+1
* gallium/swr: confine c++11 flag to swr driverTim Rowley2016-04-151-2/+3
* gallium/swr: allow swr use as a swrast dri driverTim Rowley2016-04-154-7/+36
* vc4: Fix subimage accesses to LT textures.Eric Anholt2016-04-151-4/+4
* radeon/uvd: fix tonga feedback buffer sizeLeo Liu2016-04-141-4/+8
* gallium/radeon: handle failure when mapping staging bufferNicolai Hähnle2016-04-141-0/+4
* radeonsi: mark ssbo and images descriptor pointers dirty at beginning of CSNicolai Hähnle2016-04-141-0/+2
* nvc0: do not break the universe on GK110+Samuel Pitoiset2016-04-141-0/+1
* nvc0: allow to use compute support on GM200Samuel Pitoiset2016-04-143-2/+5
* gallium/swr: fold the almost identical MakefilesEmil Velikov2016-04-146-312/+184
* radeonsi: don't overwrite the scratch offset in shader prologsMarek Olšák2016-04-141-3/+4
* radeonsi: fold num_user_sgprs where it is possibleMarek Olšák2016-04-141-16/+4
* radeonsi: fix SGPRS calculation once moreMarek Olšák2016-04-142-55/+23
* radeonsi: disable hw ETC2 on PolarisMarek Olšák2016-04-141-1/+1
* scons: Add a "check" target to run all unit tests.Jose Fonseca2016-04-142-12/+6
* test/unit: Make translate_test invoke translate_create by default.Jose Fonseca2016-04-141-3/+4
* test/unit: Make pipe_barrier_test actually check correct bahavior.Jose Fonseca2016-04-141-7/+50
* clover: Fix build against LLVM SVN >= r266163Michel Dänzer2016-04-141-0/+14
* nir/dead_variables: Configurably work with any variable modeJason Ekstrand2016-04-132-2/+2
* gallium/swr: Make flat shading tris work.George Kyriazis2016-04-132-0/+5
* Revert "freedreno/a4xx: better occlusion/sample counting"Rob Clark2016-04-131-6/+1
* freedreno/a4xx: rasterizer_discard supportRob Clark2016-04-131-0/+17
* freedreno/ir3: fix array textures on a4xxRob Clark2016-04-131-3/+9
* freedreno: fix stream-out offset handling for lines/trisRob Clark2016-04-131-1/+1
* freedreno: fix handling for stream-out offsetsRob Clark2016-04-131-1/+2
* freedreno: fix prims-emitted queryRob Clark2016-04-133-2/+12
* freedreno: fix max-line-widthRob Clark2016-04-131-0/+10