summaryrefslogtreecommitdiff
path: root/src/amd/common
AgeCommit message (Expand)AuthorFilesLines
2017-09-13ac/surface: match Z and stencil tile configNicolai Hähnle1-7/+42
2017-09-13ac/surface: sanity-check that we got a TC-compatible HTILE if requestedNicolai Hähnle1-0/+6
2017-09-13amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle2-4/+9
2017-09-13radv/ac: bump params array for image atomic comp swapDave Airlie1-1/+1
2017-09-13radv: handle GFX9 1D texturesDave Airlie1-11/+69
2017-09-08ac: remove bitcast_to_float()Connor Abbott1-16/+2
2017-09-08ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott3-162/+172
2017-09-08ac: fix ac_get_type_size() for doublesConnor Abbott1-0/+1
2017-09-08radv/ac: use ac_get_type_size.Dave Airlie1-23/+3
2017-09-08radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott2-0/+36
2017-09-08radeonsi: move si_emit_ballot() to acConnor Abbott2-0/+29
2017-09-08radeonsi: move emit_optimization_barrier() to acConnor Abbott2-0/+45
2017-09-08radeonsi: move llvm_get_type_size() to acConnor Abbott2-0/+26
2017-09-07ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2-0/+3
2017-09-07ac/surface: reduce gfx9_surface_layout size.Dave Airlie1-2/+3
2017-09-06ac/debug: take ASIC generation into account when printing registersNicolai Hähnle2-107/+177
2017-09-06amd/common: pass chip_class to ac_dump_regNicolai Hähnle2-45/+45
2017-09-06ac/sid_tables: add FieldTable objectNicolai Hähnle1-30/+85
2017-09-06ac/sid_tables: remove unused variable varname_valuesNicolai Hähnle1-1/+0
2017-09-06radv/gfx9: fix buffer size on gfx9.Dave Airlie1-1/+1
2017-09-04ac: reorg ac_shader_binary struct to take less space.Dave Airlie1-8/+9
2017-09-01radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset2-0/+113
2017-08-29ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen2-22/+40
2017-08-29ac/nir: remove misleading conditionGrazvydas Ignotas1-1/+1
2017-08-29ac/nir: silence maybe-uninitialized warningsGrazvydas Ignotas1-6/+9
2017-08-29amd: add .editorconfigGrazvydas Ignotas1-0/+3
2017-08-28gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationMarek Olšák1-0/+3
2017-08-27Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2-5/+0
2017-08-24ac/debug: use util_strchrnul() to fix android build errorMauro Rossi1-1/+2
2017-08-24radeonsi: get the raster config from AMDGPU on SIMarek Olšák2-0/+5
2017-08-24ac/nir: Add shader support for multiviews.Bas Nieuwenhuizen4-2/+44
2017-08-24ac/nir: Make shader key a struct.Bas Nieuwenhuizen1-6/+8
2017-08-24ac/nir: Implement input attachments with layered rendering.Bas Nieuwenhuizen1-2/+11
2017-08-24ac/nir: Determine if input attachments are used in the info pass.Bas Nieuwenhuizen2-1/+11
2017-08-24ac/nir: Cast sources of integer ops to int.Bas Nieuwenhuizen1-0/+16
2017-08-24radv: Implement bc optimize.Bas Nieuwenhuizen2-0/+30
2017-08-24ac/nir: refactor input variable iteration.Bas Nieuwenhuizen1-19/+11
2017-08-23ac/debug: invoke valgrind checks while parsing IBsNicolai Hähnle1-0/+20
2017-08-23ac/debug: annotate IB dumps with the raw valuesNicolai Hähnle1-18/+66
2017-08-23ac/debug: use an explicit getter for fetching words from the IBNicolai Hähnle1-153/+215
2017-08-22ac/surface/gfx9: don't allow DCC for the smallest mipmap levelsMarek Olšák1-1/+18
2017-08-22gallium/radeon: clean up EOP_DATA_SEL magic numbersMarek Olšák1-6/+4
2017-08-22radeonsi/gfx9: properly handle imported textures with unexpected swizzle modeMarek Olšák1-0/+5
2017-08-22amd/common: split out ac_parse_ib_chunk from ac_parse_ibNicolai Hähnle2-8/+32
2017-08-21ac/nir: fixup layer/viewport export for GFX9.Dave Airlie1-7/+25
2017-08-17radv: disable texture gather workaround on gfx9.Dave Airlie1-1/+1
2017-08-10ac: fail shader compilation if libelf is replaced by an incompatible versionMarek Olšák2-3/+11
2017-08-08ac/nir: fix saturate emissionConnor Abbott1-2/+2
2017-08-07radv: fix f16->f32 denorm handling for SI/CIK. (v2)Dave Airlie1-2/+16
2017-08-06ac/gpu: add driver/device UUID query helpersAndres Rodriguez2-0/+32