summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: fix error code when resizing the upload BOSamuel Pitoiset2017-09-061-1/+1
* 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
* Revert "radv: disable support for VEGA for now."Dave Airlie2017-09-061-5/+0
* radv/gfx9: set descriptor up for base_mip to level range.Dave Airlie2017-09-061-1/+4
* radv: disable 1d/2d linear optimisation on gfx9.Dave Airlie2017-09-061-3/+4
* radv/gfx9: fix buffer size on gfx9.Dave Airlie2017-09-061-1/+1
* radv: Fix vkCopyImage with both depth and stencil aspects.Bas Nieuwenhuizen2017-09-061-99/+107
* radv: fix a memleak when compiling the GS copy shaderSamuel Pitoiset2017-09-051-0/+2
* ac: reorg ac_shader_binary struct to take less space.Dave Airlie2017-09-041-8/+9
* radv: drop emit2d_dst_type.Dave Airlie2017-09-041-16/+0
* radv/meta: missing initialisations in create_pass().Xavier Bouchoux2017-09-041-0/+3
* radv: Enable command buffer chaining by default.Bas Nieuwenhuizen2017-09-043-3/+3
* radv: Put semaphore waits in preamble cs.Bas Nieuwenhuizen2017-09-042-60/+37
* radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen2017-09-041-0/+1
* radv: report VM faults if detectedSamuel Pitoiset2017-09-012-0/+16
* radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset2017-09-012-0/+113
* radv: add radv_check_gpu_hangs() helper functionSamuel Pitoiset2017-09-013-12/+27
* radv: disassemble SPIR-V binaries with RADV_DEBUG=spirvSamuel Pitoiset2017-09-014-0/+39
* radv: move RADV_TRACE_FILE functions to radv_debug.cSamuel Pitoiset2017-09-019-23/+80
* radv: silent a compiler warning in radv_emit_framebuffer_state()Samuel Pitoiset2017-09-011-3/+3
* radv: compute correct maximum wave count per SIMDSamuel Pitoiset2017-09-011-1/+12
* radv: don't assert on empty hash tableGrazvydas Ignotas2017-08-311-0/+3
* radv: Add trace ids for secondary buffers.Bas Nieuwenhuizen2017-08-294-4/+6
* ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen2017-08-293-24/+42
* radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.Bas Nieuwenhuizen2017-08-291-0/+13
* ac/nir: remove misleading conditionGrazvydas Ignotas2017-08-291-1/+1
* ac/nir: silence maybe-uninitialized warningsGrazvydas Ignotas2017-08-291-6/+9
* radv: clear dynamic_shader_stages on createGrazvydas Ignotas2017-08-291-0/+1
* amd: add .editorconfigGrazvydas Ignotas2017-08-292-0/+6
* gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationMarek Olšák2017-08-281-0/+3
* radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()Samuel Pitoiset2017-08-281-7/+17
* radv: rename record_fail to record_result and use VkResultSamuel Pitoiset2017-08-282-9/+9
* Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2017-08-272-5/+0
* radv/wsi: Compute correct row_pitch for GFX9.Dave Airlie2017-08-271-2/+6
* radv: Fix sparse BO mapping merging.Bas Nieuwenhuizen2017-08-251-0/+1
* radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen2017-08-251-1/+1
* radv: Don't set a new subpass on compute resolve.Bas Nieuwenhuizen2017-08-251-8/+0
* radv: Remove some intel comments from the resolve code.Bas Nieuwenhuizen2017-08-253-21/+0
* radv: don't crash if we have no framebufferDave Airlie2017-08-251-0/+4
* radv/gfx9: gfx9 has buffer sizing rules like pre-VI.Dave Airlie2017-08-251-1/+1
* radv: fix predication on gfx9Dave Airlie2017-08-251-1/+3
* 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
* radv: Expose VK_KHX_multiview.Bas Nieuwenhuizen2017-08-242-0/+18
* radv: Implement multiview draws.Bas Nieuwenhuizen2017-08-242-33/+112
* radv: Implement determining the has_multiview_view_index key.Bas Nieuwenhuizen2017-08-241-4/+16
* ac/nir: Add shader support for multiviews.Bas Nieuwenhuizen2017-08-244-2/+44