radv: compute prim_vertex_count at draw time
[mesa.git] / src / amd / vulkan / radv_device.c
2020-07-07 Rhys Perryradv: enable zerovram for Quantic Dream games
2020-07-02 Samuel Pitoisetradv,vulkan: add a new x11 wsi drirc workaround for...
2020-07-02 Samuel Pitoisetradv: fix wide points and lines
2020-06-29 Samuel Pitoisetradv: enable VK_AMD_shader_ballot on GFX6-7 with both...
2020-06-26 Samuel Pitoisetradv: remove the load/store workaround for Monster...
2020-06-26 Samuel Pitoisetradv: remove the shader ballot workaround for Youngbloo...
2020-06-25 Daniel Schürmannradv: enable ACO by default
2020-06-25 Daniel Schürmannradv: change use_aco -> use_llvm
2020-06-25 Daniel Schürmannradv: introduce RADV_DEBUG=llvm option
2020-06-24 Samuel Pitoisetradv: fix checking the return value of cs_finalize()
2020-06-24 Bas Nieuwenhuizenradv: Handle mmap failures.
2020-06-22 Eric Engestromutil: rename xmlpool.h to driconf.h
2020-06-19 Rhys Perryradv: add new drirc option radv_no_dynamic_bounds
2020-06-19 Samuel Pitoisetradv: add support for Sienna Cichlid
2020-06-18 Samuel Pitoisetradv: lower discards to demote to workaround a RDR2...
2020-06-17 Samuel Pitoisetradv/aco: enable FP16 features/extensions on GFX9+
2020-06-12 Samuel Pitoisetradv: add new drirc option radv_enable_mrt_output_nan_fixup
2020-06-09 Samuel Pitoisetradv/aco: enable shaderInt8 and VK_KHR_shader_float16_i...
2020-06-09 Samuel Pitoisetradv/aco: enable shaderInt16 on GFX6-GFX7
2020-06-09 Samuel Pitoisetradv/aco: enable 8-bit/16-bit storage on GFX6-GFX7
2020-06-09 Samuel Pitoisetradv/llvm: expose VK_EXT_shader_demote_to_helper_invoca...
2020-06-05 Samuel Pitoisetradv/aco: enable VK_KHR_shader_subgroup_extended_types...
2020-06-05 Bas Nieuwenhuizenradv: Use offsets in surface struct.
2020-06-05 Samuel Pitoisetradv/aco: enable 64-bit atomic features if RADV is...
2020-06-04 Clément Guérinradv: Always expose non-visible local memory type on...
2020-06-03 Samuel Pitoisetradv: enable zero VRAM for all VKD3D (DX12->VK) games
2020-06-03 Samuel Pitoisetradv: enable zero VRAM for Doom Eternal
2020-06-02 Timur Kristófradv/aco: Always enable subgroup shuffle.
2020-06-02 Marek Olšákac: rename has_double_rate_fp16 -> has_packed_math_16bit
2020-05-29 Samuel Pitoisetradv/aco: enable VK_KHR_subgroup_extended_types on...
2020-05-26 Marek Olšákac/gpu_info: replace num_good_cu_per_sh with min/max_go...
2020-05-25 Bas Nieuwenhuizenradv: Do not close fd -1 when NULL-winsys creation...
2020-05-24 Samuel Pitoisetradv: advertise shaderDeviceClock on GFX8+
2020-05-24 Samuel Pitoisetradv: cleanup physical device features
2020-05-24 Samuel Pitoisetradv: do not return from radv_GetPhysicalDeviceFeatures2()
2020-05-23 Marek Olšákac: update register and packet definitions for preemption
2020-05-21 Samuel Pitoisetradv: fix missing break in radv_GetPhysicalDeviceFeatur...
2020-05-19 Bas Nieuwenhuizenradv: Expose VK_EXT_pipeline_creation_cache_control.
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
2020-05-19 Samuel Pitoisetradv/aco: enable storageInputOutput16 on GFX9+
2020-05-19 Samuel Pitoisetradv: fix missing break in radv_GetPhysicalDeviceProper...
2020-05-15 Joshua Ashtonradv: Implement VK_EXT_custom_border_color
2020-05-15 Bas Nieuwenhuizenradv: Provide a better error for permission issues...
2020-05-14 Samuel Pitoisetradv: enable shaderResourceMinLod
2020-05-13 Samuel Pitoisetradv: add a LLVM version string workaround for SotTR...
2020-05-13 Samuel Pitoisetradv: use the common code for generating extensions...
2020-05-13 Samuel Pitoisetradv: implement VK_EXT_private_data
2020-05-13 Samuel Pitoisetradv: use the base object struct types
2020-05-13 Samuel Pitoisetradv: use the common base object type for VkDevice
2020-05-08 Samuel Pitoisetradv: remove the LLVM version string when ACO is used
2020-05-07 Marek Olšákamd: assume HTILE is always rb/pipe_aligned, remove...
2020-05-07 Marek Olšákamd: assume CMASK is always rb/pipe_aligned, remove...
2020-05-06 Samuel Pitoisetradv: display an error message if the winsys init failed
2020-05-06 Samuel Pitoisetradv: use a linked list for physical devices
2020-05-06 Samuel Pitoisetradv: don't report error with other vendor DRM devices
2020-05-06 Samuel Pitoisetradv: report INITIALIZATION_FAILED when the amdgpu...
2020-05-06 Samuel Pitoisetradv: fix a memleak if the physical device initializati...
2020-05-06 Samuel Pitoisetradv: rename radv_devices() to radv_enumerate_physical_...
2020-05-06 Samuel Pitoisetradv: cleanup radv_CreateInstance()
2020-05-05 Samuel Pitoisetradv: enable shaderInt16 unconditionally with LLVM...
2020-04-29 Bas Nieuwenhuizenradv: Fix implicit sync with recent allocation changes.
2020-04-29 Samuel Pitoisetradv: advertise VK_EXT_robustness2
2020-04-29 Bas Nieuwenhuizenradv: Expose 4G element texel buffers.
2020-04-28 Samuel Pitoisetradv: advertise VK_AMD_memory_overallocation_behavior
2020-04-28 Samuel Pitoisetradv: track memory heaps usage if overallocation is...
2020-04-28 Bas Nieuwenhuizenradv: Determine memory type for import based on fd.
2020-04-28 Bas Nieuwenhuizenradv: Stop using memory type indices.
2020-04-28 Bas Nieuwenhuizenradv: Use actual memory type count for setting app...
2020-04-27 Samuel Pitoisetradv: do not expose GTT as device local memory mostly...
2020-04-27 Bas Nieuwenhuizenradv: Add WSI buffers to BO list only if they can be...
2020-04-27 Bas Nieuwenhuizendrm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
2020-04-27 Samuel Pitoisetradv: fix robust_buffer_access if enabled via VkPhysica...
2020-04-25 Joshua Ashtonradv: Pass logical device to si_emit_graphics
2020-04-24 Rhys Perryradv/aco: enable 8/16-bit storage and int8/int16 on...
2020-04-24 Eduardo Lima Mitevanv/radv: Resolving 'GetInstanceProcAddr' should not...
2020-04-23 Samuel Pitoisetradv: adjust the supported subgroup stages
2020-04-23 Joshua Ashtonradv: Use TRUNC_COORD on samplers
2020-04-17 Samuel Pitoisetradv: fix geometry shader primitives query with ACO...
2020-04-15 Samuel Pitoisetradv/aco: do not advertise VK_KHR_shader_subgroup_exten...
2020-04-09 Samuel Pitoisetradv: only expose fp16 control features for chips with...
2020-04-09 Samuel Pitoisetradv: only expose storageInputOutput16 for chips with...
2020-04-09 Samuel Pitoisetradv: only expose shaderFloat16 for chips with double...
2020-04-08 Samuel Iglesias... radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALL...
2020-04-08 Samuel Iglesias... radv: check buffer size in vkCreateBuffer()
2020-04-07 Timur Kristófradv: Enable ACO for NGG VS/TES, but disable NGG for...
2020-04-03 Samuel Pitoisetradv/llvm: enable 16-bit storage features on GFX6-GFX7
2020-04-03 Samuel Pitoisetradv/llvm: enable 8-bit storage features on GFX6-GFX7
2020-03-27 Marek Olšákradv: stop including files from mesa/main
2020-03-23 Samuel Pitoisetradv/llvm: fix subgroup shuffle for chips without bpermute
2020-03-13 Samuel Pitoisetradv: remove unnecessary LLVM includes
2020-03-12 Timur Kristófradv: Enable subgroup shuffle on GFX10 when ACO is...
2020-03-10 Samuel Pitoisetradv: use device entrypoints from the SQTT layer if...
2020-03-09 Daniel Schürmannradv: use nir_lower_discard_to_demote to work around...
2020-03-06 Samuel Pitoisetradv/sqtt: abort if SQTT is used on GFX6-GFX7
2020-03-06 Samuel Pitoisetradv/sqtt: add support for GFX8
2020-03-03 Samuel Pitoisetac: rename min_vgpr_alloc to min_wave64_vgpr_alloc
2020-03-03 Samuel Pitoisetac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_...
2020-03-02 Samuel Pitoisetradv: update entrypoints generation from ANV
2020-03-02 Samuel Pitoisetradv/sqtt: add support for GFX10
2020-02-29 Samuel Pitoisetradv: fix 32-bit build failure in radv_queue_internal_s...
next