summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: program VGT_SHADER_STAGES_EN for tessellationMarek Olšák2015-07-234-23/+45
* radeonsi: add translation of PATCH primitivesMarek Olšák2015-07-231-0/+2
* radeonsi: add support for tessellation shader resources and samplersMarek Olšák2015-07-232-8/+37
* radeonsi: add code for creating, binding and destroying tessellation shadersMarek Olšák2015-07-233-0/+74
* radeonsi: add debug flags for dumping tessellation shadersMarek Olšák2015-07-232-9/+17
* radeonsi: rework how shader pointers to descriptors are setMarek Olšák2015-07-235-91/+156
* radeonsi: rename build_streamout_store -> build_tbuffer_store_dwordsMarek Olšák2015-07-231-12/+12
* radeonsi: separate primitive ID computationMarek Olšák2015-07-231-7/+20
* radeonsi: move declaring streamout parameters to its own functionMarek Olšák2015-07-231-13/+23
* radeonsi: make ES2GS offset sgpr location dynamicMarek Olšák2015-07-232-6/+3
* gallium/radeon: expose emit_fetchMarek Olšák2015-07-232-19/+15
* gallium/radeon: expose LLVM functions implementing emit_storeMarek Olšák2015-07-232-5/+13
* gallium/radeon: remove buffer_unmap calls that can potentially decrease perfMarek Olšák2015-07-237-26/+1
* radeonsi: remove switch statement in si_create_contextMarek Olšák2015-07-233-13/+7
* radeonsi: don't change pipe_resource in resource_copy_regionMarek Olšák2015-07-234-160/+110
* radeonsi: upload shader rodata after updating scratch relocationsMarek Olšák2015-07-233-29/+29
* radeonsi: remove redundant parameter in si_shader_binary_readMarek Olšák2015-07-233-8/+5
* radeonsi: Flush when we're asked to return a fence but don't have one yetMichel Dänzer2015-07-221-1/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-21182-647/+647
* nvc0: force cache flush when binding a new uboSamuel Pitoiset2015-07-211-0/+2
* nv50: force cache flush when binding a new uboSamuel Pitoiset2015-07-211-0/+2
* r600/sb: Fix an &/&& mistakeAdam Jackson2015-07-211-1/+1
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-2169-678/+678
* nvc0: add a missing parameter to nvc0_set_shader_images()Samuel Pitoiset2015-07-201-3/+3
* nouveau: always align buffers to 0x100Samuel Pitoiset2015-07-201-7/+1
* nv50: limit the maximum number of samplers to 16Samuel Pitoiset2015-07-201-1/+1
* nv50: turn samples counts off during blitSamuel Pitoiset2015-07-201-0/+11
* nv50: add nesting support for occlusion queriesSamuel Pitoiset2015-07-202-11/+20
* nv50: fix max level clamping on G80Ilia Mirkin2015-07-201-2/+9
* gm107/ir: fix indirect txq emissionIlia Mirkin2015-07-181-2/+8
* nvc0/ir: don't worry about sampler in txq handlingIlia Mirkin2015-07-181-22/+8
* nvc0/ir: fix txq on indirect samplersIlia Mirkin2015-07-182-2/+56
* vc4: Switch to using a separate ioctl for making shaders.Eric Anholt2015-07-174-12/+78
* vc4: Fix printing of shader-db debug when shader-db isn't turned on.Eric Anholt2015-07-171-4/+6
* vc4: Add debugging on texture relocation validation failures.Eric Anholt2015-07-171-7/+13
* vc4: Also consider uniform 0 in uniform lowering.Eric Anholt2015-07-171-3/+3
* vc4: Use the pure/const attributes on a bunch of our QPU functions.Eric Anholt2015-07-172-18/+18
* gallium: add interface for writable shader imagesMarek Olšák2015-07-162-8/+12
* gallium: add new limits for shader buffers and imagesMarek Olšák2015-07-161-1/+1
* gallium: add BIND flags for R/W buffers and imagesMarek Olšák2015-07-164-4/+6
* gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGSMarek Olšák2015-07-1613-0/+13
* vc4: Cache the texture p1 for the sampler.Eric Anholt2015-07-143-49/+69
* vc4: Cache texture p0/p1 setup for the sampler view.Eric Anholt2015-07-143-28/+43
* vc4: Move uniforms handling to a separate file.Eric Anholt2015-07-143-314/+341
* vc4: Fix some -Wdouble-promotion warnings.Eric Anholt2015-07-143-6/+6
* vc4: Fix compiler warnings on release builds.Eric Anholt2015-07-144-7/+14
* vc4: Add better debug for register allocation failure.Eric Anholt2015-07-141-1/+5
* vc4: Drop reloc_count tracking for debug asserts on non-debug builds.Eric Anholt2015-07-141-0/+10
* vc4: Rework cl handling to be friendlier to the compiler.Eric Anholt2015-07-146-152/+203
* vc4: Make a helper function for getting the current offset in the CL.Eric Anholt2015-07-144-20/+21