radv: implement VK_AMD_shader_explicit_vertex_parameter
[mesa.git] / src / amd / vulkan / radv_pipeline.c
2020-01-29 Samuel Pitoisetradv: implement VK_AMD_shader_explicit_vertex_parameter
2020-01-24 Samuel Pitoisetradv: print NIR shaders after lowering FS inputs/outputs
2020-01-24 Rhys Perryradv/aco: use ACO for GS copy shaders
2020-01-24 Rhys Perryradv/aco: allow ACO for GS
2020-01-24 Rhys Perryradv: move gs copy shader creation before other variants
2020-01-13 Samuel Pitoisetradv/gfx10: improve performance for TES using PrimID...
2020-01-13 Samuel Pitoisetradv/gfx10: add support for NGG passthrough mode
2020-01-13 Samuel Pitoisetradv/gfx10: determine if a pipeline is eligible for...
2020-01-13 Samuel Pitoisetradv/gfx10: disable vertex grouping
2020-01-08 Samuel Pitoisetradv: do not fill keys from fragment shader twice
2020-01-07 Bas Nieuwenhuizenradv: Emit a BATCH_BREAK when changing pixel shaders...
2020-01-03 Samuel Pitoisetradv: implement VK_AMD_mixed_attachment_samples
2019-12-20 Samuel Pitoisetradv: ignore pColorBlendState if rasterization is disabled
2019-12-20 Samuel Pitoisetradv: tidy up radv_pipeline_init_blend_state()
2019-12-20 Samuel Pitoisetradv: ignore pDepthStencilState if rasterization is...
2019-12-20 Samuel Pitoisetradv: ignore pTessellationState if the pipeline doesn...
2019-12-20 Samuel Pitoisetradv: ignore pMultisampleState if rasterization is...
2019-12-10 Samuel Pitoisetradv: fix possibly wrong PA_SC_AA_CONFIG value for...
2019-12-10 Samuel Pitoisetradv: move emission of two PA_SC_* registers to the...
2019-11-27 Samuel Pitoisetradv: fix enabling sample shading with SampleID/SampleP...
2019-11-26 Samuel Pitoisetradv: fix reporting subgroup size with VK_KHR_pipeline_...
2019-11-24 Timothy Arceriradv: create a fresh fork for each pipeline compile
2019-11-20 Bas Nieuwenhuizenradv: Do not change scratch settings while shaders...
2019-11-15 Samuel Pitoisetradv: remove useless RADV_DEBUG=unsafemath debug option
2019-11-07 Samuel Pitoisetradv/gfx10: fix primitive indices orientation for NGG GS
2019-11-06 Samuel Pitoisetradv: implement VK_EXT_subgroup_size_control
2019-11-06 Samuel Pitoisetradv: rely on shader's wavesize when computing NGG...
2019-11-06 Samuel Pitoisetradv: determine shaders wavesize at pipeline level
2019-11-06 Samuel Pitoisetradv/gfx10: enable wave32 for compute based on shader...
2019-11-04 Samuel Pitoisetradv: fix compute pipeline keys when optimizations...
2019-10-31 Bas Nieuwenhuizenradv: Fix disk_cache_get size argument.
2019-10-30 Bas Nieuwenhuizenradv: Add an early exit in the secure compile if we...
2019-10-30 Bas Nieuwenhuizenradv: Compute hashes in secure process for secure compi...
2019-10-30 Timothy Arceriradv: make use of radv_sc_read()
2019-10-26 Timothy Arceriradv: enable secure compile support
2019-10-26 Timothy Arceriradv: add radv_secure_compile()
2019-10-26 Timothy Arceriradv: add radv_create_shaders() to radv_shader.h
2019-10-26 Timothy Arceriradv: get topology from pipeline key rather than VkGrap...
2019-10-23 Samuel Pitoisetradv: add an assertion in radv_gfx10_compute_bin_size()
2019-10-02 Samuel Pitoisetradv: fix build
2019-10-02 Samuel PitoisetRevert "radv: disable viewport clamping even if FS...
2019-10-02 Samuel Pitoisetradv/gfx10: fix NGG streamout with triangle strips...
2019-10-02 Samuel Pitoisetradv/gfx10: add radv_device::use_ngg
2019-09-26 Timur Kristófradv: Set shared VGPR count in radv_postprocess_config.
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-09-26 Rhys Perryradv/aco: return a correct name and description for...
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
2019-09-18 Bas Nieuwenhuizenradv: Add DFSM support.
2019-09-18 Samuel Pitoisetradv/gfx10: fix VK_KHR_pipeline_executable_properties...
2019-09-18 Marek Olšákac: move num_sdp_interfaces into radeon_info
2019-09-16 Samuel Pitoisetradv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: fix unnecessary LDS overallocation for...
2019-09-16 Samuel Pitoisetradv/gfx10: adjust the LDS size for VS/TES NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: add an option to switch from legacy to...
2019-09-10 Samuel Pitoisetradv/gfx10: declare a LDS symbol for the NGG emit space
2019-09-10 Samuel Pitoisetradv: calculate GFX9 GS and GFX10 NGG states before...
2019-09-10 Samuel Pitoisetradv: store the ESGS ring size as part of gfx10_ngg_info
2019-09-10 Samuel Pitoisetradv: store GFX10 NGG state as part of the shader info
2019-09-10 Samuel Pitoisetradv: store GFX9 GS state as part of the shader info
2019-09-10 Samuel Pitoisetradv: fill shader info for all stages in the pipeline
2019-09-06 Samuel Pitoisetradv: merge radv_shader_variant_info into radv_shader_info
2019-09-05 Connor Abbottradv/radeonsi: Don't count read-only data when reportin...
2019-08-30 Samuel Pitoisetradv: move lowering PS inputs/outputs at the right...
2019-08-30 Samuel Pitoisetradv: gather info about PS inputs in the shader info...
2019-08-29 Samuel Pitoisetradv/gfx10: compute the LDS size for exporting PrimID...
2019-08-27 Samuel Pitoisetac: add rbplus_allowed to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_gfx9_scissor_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_rbplus to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_distributed_tess to ac_gpu_info
2019-08-23 Samuel Pitoisetradv/gfx10: do not use NGG with NAVI14
2019-08-22 Bas Nieuwenhuizenradv: Disable NGG for geometry shaders.
2019-08-21 Bas Nieuwenhuizenradv: Emit VGT_GS_ONCHIP_CNTL for tess on GFX10.
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: Use string for nir dumping.
2019-08-12 Bas Nieuwenhuizenradv: Hash Wave32 settings in shader key.
2019-08-12 Bas Nieuwenhuizenradv: Put wave size in shader options/info.
2019-08-08 Bas Nieuwenhuizenradv: Avoid VEGA/RAVEN scissor bug in binning.
2019-08-08 Bas Nieuwenhuizenradv: Avoid binning RAVEN hangs.
2019-08-06 Bas Nieuwenhuizenradv: Do non-uniform lowering before bool lowering.
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: implement a bug workaround for GE_PC_ALLOC
2019-07-31 Samuel Pitoisetradv/gfx10: add Wave32 support for compute shaders
2019-07-30 Samuel Pitoisetradv/gfx10: only compile the GS copy shader on-demand
2019-07-24 Samuel Pitoisetradv/gfx10: do not enable NGG if a pipeline uses XFB
2019-07-23 Bas Nieuwenhuizenradv/gfx10: Implement bin size calculation.
2019-07-23 Bas Nieuwenhuizenradv/gfx9: Select between depth/color bins based on...
2019-07-23 Bas Nieuwenhuizenradv: Generalize binning settings.
2019-07-23 Bas Nieuwenhuizenradv/gfx10: Use new scan converter.
2019-07-23 Bas Nieuwenhuizenradv: Set FLUSH_ON_BINNING_TRANSITION.
2019-07-18 Samuel Pitoisetradv/gfx10: set BREAK_WAVE_AT_EOI if TES or GS enable...
2019-07-18 Samuel Pitoisetradv/gfx10: move emitting VGT_PRIMITIVEID_EN into the...
2019-07-18 Samuel Pitoisetradv: fix VGT_GS_MODE if VS uses the primitive ID
2019-07-18 Dave Airlieradv: use correct register setter for ngg hw addr
2019-07-17 Samuel Pitoisetradv: add an option for disabling NGG on GFX10
next