summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2017-09-07radv: do not use a bitfield when dirtying the vertex buffersSamuel Pitoiset2-3/+4
2017-09-07radv: remove unused radv_meta_saved_state::vertex_saved fieldSamuel Pitoiset2-8/+0
2017-09-07ac/surface: reduce gfx9_surface_layout size.Dave Airlie1-2/+3
2017-09-07radv: reduce radv_amdgpu_winsys struct size.Dave Airlie1-3/+3
2017-09-07radv: reduce radv_image struct size.Dave Airlie1-3/+2
2017-09-07radv: reduce radv_shader_variant struct size.Dave Airlie1-1/+1
2017-09-07radv: reduce radv_cmd_state struct size.Dave Airlie1-2/+2
2017-09-07radv: reduce meta_saved_state struct size.Dave Airlie1-4/+3
2017-09-06radv: fix error code when resizing the upload BOSamuel Pitoiset1-1/+1
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-06Revert "radv: disable support for VEGA for now."Dave Airlie1-5/+0
2017-09-06radv/gfx9: set descriptor up for base_mip to level range.Dave Airlie1-1/+4
2017-09-06radv: disable 1d/2d linear optimisation on gfx9.Dave Airlie1-3/+4
2017-09-06radv/gfx9: fix buffer size on gfx9.Dave Airlie1-1/+1
2017-09-06radv: Fix vkCopyImage with both depth and stencil aspects.Bas Nieuwenhuizen1-99/+107
2017-09-05radv: fix a memleak when compiling the GS copy shaderSamuel Pitoiset1-0/+2
2017-09-04ac: reorg ac_shader_binary struct to take less space.Dave Airlie1-8/+9
2017-09-04radv: drop emit2d_dst_type.Dave Airlie1-16/+0
2017-09-04radv/meta: missing initialisations in create_pass().Xavier Bouchoux1-0/+3
2017-09-04radv: Enable command buffer chaining by default.Bas Nieuwenhuizen3-3/+3
2017-09-04radv: Put semaphore waits in preamble cs.Bas Nieuwenhuizen2-60/+37
2017-09-04radv: Actually set the cmd_buffer usage_flags.Bas Nieuwenhuizen1-0/+1
2017-09-01radv: report VM faults if detectedSamuel Pitoiset2-0/+16
2017-09-01radeonsi: move si_vm_fault_occured() to AMD common codeSamuel Pitoiset2-0/+113
2017-09-01radv: add radv_check_gpu_hangs() helper functionSamuel Pitoiset3-12/+27
2017-09-01radv: disassemble SPIR-V binaries with RADV_DEBUG=spirvSamuel Pitoiset4-0/+39
2017-09-01radv: move RADV_TRACE_FILE functions to radv_debug.cSamuel Pitoiset9-23/+80
2017-09-01radv: silent a compiler warning in radv_emit_framebuffer_state()Samuel Pitoiset1-3/+3
2017-09-01radv: compute correct maximum wave count per SIMDSamuel Pitoiset1-1/+12
2017-08-31radv: don't assert on empty hash tableGrazvydas Ignotas1-0/+3
2017-08-29radv: Add trace ids for secondary buffers.Bas Nieuwenhuizen4-4/+6
2017-08-29ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen3-24/+42
2017-08-29radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.Bas Nieuwenhuizen1-0/+13
2017-08-29ac/nir: remove misleading conditionGrazvydas Ignotas1-1/+1
2017-08-29ac/nir: silence maybe-uninitialized warningsGrazvydas Ignotas1-6/+9
2017-08-29radv: clear dynamic_shader_stages on createGrazvydas Ignotas1-0/+1
2017-08-29amd: add .editorconfigGrazvydas Ignotas2-0/+6
2017-08-28gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationMarek Olšák1-0/+3
2017-08-28radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()Samuel Pitoiset1-7/+17
2017-08-28radv: rename record_fail to record_result and use VkResultSamuel Pitoiset2-9/+9
2017-08-27Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2-5/+0
2017-08-27radv/wsi: Compute correct row_pitch for GFX9.Dave Airlie1-2/+6
2017-08-25radv: Fix sparse BO mapping merging.Bas Nieuwenhuizen1-0/+1
2017-08-25radv: Fix off by one in MAX_VBS assert.Bas Nieuwenhuizen1-1/+1
2017-08-25radv: Don't set a new subpass on compute resolve.Bas Nieuwenhuizen1-8/+0
2017-08-25radv: Remove some intel comments from the resolve code.Bas Nieuwenhuizen3-21/+0
2017-08-25radv: don't crash if we have no framebufferDave Airlie1-0/+4