summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: do per cs setup for compute shaders once per csBas Nieuwenhuizen2016-04-193-32/+48
* radeonsi: don't pass scratch buffer to user SGPRsBas Nieuwenhuizen2016-04-191-8/+0
* radeonsi: split input upload off from si_launch_gridBas Nieuwenhuizen2016-04-191-41/+52
* radeonsi: implement TGSI compute shader creationBas Nieuwenhuizen2016-04-191-18/+58
* radeonsi: update shader count for compute shadersBas Nieuwenhuizen2016-04-191-1/+2
* radeonsi: set maximum work group size based on block sizeBas Nieuwenhuizen2016-04-191-0/+12
* radeonsi: implement shared atomicsBas Nieuwenhuizen2016-04-191-1/+76
* radeonsi: implement shared memory load/storeBas Nieuwenhuizen2016-04-191-2/+82
* radeonsi: add shared memoryBas Nieuwenhuizen2016-04-194-0/+37
* radeonsi: lower compute shader argumentsBas Nieuwenhuizen2016-04-192-0/+50
* radeonsi: Use CE for all descriptors.Bas Nieuwenhuizen2016-04-191-10/+64
* radeonsi: Replace list_dirty with a mask.Bas Nieuwenhuizen2016-04-192-17/+29
* radeonsi: Add CE uploader.Bas Nieuwenhuizen2016-04-193-0/+37
* radeonsi: Allocate chunks of CE ram.Bas Nieuwenhuizen2016-04-192-9/+27
* radeonsi: Add CE synchronization.Bas Nieuwenhuizen2016-04-192-0/+27
* radeonsi: Add CE packet definitions.Bas Nieuwenhuizen2016-04-191-0/+6
* radeonsi: Create CE IB.Bas Nieuwenhuizen2016-04-195-1/+54
* winsys/amdgpu: Add support for const IB.Marek Olšák2016-04-191-0/+30
* gallium/radeon: move ring_type into winsysesMarek Olšák2016-04-191-1/+0
* llvmpipe: Call LLVMShutdown before exiting.Jose Fonseca2016-04-191-0/+2
* llvmpipe: Avoid LLVMGetGlobalContext in tests.Jose Fonseca2016-04-195-6/+24
* llvmpipe: Skip false exp2 failure in lp_test_arit due to buggy MSVCRT.Jose Fonseca2016-04-191-4/+34
* llvmpipe: Test more vector lengths.Jose Fonseca2016-04-191-13/+30
* Revert "nv50/ra: `isinf()` is in namespace `std` since C++11."Jose Fonseca2016-04-191-4/+0
* vc4: Fix fbo-generatemipmap-formats for NPOT.Eric Anholt2016-04-181-0/+20
* vc4: Remove unused "immediates" fieldEric Anholt2016-04-181-1/+0
* gallivm: convert size query to using a set of parameters.Dave Airlie2016-04-192-36/+8
* 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/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
* 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-151-0/+8
* vc4: Fix subimage accesses to LT textures.Eric Anholt2016-04-151-4/+4