summaryrefslogtreecommitdiff
path: root/src/amd
AgeCommit message (Expand)AuthorFilesLines
2018-04-24ac/radv/radeonsi: refactor harvest config register getters.Dave Airlie3-101/+124
2018-04-24radv: only set raster_config_1 outside the index registers.Dave Airlie1-15/+16
2018-04-24ac/radv/radeonsi: refactor max simd waves into common code.Dave Airlie2-11/+17
2018-04-24ac/radv/radeonsi: refactor raster_config default values getters.Dave Airlie3-83/+99
2018-04-24radv: use common gs_table_depth code.Dave Airlie1-30/+2
2018-04-24ac/info: move gs table depth to common code.Dave Airlie2-0/+34
2018-04-24radv/gfx9: don't use gs_table_depth on gfx9.Dave Airlie2-5/+6
2018-04-23ac: fix the number of coordinates for ac_image_get_lod and arraysSamuel Pitoiset1-0/+14
2018-04-23ac: teach get_ac_sampler_dim() about subpass attachmentsSamuel Pitoiset1-17/+7
2018-04-23ac/nir: add missing round_slice for 1D arraysSamuel Pitoiset1-0/+7
2018-04-23radv: advertise 8 bits of subpixel precision for viewportsJózef Kucia1-1/+1
2018-04-23radv: mark const structs as extern in header file to avoid lto damageDave Airlie1-3/+3
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