nir: Add a new memory_barrier_tcs_patch intrinsic
[mesa.git] / src / amd / vulkan /
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...
2019-12-20 Samuel Pitoisetradv: ignore pTessellationState if the pipeline doesn...
2019-12-20 Samuel Pitoisetradv: ignore pMultisampleState if rasterization is...
2019-12-20 Samuel Pitoisetradv: init a default multisample state for the resolve...
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-19 Samuel Pitoisetradv/gfx10: fix the out-of-bounds check for vertex...
2019-12-18 Bas Nieuwenhuizenradv: Limit workgroup size to 1024.
2019-12-17 Samuel Pitoisetradv/gfx10: fix ngg_get_ordered_id
2019-12-13 Samuel Pitoisetradv: handle unaligned vertex fetches on GFX6/GFX10
2019-12-12 Samuel Pitoisetradv: enable SpvCapabilityImageMSArray
2019-12-11 Bas Nieuwenhuizenradv: Fix RGBX Android<->Vulkan format correspondence.
2019-12-10 Samuel Pitoisetradv: implement VK_KHR_separate_depth_stencil_layouts
2019-12-10 Samuel Pitoisetradv: initialize HTILE for separate depth/stencil aspects
2019-12-10 Samuel Pitoisetradv: do not init HTILE as compressed state when dst...
2019-12-10 Samuel Pitoisetradv: synchronize after performing a separate depth...
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-12-09 Samuel Pitoisetradv: do not use VK_TRUE/VK_FALSE
2019-12-07 Daniel Schürmannradv: Enable ACO on GFX7 (Sea Islands)
2019-12-07 Daniel Schürmannradv: disable Youngblood app profile if ACO is used
2019-12-07 Daniel Schürmannradv: only flush scalar cache for SSBO writes with...
2019-12-04 Samuel Pitoisetradv/gfx10: fix the vertex order for triangle strips...
2019-12-04 Samuel Pitoisetradv: simplify a check in radv_fixup_vertex_input_fetches()
2019-12-04 Samuel Pitoisetradv: remove dead shader input/output variables
2019-12-02 Rhys Perryradv: set writes_memory for global memory stores/atomics
2019-11-29 Samuel Pitoisetradv,ac/nir: lower deref operations for shared memory
2019-11-28 Bas Nieuwenhuizenradv: Fix timeline semaphore refcounting.
2019-11-28 Bas Nieuwenhuizenradv: Unify max_descriptor_set_size.
2019-11-28 Samuel Pitoisetradv: add more constants to avoid using magic numbers
2019-11-27 Samuel Pitoisetradv: enable VK_KHR_shader_subgroup_extended_types...
2019-11-27 Samuel Pitoisetradv: fix enabling sample shading with SampleID/SampleP...
2019-11-26 Bas Nieuwenhuizenradv: Enable VK_KHR_buffer_device_address.
2019-11-26 Samuel Pitoisetradv: fix reporting subgroup size with VK_KHR_pipeline_...
2019-11-26 Bas Nieuwenhuizenradv: Allocate cmdbuffer space for buffer marker write.
2019-11-25 Marek Olšákac: set swizzled bit in cache policy as a hint not...
2019-11-25 Samuel Pitoisetradv: select the depth decompress path based on the...
2019-11-25 Samuel Pitoisetradv: create decompress pipelines for separate depth...
2019-11-25 Samuel Pitoisetradv: rework creation of decompress/resummarize meta...
2019-11-25 Samuel Pitoisetradv: set the image view aspect mask before resolves
2019-11-25 Samuel Pitoisetradv: set the image view aspect mask during subpass...
2019-11-25 Rhys Perryradv: set alignment for load_ssbo/store_ssbo in meta...
2019-11-25 Connor Abbottaco: Use common argument handling
2019-11-25 Connor Abbottradv: Replace supports_spill with explict_scratch_args
2019-11-25 Connor Abbottaco: Use radv_shader_args in aco_compile_shader()
2019-11-25 Connor Abbottradv: Move argument declaration out of nir_to_llvm
2019-11-25 Connor Abbottac/nir, radv, radeonsi: Switch to using ac_shader_args
2019-11-25 Connor Abbottradv: Rename ac_arg_regfile
2019-11-25 Samuel Pitoisetradv: disable subgroup shuffle operations on GFX10
2019-11-24 Timothy Arceriradv: create a fresh fork for each pipeline compile
2019-11-24 Timothy Arceriradv: add a secure_compile_open_fifo_fds() helper
2019-11-24 Timothy Arceriradv: add some infrastructure for fresh forks for each...
2019-11-20 Daniel Schürmannradv: Enable Subgroup Arithmetic and Clustered for SI
2019-11-20 Samuel Pitoisetradv: enable VK_KHR_shader_subgroup_extended_types...
2019-11-20 Bas Nieuwenhuizenradv: Do not change scratch settings while shaders...
2019-11-19 Marek Olšákac: add radeon_info::num_rings and move ring_type to...
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-19 Rhys Perryradv/aco: enable VK_KHR_shader_subgroup_extended_types
2019-11-19 Samuel Pitoisetradv: advertise VK_KHR_shader_subgroup_extended_types...
2019-11-18 Samuel Pitoisetradv: implement VK_AMD_device_coherent_memory
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-15 Rhys Perryradv: enable FP16/FP64 denormals earlier and only for...
2019-11-15 Samuel Pitoisetradv: make sure to not clear the ds attachment after...
2019-11-15 Samuel Pitoisetradv: remove useless RADV_DEBUG=unsafemath debug option
2019-11-12 Luis Mendesradv: fix radv secure compile feature breaks compilatio...
2019-11-11 Rhys Perryradv: fix radv_nir_get_max_workgroup_size when nir...
2019-11-07 Rhys Perryradv: adjust loop unrolling heuristics for int64
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: hardcode the number of waves for the GFX6 LS...
2019-11-06 Samuel Pitoisetradv/gfx10: enable wave32 for compute based on shader...
2019-11-06 Samuel Pitoisetradv: fix 32-bit compiler warnings
2019-11-06 Samuel Pitoisetradv: add a note about perftest/debug options
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
next