radv: gather info about PS inputs in the shader info pass
[mesa.git] / src / amd / vulkan /
2019-08-30 Samuel Pitoisetradv: gather info about PS inputs in the shader info...
2019-08-30 Samuel Pitoisetac: drop now useless lookup_interp_param from ABI
2019-08-30 Samuel Pitoisetac: import linear/perspective PS input parameters from...
2019-08-29 Samuel Pitoisetradv/gfx10: compute the LDS size for exporting PrimID...
2019-08-27 Samuel Pitoisetradv: make use of has_ls_vgpr_init_bug
2019-08-27 Samuel Pitoisetac: add rbplus_allowed to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_tc_compat_zrange_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_gfx9_scissor_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add cpdma_prefetch_writes_memory to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_out_of_order_rast to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_load_ctx_reg_pkt to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_rbplus to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_dcc_constant_encode to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_distributed_tess to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_clear_state to ac_gpu_info
2019-08-26 Samuel Pitoisetradv: add mipmap support for the clear depth/stencil...
2019-08-26 Samuel Pitoisetradv: add mipmap support for the TC-compat zrange bug
2019-08-26 Samuel Pitoisetradv: allocate metadata space for mipmapped depth/stenc...
2019-08-26 Samuel Pitoisetradv: decompress mipmapped depth/stencil images during...
2019-08-26 Samuel Pitoisetradv: add mipmaps support for decompress/resummarize
2019-08-26 Samuel Pitoisetradv: add radv_process_depth_image_layer() helper
2019-08-26 Connor Abbottac/nir: Remove gfx9_stride_size_workaround_for_atomic
2019-08-26 Samuel Pitoisetradv: fix getting the index type size for uint8_t
2019-08-24 Alex Smithradv: Change memory type order for GPUs without dedicat...
2019-08-17 Andres Rodriguezradv: additional query fixes
2019-08-23 Samuel Pitoisetradv/gfx10: do not use NGG with NAVI14
2019-08-23 Samuel Pitoisetradv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-22 Bas Nieuwenhuizenradv: Disable NGG for geometry shaders.
2019-08-21 Andres Rodriguezradv: add RADV_DEBUG=allentrypoints
2019-08-21 Jason Ekstrandnir: Add explicit signs to image min/max intrinsics
2019-08-21 Samuel Pitoisetradv: implement VK_AMD_shader_core_properties2
2019-08-21 Samuel Pitoisetradv: force enable VK_AMD_shader_ballot for Wolfenstein...
2019-08-21 Samuel Pitoisetradv: add a new debug option called RADV_DEBUG=noshader...
2019-08-21 Samuel Pitoisetradv: allow to enable VK_AMD_shader_ballot only on...
2019-08-21 Bas Nieuwenhuizenradv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.
2019-08-21 Bas Nieuwenhuizenradv: Use correct vgpr_comp_cnt for VS if both prim_id...
2019-08-21 Samuel Pitoisetradv/gfx10: hardcode some depth+stencil formats in...
2019-08-21 Samuel Pitoisetradv/gfx10: tidy up gfx10_format_table.py
2019-08-20 Samuel Pitoisetradv/gfx10: do not emit PA_SC_TILE_STEERING_OVERRIDE...
2019-08-20 Samuel Pitoisetradv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU...
2019-08-19 Bas Nieuwenhuizenradv: Add Renoir support.
2019-08-19 Marek Olšákradeonsi/nir: always lower ballot masks as 64-bit,...
2019-08-15 Bas NieuwenhuizenRevert "radv/gfx10: Enable DCC for storage images."
2019-08-15 Bas NieuwenhuizenRevert "radv: Do not decompress on LAYOUT_GENERAL."
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Bas Nieuwenhuizenradv: Enable VK_KHR_pipeline_executable_properties.
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutableStatisticsKHR.
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutableInternalRepre...
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutablePropertiesKHR.
2019-08-12 Bas Nieuwenhuizenradv: Keep shader info when needed.
2019-08-12 Bas Nieuwenhuizenradv: Add VK_KHR_pipeline_executable_properties in...
2019-08-12 Bas Nieuwenhuizenradv: Use string for nir dumping.
2019-08-12 Bas Nieuwenhuizenradv: Get max workgroup size without nir.
2019-08-12 Bas Nieuwenhuizenradv: Add utility function to calculate max waves.
2019-08-12 Bas Nieuwenhuizenradv: Do not setup attachments without a framebuffer.
2019-08-12 Bas Nieuwenhuizenradv: Hash Wave32 settings in shader key.
2019-08-12 Bas Nieuwenhuizenradv: Properly use Wave64 for non-NGG GS and copy shader.
2019-08-12 Bas Nieuwenhuizenradv: Put wave size in shader options/info.
2019-08-09 Lionel Landwerlinamd: prepare dropping include of p_compiler.h
2019-08-08 Bas Nieuwenhuizenradv: Avoid VEGA/RAVEN scissor bug in binning.
2019-08-08 Bas Nieuwenhuizenradv: Avoid binning RAVEN hangs.
2019-08-08 Bas Nieuwenhuizenradv: Fix off by one for S_028C48_MAX_ALLOC_COUNT.
2019-08-07 Bas Nieuwenhuizenradv/gfx10: Enable DCC for storage images.
2019-08-07 Bas Nieuwenhuizenradv: Add device argument for dcc compression check.
2019-08-07 Bas Nieuwenhuizenradv: Disable compression for compute DCC decompress...
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-08-07 Bas Nieuwenhuizenradv: Do not decompress on LAYOUT_GENERAL.
2019-08-07 Bas Nieuwenhuizenradv: Pass through render loop detection to internal...
2019-08-07 Bas Nieuwenhuizenradv: Add render loop detection in renderpass.
2019-08-06 Bas Nieuwenhuizenradv: Fix config reg assert.
2019-08-06 Bas Nieuwenhuizenradv: Do non-uniform lowering before bool lowering.
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Bas Nieuwenhuizenradv: Expose VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Implement VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-08-02 Samuel Pitoisetradv: fix image_has_{cmask,fmask}() helpers
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_fmask_info()
2019-08-02 Samuel Pitoisetradv/gfx10: add missing dcc_tile_swizzle tweak
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_cmask_info()
2019-08-02 Samuel Pitoisetradv: only account for tile_swizzle for color surfaces...
2019-08-02 Bas Nieuwenhuizenradv: Enable VK_KHR_shader_atomic_int64
2019-08-02 Samuel Pitoisetradv: re-apply "Optimize rebinding the same descriptor...
2019-08-02 Samuel Pitoisetradv/gfx10: use the correct target machine for Wave32
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for vertex, tessellation...
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for fragment shaders
2019-07-31 Samuel Pitoisetradv/gfx10: implement a GE bug workaround
2019-07-31 Samuel Pitoisetradv/gfx10: remove an obsolete VGT_REUSE_OFF workaround
2019-07-31 Samuel Pitoisetradv/gfx10: disable LATE_ALLOC_GS on Navi14
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for GE_PC_ALLOC
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for NGG -> legac...
2019-07-31 Samuel Pitoisetradv: skip draw calls with 0-sized index buffers
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromradv: drop incorrect MAYBE_UNUSED
2019-07-31 Samuel Pitoisetradv/gfx10: add Wave32 support for compute shaders
2019-07-30 Bas Nieuwenhuizenradv: Fix descriptor set allocation failure.
2019-07-27 Andres Rodriguezradv: fix queries with WAIT_BIT returning VK_NOT_READY
next