summaryrefslogtreecommitdiffstats
path: root/src/amd/common
Commit message (Expand)AuthorAgeFilesLines
* amd/common: remove ac_shader_abi::chip_classNicolai Hähnle2017-09-292-13/+10
* meson: build "radv" vulkan driver for radeon hardwareDylan Baker2017-09-271-0/+63
* ac/surface: handle error when choosing preferred swizzle modeNicolai Hähnle2017-09-211-2/+4
* ac/surface: handle S8 on gfx9Dave Airlie2017-09-201-2/+7
* amd/common: add workaround for cube map array layer clampingNicolai Hähnle2017-09-181-2/+29
* amd/common: remove has_ds_bpermute argument from ac_build_ddxyNicolai Hähnle2017-09-183-7/+2
* amd/common: add chip_class to ac_llvm_contextNicolai Hähnle2017-09-183-4/+12
* amd/common: round cube array slice in ac_prepare_cube_coordsNicolai Hähnle2017-09-183-5/+8
* radv: Check for GFX9 for 1D arrays in image_size intrinsic.Bas Nieuwenhuizen2017-09-151-1/+2
* radeonsi: move si_get_wave_info() to AMD common codeSamuel Pitoiset2017-09-142-0/+94
* ac/surface: match Z and stencil tile configNicolai Hähnle2017-09-131-7/+42
* ac/surface: sanity-check that we got a TC-compatible HTILE if requestedNicolai Hähnle2017-09-131-0/+6
* amd/common: get ME/PFP/CE firmware feature versions as wellNicolai Hähnle2017-09-132-4/+9
* radv/ac: bump params array for image atomic comp swapDave Airlie2017-09-131-1/+1
* radv: handle GFX9 1D texturesDave Airlie2017-09-131-11/+69
* ac: remove bitcast_to_float()Connor Abbott2017-09-081-16/+2
* ac: move ac_to_integer() and ac_to_float() to ac_llvm_build.cConnor Abbott2017-09-083-162/+172
* ac: fix ac_get_type_size() for doublesConnor Abbott2017-09-081-0/+1
* radv/ac: use ac_get_type_size.Dave Airlie2017-09-081-23/+3
* radeonsi: move the guts of ARB_shader_group_vote emission to acConnor Abbott2017-09-082-0/+36
* radeonsi: move si_emit_ballot() to acConnor Abbott2017-09-082-0/+29
* radeonsi: move emit_optimization_barrier() to acConnor Abbott2017-09-082-0/+45
* radeonsi: move llvm_get_type_size() to acConnor Abbott2017-09-082-0/+26
* ac/surface: add radeon_surf::has_stencil for convenienceMarek Olšák2017-09-072-0/+3
* ac/surface: reduce gfx9_surface_layout size.Dave Airlie2017-09-071-2/+3
* ac/debug: take ASIC generation into account when printing registersNicolai Hähnle2017-09-062-107/+177
* amd/common: pass chip_class to ac_dump_regNicolai Hähnle2017-09-062-45/+45
* ac/sid_tables: add FieldTable objectNicolai Hähnle2017-09-061-30/+85
* ac/sid_tables: remove unused variable varname_valuesNicolai Hähnle2017-09-061-1/+0
* radv/gfx9: fix buffer size on gfx9.Dave Airlie2017-09-061-1/+1
* ac: reorg ac_shader_binary struct to take less space.Dave Airlie2017-09-041-8/+9
* radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset2017-09-012-0/+113
* ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen2017-08-292-22/+40
* ac/nir: remove misleading conditionGrazvydas Ignotas2017-08-291-1/+1
* ac/nir: silence maybe-uninitialized warningsGrazvydas Ignotas2017-08-291-6/+9
* amd: add .editorconfigGrazvydas Ignotas2017-08-291-0/+3
* gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationMarek Olšák2017-08-281-0/+3
* Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2017-08-272-5/+0
* ac/debug: use util_strchrnul() to fix android build errorMauro Rossi2017-08-241-1/+2
* radeonsi: get the raster config from AMDGPU on SIMarek Olšák2017-08-242-0/+5
* ac/nir: Add shader support for multiviews.Bas Nieuwenhuizen2017-08-244-2/+44
* ac/nir: Make shader key a struct.Bas Nieuwenhuizen2017-08-241-6/+8
* ac/nir: Implement input attachments with layered rendering.Bas Nieuwenhuizen2017-08-241-2/+11
* ac/nir: Determine if input attachments are used in the info pass.Bas Nieuwenhuizen2017-08-242-1/+11
* ac/nir: Cast sources of integer ops to int.Bas Nieuwenhuizen2017-08-241-0/+16
* radv: Implement bc optimize.Bas Nieuwenhuizen2017-08-242-0/+30
* ac/nir: refactor input variable iteration.Bas Nieuwenhuizen2017-08-241-19/+11
* ac/debug: invoke valgrind checks while parsing IBsNicolai Hähnle2017-08-231-0/+20
* ac/debug: annotate IB dumps with the raw valuesNicolai Hähnle2017-08-231-18/+66
* ac/debug: use an explicit getter for fetching words from the IBNicolai Hähnle2017-08-231-153/+215