summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi
Commit message (Expand)AuthorAgeFilesLines
* amd: replace major llvm version checks with LLVM_VERSION_MAJOREric Engestrom2019-09-064-6/+13
* radeonsi: Release storage for smda_uploads when the context is destroyedGert Wollny2019-09-061-0/+1
* nir: allow specifying filter callback in lower_alu_to_scalarVasily Khoruzhick2019-09-061-1/+1
* radeonsi/nir: Don't lower constant arrays to uniformsConnor Abbott2019-09-051-0/+5
* ac/nir: Enable nir_opt_large_constantsConnor Abbott2019-09-051-0/+7
* radv/radeonsi: Don't count read-only data when reporting code sizeConnor Abbott2019-09-051-1/+1
* radeonsi/nir: Remove uniform variable scanningConnor Abbott2019-09-031-84/+7
* ac: drop now useless lookup_interp_param from ABISamuel Pitoiset2019-08-301-1/+0
* ac: import linear/perspective PS input parameters from radv/radeonsiSamuel Pitoiset2019-08-302-17/+19
* radeonsi: add JPEG decode support for VCN 2.0 devicesThong Thai2019-08-291-3/+1
* Revert "radeonsi: don't emit PKT3_CONTEXT_CONTROL on amdgpu"Thong Thai2019-08-291-7/+4
* 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
* 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
* 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-273-4/+1
* 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
* radeonsi/nir: Rewrite output scanningConnor Abbott2019-08-231-126/+150
* radeonsi/nir: Rewrite store intrinsic gatheringConnor Abbott2019-08-231-59/+84
* radeonsi/nir: Add const_index when loading GS inputsConnor Abbott2019-08-231-1/+1
* radeonsi/nir: Don't add const offset to indirectConnor Abbott2019-08-231-19/+6
* radeonsi/nir: Don't recompute num_inputs and num_outputsConnor Abbott2019-08-231-24/+3
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-233-18/+3
* nir: Add explicit signs to image min/max intrinsicsJason Ekstrand2019-08-211-4/+8
* radeonsi: take reference glsl types for compile threadsLionel Landwerlin2019-08-211-0/+8
* gallium/vl: use compute preference for all multimedia, not just blitIlia Mirkin2019-08-201-1/+1
* radeonsi/nir: always lower ballot masks as 64-bit, codegen handles itMarek Olšák2019-08-197-20/+24
* radeonsi: remove the unsafemath debug optionMarek Olšák2019-08-194-25/+3