ac: declare an enum for the OOB select field on GFX10
[mesa.git] / src / amd / vulkan / radv_device.c
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-18 Bas Nieuwenhuizenradv: Limit workgroup size to 1024.
2019-12-10 Samuel Pitoisetradv: implement VK_KHR_separate_depth_stencil_layouts
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-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-26 Bas Nieuwenhuizenradv: Enable VK_KHR_buffer_device_address.
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-20 Daniel Schürmannradv: Enable Subgroup Arithmetic and Clustered for SI
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 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 Samuel Pitoisetradv: remove useless RADV_DEBUG=unsafemath debug option
2019-11-12 Luis Mendesradv: fix radv secure compile feature breaks compilatio...
2019-11-06 Samuel Pitoisetradv: implement VK_EXT_subgroup_size_control
2019-11-06 Samuel Pitoisetradv/gfx10: enable wave32 for compute based on shader...
2019-11-01 Bas Nieuwenhuizenradv: Close all unnecessary fds in secure compile.
2019-10-31 Bas Nieuwenhuizenradv: Remove _mesa_locale_init/fini calls.
2019-10-30 Bas Nieuwenhuizenradv: Allocate space for temp. semaphore parts.
2019-10-30 Timur Kristófradv: Enable ACO on Navi.
2019-10-30 Samuel Pitoisetradv: move nomemorycache debug option at the right...
2019-10-30 Bas Nieuwenhuizenradv: Enable VK_KHR_timeline_semaphore.
2019-10-30 Bas Nieuwenhuizenradv: Add wait-before-submit support for timelines.
2019-10-30 Bas Nieuwenhuizenradv: Add timelines with a VK_KHR_timeline_semaphore...
2019-10-30 Bas Nieuwenhuizenradv: Add temporary datastructure for submissions.
2019-10-30 Bas Nieuwenhuizenradv: Split semaphore into two parts as enum+union.
2019-10-30 Bas Nieuwenhuizenradv: Always enable syncobj when supported for all...
2019-10-30 Bas Nieuwenhuizenradv: Improve fence signalling in QueueSubmit.
2019-10-30 Bas Nieuwenhuizenradv: Do sparse binding in queue submission.
2019-10-30 Bas Nieuwenhuizenradv: Split out commandbuffer submission.
2019-10-30 Bas Nieuwenhuizenradv: Clean up unused variable.
2019-10-30 Timothy Arceriradv: make use of radv_sc_read()
2019-10-30 Timothy Arceriradv: add radv_sc_read() helper
2019-10-30 Timothy Arceriradv: allow select() calls in secure compile
2019-10-26 Timothy Arceriradv: enable secure compile support
2019-10-26 Timothy Arceriradv: a support for a secure compile fork at device...
2019-10-26 Timothy Arceriradv: add debug option to turn off in memory cache
2019-10-25 Samuel Pitoisetradv: fix VK_KHR_shader_float_controls dependency on...
2019-10-21 Samuel Pitoisetradv: enable VK_KHR_shader_float_controls on GFX6-GFX7
2019-10-18 Samuel Pitoisetradv: implement VK_KHR_shader_float_controls
2019-10-15 Samuel PitoisetRevert "radv: do not emit PKT3_CONTEXT_CONTROL with...
2019-10-15 Samuel Pitoisetradv: rename VK_KHR_shader_float16_int8 structs/constants
2019-10-10 Rhys Perryradv/aco: disable NGG when ACO is used
2019-10-10 Bas Nieuwenhuizenradv: Check the size of the imported buffer.
2019-10-10 Bas Nieuwenhuizenradv/android: Add android hardware buffer import/export.
2019-10-10 Bas Nieuwenhuizenradv/android: Add android hardware buffer field to...
2019-10-10 Bas Nieuwenhuizenradv: Handle device memory alloc failure with normal...
2019-10-10 Bas Nieuwenhuizenradv: Cleanup buffer_from_fd.
2019-10-10 Bas Nieuwenhuizenradv: Implement & enable VK_EXT_texel_buffer_alignment.
2019-10-10 Samuel Pitoisetradv: get the device name from radeon_info::name
2019-10-09 Samuel Pitoisetradv: bump minTexelBufferOffsetAlignment to 4
2019-10-09 Samuel Pitoisetradv: implement VK_KHR_shader_clock
2019-10-03 Bas Nieuwenhuizenradv: Fix condition for skipping the continue CS.
2019-10-02 Samuel Pitoisetradv/gfx10: add radv_device::use_ngg
2019-09-26 Timur Kristófradv: Add debug option to dump meta shaders.
2019-09-26 Rhys Perryradv/aco: actually disable ACO when unsupported
2019-09-24 Bas Nieuwenhuizenradv: Add workaround for hang in The Surge 2.
2019-09-19 Daniel Schürmannradv/aco: enable VK_EXT_shader_demote_to_helper_invocation
2019-09-19 Daniel Schürmannradv: enable clustered reductions
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
2019-09-18 Bas Nieuwenhuizenradv: Disable dfsm by default even on Raven.
2019-09-18 Marek Olšákac: move ac_get_num_physical_sgprs into radeon_info
2019-09-16 Samuel Pitoisetradv/gfx10: disable unsupported transform feedback...
2019-09-16 Samuel Pitoisetradv/gfx10: allocate GDS/OA buffer objects for NGG...
2019-09-16 Samuel Pitoisetradv/gfx10: add an option to switch from legacy to...
2019-09-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-15 Lionel Landwerlinradv: store engine name
2019-09-10 Marek Olšákradeonsi/gfx10: fix wave occupancy computations
2019-09-06 Eric Engestromradv: add support for vk_x11_override_min_image_count
2019-09-06 Eric Engestromamd: move adaptive sync to performance section, as...
2019-09-06 Eric Engestromamd: replace major llvm version checks with LLVM_VERSIO...
2019-08-27 Samuel Pitoisetac: add rbplus_allowed to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_tc_compat_zrange_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_gfx9_scissor_bug to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add cpdma_prefetch_writes_memory to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_out_of_order_rast to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_load_ctx_reg_pkt to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_rbplus to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_dcc_constant_encode to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_distributed_tess to ac_gpu_info
2019-08-27 Samuel Pitoisetac: add has_clear_state to ac_gpu_info
2019-08-24 Alex Smithradv: Change memory type order for GPUs without dedicat...
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-21 Andres Rodriguezradv: add RADV_DEBUG=allentrypoints
2019-08-21 Samuel Pitoisetradv: implement VK_AMD_shader_core_properties2
2019-08-21 Samuel Pitoisetradv: force enable VK_AMD_shader_ballot for Wolfenstein...
2019-08-21 Samuel Pitoisetradv: add a new debug option called RADV_DEBUG=noshader...
2019-08-21 Samuel Pitoisetradv: allow to enable VK_AMD_shader_ballot only on...
2019-08-20 Samuel Pitoisetradv: do not emit PKT3_CONTEXT_CONTROL with AMDGPU...
2019-08-19 Bas Nieuwenhuizenradv: Add Renoir support.
2019-08-15 Bas NieuwenhuizenRevert "radv/gfx10: Enable DCC for storage images."
2019-08-12 Bas Nieuwenhuizenradv: Enable VK_KHR_pipeline_executable_properties.
next