nir/builder: Add nir_scoped_memory_barrier()
[mesa.git] / src / amd / vulkan /
2020-02-24 Samuel Pitoisetradv: add the trace BO to the BO list at submit time
2020-02-20 Samuel Pitoisetradv: use RADEON_FLAG_ZERO_VRAM when creating the trace BO
2020-02-20 Samuel Pitoisetradv/winsys: add a new flag that requests zerovram...
2020-02-18 Eric Anholtradv: Squelch possibly-undefined warning
2020-02-18 Caio Marcelo de... radv: Advertise VK_KHR_shader_non_semantic_info
2020-02-17 Samuel Pitoisetradv: add a comment about VK_AMD_mixed_attachment_sampl...
2020-02-17 Samuel Pitoisetradv: enable VK_NV_compute_shader_derivatives on GFX6...
2020-02-17 Samuel Pitoisetradv: enable VK_EXT_sampler_filter_minmax on GFX6
2020-02-17 Samuel Pitoisetradv: enable shaderStorageImageMultisample on GFX6...
2020-02-14 Samuel Pitoisetradv: remove unnecessary RADV_DEBUG=nobatchchain option
2020-02-13 Samuel Pitoisetradv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADER
2020-02-13 Samuel Pitoisetradv: remove RADV_DEBUG=nosisched and RADV_PERFTEST...
2020-02-13 Samuel Pitoisetradv: remove LLVM sicheduler enable for The Talos Principle
2020-02-13 Samuel Pitoisetradv: implement VK_EXT_line_rasterization
2020-02-13 Samuel Pitoisetradv: fix line width range and granularity
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-11 Samuel Pitoisetradv: set the chip name to GCN-NOOP when RADV_FORCE_FAM...
2020-02-11 Samuel Pitoisetradv: make sure to not submit any IBs when RADV_FORCE_F...
2020-02-11 Bas Nieuwenhuizenradv: Do not redundantly set the RB+ regs on pipeline...
2020-02-11 Bas Nieuwenhuizenradv: Optimize emitting index buffer changes.
2020-02-04 Bas Nieuwenhuizenradv: Do not set SX DISABLE bits for RB+ with unused...
2020-02-02 Bas Nieuwenhuizenradv: Allow non-dedicated linear images and buffer.
2020-01-29 Samuel Pitoisetradv: refactor physical device properties
2020-01-29 Samuel Pitoisetradv/gfx10: re-enable NGG GS
2020-01-29 Samuel Pitoisetradv/gfx10: implement NGG GS queries
2020-01-29 Samuel Pitoisetradv/gfx10: add a separate flag for creating a GDS...
2020-01-29 Samuel Pitoisetradv: remove the non conformant VK implementation warni...
2020-01-29 Samuel Pitoisetradv: bump conformance version to 1.2.0.0
2020-01-29 Samuel Pitoisetradv: implement VK_AMD_shader_explicit_vertex_parameter
2020-01-29 Samuel Pitoisetradv: gather which input PS variables use an explicit...
2020-01-29 Samuel Pitoisetac/llvm: implement VK_AMD_shader_explicit_vertex_parameter
2020-01-29 Samuel Pitoisetradv: enable VK_AMD_shader_fragment_mask on GFX6-GFX7
2020-01-28 Rhys Perryamd/common,radv: move vertex_format_table to ac_shader_...
2020-01-27 Samuel Pitoisetradv: do not allow sparse resources with multi-planar...
2020-01-27 Florian Willradv/winsys: set IB flags prior to submit in the sysmem...
2020-01-24 Samuel Pitoisetradv: print NIR shaders after lowering FS inputs/outputs
2020-01-24 Samuel Pitoisetradv: enable ACO support for GFX6
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 Perryaco: implement GS on GFX7-8
2020-01-24 Rhys Perryradv/aco,aco: implement GS on GFX9+
2020-01-24 Rhys Perryradv: move gs copy shader creation before other variants
2020-01-24 Bas Nieuwenhuizenradv: Allow DCC & TC-compat HTILE with VK_IMAGE_CREATE_...
2020-01-24 Bas Nieuwenhuizenradv: Expose VK_KHR_swapchain_mutable_format.
2020-01-23 Samuel Pitoisetradv: advertise VK_AMD_shader_fragment_mask
2020-01-23 Samuel Pitoisetradv: handle missing implicit subpass dependencies
2020-01-23 Samuel Pitoisetradv: add explicit external subpass dependencies to...
2020-01-22 Samuel Pitoisetradv: fix double free corruption in radv_alloc_memory()
2020-01-21 Bas Nieuwenhuizenradv: Remove syncobj_handle variable in header.
2020-01-15 Samuel Pitoisetradv: enable Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: implement Vulkan 1.2 features and properties
2020-01-15 Samuel Pitoisetradv: implement Vulkan 1.1 features and properties
2020-01-15 Samuel Pitoisetradv: update VK_KHR_timeline_semaphore for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_uniform_buffer_standard_layout...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_subgroup_extended_types...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_float_controls for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_float16_int8 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_shader_atomic_int64 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_imageless_framebuffer for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_image_format_list for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_driver_properties for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_draw_indirect_count for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_create_renderpass2 for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_buffer_device_address for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_KHR_8bit_storage for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_scalar_block_layout for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_sampler_filter_minmax for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_host_query_reset for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv: update VK_EXT_descriptor_indexing for Vulkan 1.2
2020-01-15 Samuel Pitoisetradv/gfx10: simplify some duplicated NGG GS code
2020-01-15 Samuel Pitoisetradv/gfx10: enable all CUs if NGG is never used
2020-01-15 Samuel Pitoisetradv: only use VkSamplerCreateInfo::compareOp if enabled
2020-01-15 Bas Nieuwenhuizenradv: Disable VK_EXT_sample_locations on GFX10.
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2020-01-13 Jason Ekstrandnir: Rename nir_intrinsic_barrier to control_barrier
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: do not declare LDS for NGG if useless
2020-01-13 Samuel Pitoisetradv/gfx10: determine if a pipeline is eligible for...
2020-01-13 Samuel Pitoisetradv/gfx10: disable vertex grouping
2020-01-12 Bas Nieuwenhuizenradv: Use new scanout gfx9 metadata flag.
2020-01-09 Samuel Pitoisetradv: advertise VK_AMD_shader_image_load_store_lod
2020-01-09 Samuel Pitoisetspirv,nir: add new lod parameter to image_{load,store...
2020-01-08 Marek Olšákac: unify primitive export code
2020-01-08 Marek Olšákac: unify build_sendmsg_gs_alloc_req
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-04 Bas Nieuwenhuizenradv: Only use the gfx mipmap level offset/pitch for...
2020-01-03 Samuel Pitoisetradv: implement VK_AMD_mixed_attachment_samples
2020-01-03 Samuel Pitoisetradv: record number of color/depth samples for each...
2019-12-30 Samuel Pitoisetradv: return the correct pitch for linear mipmaps on...
2019-12-27 Eric Engestromamd: fix empty-body issues
2019-12-27 Mauro Rossiandroid: radv: build radv_shader_args.c
2019-12-27 Mauro Rossiandroid: radv: fix vk_format_table.c generated source...
2019-12-26 Bas Nieuwenhuizenradv: Expose all sample counts for integer formats...
2019-12-20 Samuel Pitoisetradv: rely on pipeline layout when creating push descri...
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...
next