summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2018-04-20ac/nir: fix image dimension for subpass attachmentsSamuel Pitoiset1-3/+15
2018-04-20radv: Mark GTT memory as device local for APUs.Bas Nieuwenhuizen1-3/+5
2018-04-20radv/winsys: allow to submit up to 4 IBs for chips without chainingSamuel Pitoiset1-50/+168
2018-04-20ac/nir: handle nir_intrinsic_load_first_vertex like base_vertexSamuel Pitoiset1-2/+2
2018-04-20radv/winsys: allow local BOs on APUsSamuel Pitoiset1-1/+2
2018-04-20radv: use a global BO list only for VK_EXT_descriptor_indexingSamuel Pitoiset3-9/+34
2018-04-20Revert "radv: Don't store buffer references in the descriptor set."Samuel Pitoiset5-13/+82
2018-04-20ac/nir: use ac_build_image_opcode for image intrinsicsNicolai Hähnle3-140/+78
2018-04-20radeonsi: generate image load/store/atomic ops using ac_build_image_opcodeNicolai Hähnle2-32/+110
2018-04-20amd/common: pass address components individually to ac_build_image_intrinsicNicolai Hähnle3-264/+216
2018-04-20amd/common: pass new enum ac_image_dim to ac_build_image_opcodeNicolai Hähnle3-11/+66
2018-04-20ac/nir: fix atomic compare-and-swapNicolai Hähnle1-0/+1
2018-04-19radv: Add Vega M support.Bas Nieuwenhuizen4-2/+11
2018-04-19radv: Add bound checking workaround for dynamic buffers.Bas Nieuwenhuizen3-1/+5
2018-04-19radv: enable DCC for MSAA 2x textures on VI under an optionSamuel Pitoiset4-1/+13
2018-04-19radv: decompress DCC for multisampled source images before resolvingSamuel Pitoiset4-4/+18
2018-04-19radv: add a workaround for fast clears with DCC and MSAA texturesSamuel Pitoiset1-0/+9
2018-04-19radv: allocate CMASK for DCC fast clear with MSAASamuel Pitoiset1-0/+7
2018-04-19radv: implement fast color clear for DCC with MSAASamuel Pitoiset1-1/+16
2018-04-19radv: make sure to sync after resolving using the compute pathSamuel Pitoiset1-0/+3
2018-04-19radv: dump the SHA1 of SPIRV in the hang reportSamuel Pitoiset1-1/+8
2018-04-18radv: Enable VK_EXT_descriptor_indexing.Bas Nieuwenhuizen3-0/+63
2018-04-18radv: Support allocating variable size descriptor sets.Bas Nieuwenhuizen1-4/+17
2018-04-18radv: Add support for variable descriptor set layouts.Bas Nieuwenhuizen2-1/+30
2018-04-18radv: Fix GetDescriptorSetLayoutSupport.Bas Nieuwenhuizen1-3/+0
2018-04-18radv: Use sorted bindings for set layout creation.Bas Nieuwenhuizen1-2/+41
2018-04-18radv: Don't store buffer references in the descriptor set.Bas Nieuwenhuizen5-82/+13
2018-04-18radv: Keep a global BO list for VkMemory.Bas Nieuwenhuizen4-39/+146
2018-04-18radeonsi: add support for VegaMMarek Olšák3-0/+6
2018-04-18amd/addrlib: add support for VegaMMarek Olšák4-0/+41
2018-04-17radv: fix scissor computation when using half-pixel viewport offsetSamuel Pitoiset1-4/+4
2018-04-16anv,radv: Drop XML workarounds for VK_ANDROID_native_bufferJason Ekstrand1-6/+1
2018-04-16radv: clean up radv_decompress_resolve_subpass_src()Samuel Pitoiset1-10/+7
2018-04-16radv: don't fast-clear eliminate after resolving a subpass with computeSamuel Pitoiset1-14/+0
2018-04-16radv: handle CMASK/FMASK transitions only if DCC is disabledSamuel Pitoiset1-3/+1
2018-04-16radv: merge radv_handle_{dcc,cmask}_image_transition() functionsSamuel Pitoiset1-41/+17
2018-04-16radv: add radv_init_color_image_metadata() helperSamuel Pitoiset1-10/+41
2018-04-16radv: make radv_initialise_cmask() staticSamuel Pitoiset2-4/+2
2018-04-16radv: clean up radv_handle_image_transition() a bitSamuel Pitoiset1-11/+20
2018-04-16radv: add radv_handle_color_image_transition() helperSamuel Pitoiset1-9/+25
2018-04-16radv: handle DCC image transitions before CMASK/FMASK transitionsSamuel Pitoiset1-5/+5
2018-04-16radv: disable prediction only if it has been enabledSamuel Pitoiset1-1/+1
2018-04-16ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.Bas Nieuwenhuizen1-17/+22
2018-04-14radv: enable subgroup capabilitiesDaniel Schürmann2-3/+14
2018-04-14ac: handle subgroup intrinsicsDaniel Schürmann1-29/+40
2018-04-14ac: add LLVM build functions for subgroup instrinsicsDaniel Schürmann2-1/+485
2018-04-14ac: make ballot and umsb capable of 64bit inputsDaniel Schürmann1-9/+25
2018-04-13winsys/amdgpu: allow local BOs on APUsMarek Olšák1-1/+2
2018-04-12mesa: include mtypes.h lessMarek Olšák5-0/+7
2018-04-12radv: Implement VK_EXT_vertex_attribute_divisor.Bas Nieuwenhuizen6-11/+50