aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
* radv: Add multiview clears.Bas Nieuwenhuizen2017-08-243-19/+47
* radv: Store multiview info in renderpass.Bas Nieuwenhuizen2017-08-242-1/+27
* ac/nir: Make shader key a struct.Bas Nieuwenhuizen2017-08-244-22/+24
* radv: Use 0 for the layer id if the vertex shader does not export it.Bas Nieuwenhuizen2017-08-241-3/+4
* 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/gfx9: don't expose linear depth on vega.Dave Airlie2017-08-241-0/+4
* radv: don't degrade tiling mode for small compressed or depth texture.Dave Airlie2017-08-241-6/+10
* radv/gfx9: only minify image view width/height/depth before gfx9.Dave Airlie2017-08-242-7/+15
* radv/image: don't rescale width/height if the format isn't changingDave Airlie2017-08-241-4/+6
* radv: cleanup some image view descriptor setup.Dave Airlie2017-08-242-13/+21
* radv/gfx9: emit sx_mrt_blend registersDave Airlie2017-08-243-3/+134
* radv: bump space check for indexed draw.Dave Airlie2017-08-241-1/+1
* radv/gfx9: fixup db/stencil disable.Dave Airlie2017-08-241-3/+7
* radv/gfx9: fix level count in color register setup.Dave Airlie2017-08-241-1/+1
* radv/gfx9: use total levels in texture descriptorDave Airlie2017-08-241-1/+1
* radv: Implement bc optimize.Bas Nieuwenhuizen2017-08-243-0/+33
* 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