summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: allow DMABUF exports for local buffersMarek Olšák2017-12-061-1/+4
* radeonsi: always place sparse buffers in VRAMNicolai Hähnle2017-12-061-0/+3
* radeonsi: fix the R600_RESOURCE_FLAG_UNMAPPABLE checkNicolai Hähnle2017-12-061-1/+1
* freedreno/a5xx: hide ARB_base_instanceRob Clark2017-12-051-1/+8
* freedreno/ir3: handle input/output componentRob Clark2017-12-051-4/+6
* r600: refactor and export some shader selector code for computeDave Airlie2017-12-052-7/+27
* r600: add compute support to compressed resource handling.Dave Airlie2017-12-052-6/+26
* r600: update max threads per block for evergreen computeDave Airlie2017-12-051-0/+4
* r600/shader: add local memory support to shader assembler.Dave Airlie2017-12-051-0/+165
* r600/cs: add support for compute to image/buffers/atomics stateDave Airlie2017-12-054-19/+79
* r600: handle compute null key shader stateDave Airlie2017-12-051-0/+2
* r600: add some missing cayman register definesDave Airlie2017-12-051-0/+4
* r600: don't set EOP on pop or loop endDave Airlie2017-12-051-1/+1
* r600/ssbo: refactor out buffer coord calcs and use for atomic path.Dave Airlie2017-12-051-34/+37
* r600/ssbo: fix multi-dword buffer loads.Dave Airlie2017-12-051-5/+7
* r600/ssbo: use r32ui format for ssbo resources.Dave Airlie2017-12-051-3/+3
* r600: refactor out the immediate setup code.Dave Airlie2017-12-051-38/+28
* r600/shader: fix ssbo atomic operations formats.Dave Airlie2017-12-051-4/+12
* r600/shader: fix thread id loading.Dave Airlie2017-12-051-9/+18
* gallium/u_upload_mgr: allow drivers to specify pipe_resource::flagsMarek Olšák2017-12-059-13/+13
* winsys/amdgpu: add RADEON_FLAG_READ_ONLYMarek Olšák2017-12-051-6/+41
* gallium/radeon: remove RADEON_HEAP_VRAM_GTTMarek Olšák2017-12-051-8/+2
* gallium/radeon: move setting VRAM|GTT into winsysesMarek Olšák2017-12-052-28/+0
* radeonsi: flush the context after resource_copy_region for buffer exportsMarek Olšák2017-12-051-2/+12
* Android: gallium/radeon: fix libmesa_amd_common dependencyMauro Rossi2017-12-051-0/+1
* r600/atomic: add cayman version of atomic save/restore from GDS (v2)Dave Airlie2017-12-052-24/+126
* r600/atomic: refactor out evergreen atomic setup/save code.Dave Airlie2017-12-051-30/+50
* radeonsi: pass llvm type directly to buffer_load()Timothy Arceri2017-12-051-8/+7
* meson: define driver dependenciesDylan Baker2017-12-0413-0/+72
* freedreno: mark stencil buffer valid too in case of z32x24s8Rob Clark2017-12-042-2/+4
* freedreno: remove use of u_transferRob Clark2017-12-0411-41/+30
* freedreno: add -Wno-packed-bitfield-compat for meson buildEric Engestrom2017-12-041-2/+12
* nvc0/ir: Properly lower 64-bit shifts when the shift value is >32Pierre Moreau2017-12-041-1/+1
* st/glsl_to_nir/radeonsi: enable gs support for nir backendTimothy Arceri2017-12-042-29/+35
* ac: add si_nir_load_input_gs() to the abiTimothy Arceri2017-12-043-0/+30
* radeonsi: create si_llvm_load_input_gs()Timothy Arceri2017-12-042-23/+44
* radeonsi: pass llvm type to lds_load()Timothy Arceri2017-12-041-13/+13
* radeonsi: add llvm_type_is_64bit() helperTimothy Arceri2017-12-041-0/+9
* radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()Timothy Arceri2017-12-043-12/+18
* radeonsi: add nir support for gs epilogueTimothy Arceri2017-12-041-4/+21
* radeonsi: add nir support for es epilogueTimothy Arceri2017-12-041-16/+13
* radeonsi: add nir support for ls epilogueTimothy Arceri2017-12-041-15/+14
* st/glsl_to_nir: enable NIR link time optsTimothy Arceri2017-12-041-7/+27
* radeonsi/nir: add support for packed inputsTimothy Arceri2017-12-041-21/+25
* freedreno/ir3: relax barriersRob Clark2017-12-031-2/+2
* freedreno/ir3: all mem instructions have WAR hazzardRob Clark2017-12-031-1/+1
* freedreno: add debug option to force emulated indirectRob Clark2017-12-033-0/+12
* freedreno: also mark draw-indirect buffer as readRob Clark2017-12-031-0/+7
* freedreno: small cleanupsRob Clark2017-12-031-17/+8
* freedreno: avoid unneccessary batch flushRob Clark2017-12-031-0/+2