aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* gallium: Skip generating the pack/unpack union if we don't use it.Eric Anholt2019-08-281-1/+1
* panfrost: Reset the damage area on imported resourcesBoris Brezillon2019-08-281-11/+12
* lima: fix texture descriptor issuesVasily Khoruzhick2019-08-282-17/+13
* iris: Drop swizzling parameter from s8_offset.Kenneth Graunke2019-08-271-19/+3
* radeonsi: fix scratch buffer WAVESIZE setting leading to corruptionMarek Olšák2019-08-273-31/+39
* radeonsi: unbind blend/DSA/rasterizer state correctly in delete functionsMarek Olšák2019-08-271-1/+9
* radeonsi: align scratch and ring buffer allocations for faster memory accessMarek Olšák2019-08-273-7/+11
* radeonsi: consolidate determining VGPR_COMP_CNT for API VSMarek Olšák2019-08-271-44/+32
* radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix edge flagsMarek Olšák2019-08-275-18/+59
* radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variablesMarek Olšák2019-08-274-21/+14
* radeonsi: add PKT3_CONTEXT_REG_RMWMarek Olšák2019-08-271-0/+30
* winsys/amdgpu+radeon: process AMD_DEBUG in addition to R600_DEBUGMarek Olšák2019-08-272-4/+8
* radeonsi/gfx10: add AMD_DEBUG=nonggMarek Olšák2019-08-272-1/+4
* radeonsi/gfx10: finish up Navi14, add PCI IDMarek Olšák2019-08-271-1/+2
* radeonsi/gfx10: always use the legacy pipeline for streamoutMarek Olšák2019-08-271-1/+1
* radeonsi/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0Marek Olšák2019-08-271-1/+2
* radeonsi/gfx10: fix InstanceID for legacy VS+GSMarek Olšák2019-08-271-4/+9
* radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64Marek Olšák2019-08-273-13/+12
* radeonsi/gfx10: create the GS copy shader if using legacy streamoutMarek Olšák2019-08-271-1/+3
* radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy streamoutMarek Olšák2019-08-273-4/+9
* radeonsi/gfx10: fix tessellation for the legacy pipelineMarek Olšák2019-08-271-0/+10
* radeonsi: move some global shader cache flags to per-binary flagsMarek Olšák2019-08-274-20/+23
* radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the shader cacheMarek Olšák2019-08-273-8/+9
* iris: Delete dead prototypeKenneth Graunke2019-08-271-2/+0
* ac: add has_ls_vgpr_init_bug to ac_gpu_infoSamuel Pitoiset2019-08-274-5/+2
* ac: add has_msaa_sample_loc_bug to ac_gpu_infoSamuel Pitoiset2019-08-273-7/+2
* ac: add rbplus_allowed to ac_gpu_infoSamuel Pitoiset2019-08-274-19/+4
* ac: add has_gfx9_scissor_bug to ac_gpu_infoSamuel Pitoiset2019-08-274-8/+4
* ac: add cpdma_prefetch_writes_memory to ac_gpu_infoSamuel Pitoiset2019-08-274-4/+2
* ac: add has_out_of_order_rast to ac_gpu_infoSamuel Pitoiset2019-08-271-2/+1
* ac: add has_rbplus to ac_gpu_infoSamuel Pitoiset2019-08-273-4/+1
* ac: add has_dcc_constant_encode to ac_gpu_infoSamuel Pitoiset2019-08-274-6/+2
* ac: add has_distributed_tess to ac_gpu_infoSamuel Pitoiset2019-08-274-8/+3
* ac: add has_clear_state to ac_gpu_infoSamuel Pitoiset2019-08-274-9/+2
* gallivm: fix appveyor build after images changesDave Airlie2019-08-271-1/+2
* llvmpipe: enable ARB_shader_image_load_storeDave Airlie2019-08-271-1/+2
* llvmpipe: flush on api memorybarrier.Dave Airlie2019-08-271-0/+9
* gallivm: add memory barrier supportDave Airlie2019-08-271-0/+11
* gallivm: add support for fences api on older llvmDave Airlie2019-08-272-0/+16
* llvmpipe: bind vertex/geometry shader imagesDave Airlie2019-08-273-0/+126
* llvmpipe: add fragment shader image supportDave Airlie2019-08-2711-8/+334
* draw: add vs/gs images supportDave Airlie2019-08-278-7/+316
* gallivm: add image load/store/atomic supportDave Airlie2019-08-277-10/+684
* gallivm/tgsi: add image interface to tgsi builderDave Airlie2019-08-272-1/+20
* llvmpipe: introduce image jit type to fragment shader jit.Dave Airlie2019-08-272-2/+67
* draw: add jit image type for vs/gs images.Dave Airlie2019-08-272-19/+109
* llvmpipe: move the fragment shader variant key to dynamic length.Dave Airlie2019-08-272-22/+46
* gallivm: add a basic image limitDave Airlie2019-08-271-0/+2
* llvmpipe: handle early test property.Dave Airlie2019-08-271-2/+6
* gallivm: move first/last level jit texture members.Dave Airlie2019-08-274-20/+20