radv: Add ycbcr format features.
[mesa.git] / src / amd / vulkan /
2019-04-25 Bas Nieuwenhuizenradv: Add ycbcr format features.
2019-04-25 Bas Nieuwenhuizenradv: Add hashing for the ycbcr samplers.
2019-04-25 Bas Nieuwenhuizenradv: Run the new ycbcr lowering pass.
2019-04-25 Bas Nieuwenhuizenradv: Add ycbcr lowering pass.
2019-04-25 Bas Nieuwenhuizenradv: Update descriptor sets for multiple planes.
2019-04-25 Bas Nieuwenhuizenradv: Add ycbcr samplers in descriptor set layouts.
2019-04-25 Bas Nieuwenhuizenradv: Allow mixed src/dst aspects in copies.
2019-04-25 Bas Nieuwenhuizenradv: Add support for image views with multiple planes.
2019-04-25 Bas Nieuwenhuizenradv: Add ycbcr conversion structs.
2019-04-25 Bas Nieuwenhuizenradv: Support different source & dest aspects for plana...
2019-04-25 Bas Nieuwenhuizenradv: Add single plane image views & meta operations.
2019-04-25 Bas Nieuwenhuizenradv: Add multiple planes to images.
2019-04-25 Bas Nieuwenhuizenradv: Add logic for multisample format descriptions.
2019-04-25 Bas Nieuwenhuizenradv: Add logic for subsampled format descriptions.
2019-04-23 Bas Nieuwenhuizenradv: Add adaptive_sync driconfig option and enable...
2019-04-23 Bas Nieuwenhuizenvulkan/wsi: Add X11 adaptive sync support based on...
2019-04-23 Bas Nieuwenhuizenradv: Add support for driconf.
2019-04-22 Samuel Pitoisetradv: add VK_NV_compute_shader_derivates support
2019-04-19 Bas Nieuwenhuizenradv: Support VK_EXT_inline_uniform_block.
2019-04-17 Samuel Pitoisetradv: add VK_KHR_shader_atomic_int64 but disable it...
2019-04-16 Tapani Pällicompiler/glsl: handle case where we have multiple users...
2019-04-16 Samuel Pitoisetradv: sort the shader capabilities alphabetically
2019-04-16 Samuel Pitoisetradv: enable shaderInt8 on SI and CIK
2019-04-15 Dylan BakerDelete autotools
2019-04-15 Samuel Pitoisetradv: set ACCESS_NON_READABLE on stores for copy/fill...
2019-04-15 Bas Nieuwenhuizenradv: Use local buffers for the global bo list.
2019-04-15 Bas Nieuwenhuizenradv: Add bolist RADV_PERFTEST flag.
2019-04-15 Samuel Pitoisetradv: enable VK_KHR_shader_float16_int8
2019-04-14 Karol Herbstradv: use nir constant helpers
2019-04-10 Samuel Pitoisetradv: enable VK_AMD_gpu_shader_half_float
2019-04-10 Bas Nieuwenhuizenradv: Add non-uniform indexing lowering.
2019-04-09 Timothy Arcerinir/radv: remove restrictions on opt_if_loop_last_conti...
2019-04-08 Samuel Pitoisetradv: fix getting the vertex strides if the bindings...
2019-04-04 Eric Engestromsimplify LLVM version string printing
2019-04-04 Marek Olšákradeonsi: enable displayable DCC on Ravens
2019-04-01 Samuel Pitoisetradv: partially enable VK_KHR_shader_float16_int8
2019-04-01 Rhys Perryradv: lower 16-bit flrp
2019-03-29 Samuel Pitoisetradv: do not always initialize HTILE in compressed...
2019-03-28 Samuel Pitoisetradv: skip updating depth/color metadata for conditiona...
2019-03-28 Samuel Pitoisetradv: enable VK_AMD_gpu_shader_int16
2019-03-28 Samuel Pitoisetradv: do not lower frexp_exp and frexp_sig
2019-03-27 Jason EkstrandRevert "anv/radv: release memory allocated by glsl...
2019-03-25 Samuel Iglesias... radv: write availability status vkGetQueryPoolResults...
2019-03-25 Samuel Iglesias... radv: don't overwrite results in VkGetQueryPoolResults...
2019-03-22 Samuel Pitoisetspirv,nir: lower frexp_exp/frexp_sig inside a new NIR...
2019-03-22 Józef Kuciaradv: Fix driverUUID
2019-03-21 Samuel Pitoisetradv: add missing initializations since VK_EXT_pipeline...
2019-03-21 Rhys Perryradv: enable VK_KHR_8bit_storage
2019-03-21 Tapani Pällianv/radv: release memory allocated by glsl types during...
2019-03-21 Jason Ekstrandanv,radv,turnip: Lower TG4 offsets with nir_lower_tex
2019-03-20 Bas Nieuwenhuizenradv: Implement VK_EXT_pipeline_creation_feedback.
2019-03-20 Samuel Pitoisetradv: fix binding transform feedback buffers
2019-03-18 Bas Nieuwenhuizenradv: Use correct image view comparison for fast clears.
2019-03-18 Jason Ekstrandanv,radv: Implement VK_KHR_surface_capability_protected
2019-03-18 Bas Nieuwenhuizenradv: Implement VK_EXT_host_query_reset.
2019-03-18 Bas Nieuwenhuizenradv: Allow fast clears with concurrent queue mask...
2019-03-16 Bas Nieuwenhuizenturnip: Deconflict vk_format_table regeneration
2019-03-15 Samuel Pitoisetradv: always load 3 channels for formats that need...
2019-03-14 Samuel Pitoisetradv: always initialize HTILE when the src layout is...
2019-03-13 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_load() helpers
2019-03-13 Samuel Pitoisetradv: use typed buffer loads for vertex input fetches
2019-03-13 Samuel Pitoisetradv: store more vertex attribute infos as pipeline...
2019-03-12 Samuel Pitoisetradv: set the maximum number of IBs per submit to 192
2019-03-12 Samuel Pitoisetradv: fix pointSizeRange limits
2019-03-08 Alejandro Piñeironir/xfb: adding varyings on nir_xfb_info and gather_info
2019-03-08 Samuel PitoisetRevert "radv: execute external subpass barriers after...
2019-03-06 Samuel Pitoisetradv: enable lower_mul_2x32_64
2019-03-06 Lionel Landwerlinradv: set num_components on vulkan_resource_index intrinsic
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-05 Samuel Pitoisetradv: properly align the fence and EOP bug VA on GFX9
2019-03-05 Samuel Pitoisetradv: allocate enough space in cmdbuf when starting...
2019-03-05 Eric Engestromradv: use the platform defines in vk.xml instead of...
2019-03-04 Samuel Pitoisetrav: use 32_AR instead of 32_ABGR when alpha coverage...
2019-02-26 Bas Nieuwenhuizenradv: Interpolate less aggressively.
2019-02-26 Samuel Pitoisetradv: don't copy buffer descriptors list for samplers
2019-02-26 Samuel Pitoisetradv: fix out-of-bounds access when copying descriptors...
2019-02-25 Samuel Pitoisetradv: fix clearing attachments in secondary command...
2019-02-22 Bas Nieuwenhuizenradv: Allow interpolation on non-float types.
2019-02-22 Bas Nieuwenhuizenradv: Fix float16 interpolation set up.
2019-02-20 Bas Nieuwenhuizenradv: Disable depth clamping even without EXT_depth_ran...
2019-02-20 Bas Nieuwenhuizenradv: Implement VK_EXT_depth_clip_enable.
2019-02-20 Bas Nieuwenhuizenradv: Handle clip+cull distances more generally as...
2019-02-20 Bas Nieuwenhuizenradv: Clean up a bunch of compiler warnings.
2019-02-20 Bas Nieuwenhuizenradv: Sync ETC2 whitelisted devices.
2019-02-19 Rhys Perryradv: ensure export arguments are always float
2019-02-19 Rhys Perryradv: bitcast 16-bit outputs to integers
2019-02-18 Samuel Pitoisetradv: fix writing the alpha channel of MRT0 when alpha...
2019-02-18 Samuel Pitoisetradv: remove unused variable in gather_push_constant_info()
2019-02-18 Samuel Pitoisetradv: write the alpha channel of MRT0 when alpha covera...
2019-02-16 Samuel Pitoisetradv: fix invalid element type when filling vertex...
2019-02-15 Bas Nieuwenhuizenradv: Use correct num formats to detect whether we...
2019-02-14 Samuel Pitoisetradv: fix radv_fixup_vertex_input_fetches()
2019-02-14 Samuel Pitoisetradv: reduce the number of loaded channels for vertex...
2019-02-14 Samuel Pitoisetradv: store vertex attribute formats as pipeline keys
2019-02-14 Samuel Pitoisetradv: use MAX_{VBS,VERTEX_ATTRIBS} when defining max...
2019-02-13 Samuel Pitoisetradv: always export gl_SampleMask when the fragment...
2019-02-13 Samuel Pitoisetradv/winsys: fix BO list creation when RADV_DEBUG=allbo...
2019-02-12 Samuel Pitoisetradv: fix using LOAD_CONTEXT_REG with old GFX ME firmwa...
2019-02-12 Samuel Pitoisetradv: add support for push constants inlining when...
2019-02-12 Samuel Pitoisetradv: keep track of the number of remaining user SGPRs
next