radv: implement clearing DCC layers on GFX8
[mesa.git] / src / amd /
2019-07-02 Samuel Pitoisetradv: implement clearing DCC layers on GFX8
2019-07-02 Samuel Pitoisetradv: merge radv_dcc_clear_level() into radv_clear_dcc()
2019-07-02 Samuel Pitoisetradv: add support for decompressing DCC layers with...
2019-07-02 Samuel Pitoisetac: compute the DCC fast clear size per slice on GFX8
2019-07-02 Samuel Pitoisetac: compute the size of one DCC slice on GFX8
2019-07-01 Bas Nieuwenhuizenradv: Only allocate supplied number of descriptors...
2019-07-01 Sagar Ghugenir: Add lower_rotate flag and set to true in all drivers
2019-07-01 Samuel Pitoisetradv: rework how the number of VGPRs is computed
2019-07-01 Samuel Pitoisetradv: gather if a vertex shaders needs the instance ID
2019-07-01 Samuel Pitoisetradv: fix decompressing DCC levels with compute
2019-07-01 Samuel Pitoisetradv: the number of VGPR_COMP_CNT for GS is expected...
2019-07-01 Samuel Pitoisetradv: reduce number of VGPRs for TESS_EVAL if primitive...
2019-07-01 Samuel Pitoisetradv: make sure to mark the image as compressed when...
2019-06-28 Emil Velikovac: change ac_query_gpu_info() signature
2019-06-28 Samuel Pitoisetradv: only enable VK_AMD_gpu_shader_{half_float,int16...
2019-06-28 Samuel Pitoisetradv: add si_emit_ia_multi_vgt_param() helper
2019-06-27 Samuel Pitoisetradv: only export clip/cull distances if PS reads them
2019-06-27 Samuel Pitoisetradv: fix FMASK expand if layerCount is VK_REMAINING_AR...
2019-06-25 Samuel Pitoisetradv: rename and re-document cache flush flags
2019-06-25 Samuel Pitoisetradv: set DISABLE_CONSTANT_ENCODE_REG to 1 for Raven2
2019-06-25 Samuel Pitoisetradv: clear CMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: clear FMASK layers instead of the whole buffer...
2019-06-25 Samuel Pitoisetradv: always initialize levels without DCC as fully...
2019-06-25 Marek Olšákradeonsi: set the calling convention for inlined functi...
2019-06-25 Nicolai Hähnleamd/rtld: update the ELF representation of LDS symbols
2019-06-25 Marek Olšákac/surface: remove addrlib_family_rev_id
2019-06-24 Daniel Schürmannamd/common: lower bitfield_extract to ubfe/ibfe.
2019-06-24 Daniel Schürmannamd/common: lower bitfield_insert to bfm & bitfield_select
2019-06-24 Samuel Pitoisetradv: add support for VK_AMD_buffer_marker
2019-06-21 Mauro Rossiandroid: winsys/amdgpu,radv: fix generated amdgfxregs...
2019-06-21 Samuel Pitoisetradv: add support for VK_KHR_depth_stencil_resolve
2019-06-21 Samuel Pitoisetradv: pass sample locations for transitions before...
2019-06-21 Samuel Pitoisetradv: clear the depth/stencil resolve attachment if...
2019-06-21 Samuel Pitoisetradv: decompress HTILE if the resolve src image is...
2019-06-21 Samuel Pitoisetradv: select the depth/stencil resolve method based...
2019-06-21 Samuel Pitoisetradv: implement all depth/stencil resolve modes using...
2019-06-21 Samuel Pitoisetradv: implement all depth/stencil resolve modes using...
2019-06-21 Samuel Pitoisetradv: record if a render pass has depth/stencil resolve...
2019-06-21 Samuel Pitoisetradv: rename has_resolve to has_color_resolve
2019-06-21 Samuel Pitoisetradv: emit framebuffer state from primary if secondary...
2019-06-20 Samuel Pitoisetradv: enable DCC for mipmapped color textures on GFX8
2019-06-20 Samuel Pitoisetradv: do not fast clears if one level can't be fast...
2019-06-20 Samuel Pitoisetradv: add fast clears support for mipmapped color image...
2019-06-20 Samuel Pitoisetradv: add radv_dcc_clear_level() helper
2019-06-20 Samuel Pitoisetradv: re-initialize DCC metadata after decompressing...
2019-06-20 Samuel Pitoisetradv: initialize levels without DCC during layout trans...
2019-06-20 Nicolai Hähnleac/rtld: report better error messages for LDS overalloc...
2019-06-20 Marek Olšákac/rtld: check correct LDS max size
2019-06-20 Nicolai Hähnleradeonsi: add s_sethalt to shaders for debugging
2019-06-20 Nicolai Hähnleac/rtld: fix sorting of LDS symbols by alignment
2019-06-19 Bas Nieuwenhuizenradv: Fix vulkan build in meson.
2019-06-19 Connor Abbottac/nir: Set speculatable for buffer loads where allowed
2019-06-19 Connor Abbottac,radeonsi: Always mark buffer stores as inaccessiblem...
2019-06-19 Samuel Pitoisetradv: disable viewport clamping even if FS doesn't...
2019-06-19 Samuel Pitoisetradv: implement compressed FMASK texture reads with...
2019-06-19 Samuel Pitoisetradv: fix FMASK expand with SRGB formats
2019-06-18 Samuel Pitoisetradv: adjust the DCC base VA for mipmapped color attach...
2019-06-18 Samuel Pitoisetradv: fix color decompressions for FMASK/CMASK
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: check if DCC is enabled per mip not for the whole...
2019-06-17 Bas Nieuwenhuizenradv: Disable linear tiled compressed textures.
2019-06-17 Samuel Pitoisetradv: add mipmaps support for DCC decompression on...
2019-06-17 Samuel Pitoisetradv: add mipmaps support for color decompressions...
2019-06-17 Samuel Pitoisetradv: set the DCC/FCE predicates from the base level
2019-06-17 Samuel Pitoisetradv: load the fast color clear values from the base...
2019-06-17 Samuel Pitoisetradv: store the DCC predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the FCE predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the fast color clear values for each mip
2019-06-17 Samuel Pitoisetradv: allocate DCC metadata for each mip
2019-06-17 Marek Olšákamd: update addrlib
2019-06-17 Bas Nieuwenhuizenradv: Add asserts that buffer descriptors are created...
2019-06-17 Bas Nieuwenhuizenradv: Decompress DCC when the image format is not allow...
2019-06-17 Samuel Pitoisetradv: make sure to init the DCC decompress compute...
2019-06-17 Samuel Pitoisetac: make ac_compute_cmask() a static function
2019-06-17 Samuel Pitoisetradv: rely on ac_compute_cmask() for CMASK info
2019-06-17 Samuel Pitoisetradv: silent a compiler warning in radv_CmdPushDescript...
2019-06-17 Samuel Pitoisetac: update llvm.amdgcn.icmp intrinsic name for LLVM 9+
2019-06-14 Marek Olšákac: add radeon_info::is_amdgpu instead of checking...
2019-06-14 Mauro Rossiandroid: amd/common: fix missing include path
2019-06-14 Mauro Rossiandroid: radv: fix necessary dependecies
2019-06-13 Marek Olšákac/registers: use better names for disambiguated defini...
2019-06-13 Marek Olšákac/registers: remove deprecated/inapplicable definitions
2019-06-13 Daniel Schürmannradv: enable AMD_shader_ballot with RADV_PERFTEST_SHADE...
2019-06-13 Daniel Schürmannamd/common: add support for AMD_shader_ballot functions
2019-06-13 Daniel Schürmannspirv/nir: add support for AMD_shader_ballot and Groups...
2019-06-13 Daniel Schürmannradv: enable shader_subgroup_vote & shader_subgroup_bal...
2019-06-13 Samuel Pitoisetradv: flush and invalidate CB before resetting query...
2019-06-13 Bas Nieuwenhuizenradv: Always disable DCC on shareable images.
2019-06-13 Bas Nieuwenhuizenradv: Skip transitions coming from external queue.
2019-06-13 Nicolai Hähnleamd/rtld: layout and relocate LDS symbols
2019-06-13 Nicolai Hähnleamd/common: use ARRAY_SIZE for the LLVM command line...
2019-06-13 Nicolai Hähnleamd/common: add ac_compile_module_to_elf
2019-06-13 Nicolai Hähnleradeonsi: use ac_shader_config
2019-06-13 Nicolai Hähnleamd/common: add a more powerful runtime linker
2019-06-12 Nicolai Hähnleamd/common: clarify ac_shader_binary::lds_size
2019-06-12 Nicolai Hähnleamd/common: extract ac_parse_shader_binary_config
2019-06-12 Samuel Pitoisetradv: fix VK_EXT_memory_budget if one heap isn't available
2019-06-12 Samuel Pitoisetradv: fix occlusion queries on VegaM
2019-06-12 Marek Olšákradeonsi: use the ac helper for index buffer stores...
next