radv: implement VK_EXT_subgroup_size_control
[mesa.git] / src / amd / vulkan / radv_device.c
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.
2019-08-09 Lionel Landwerlinamd: prepare dropping include of p_compiler.h
2019-08-07 Bas Nieuwenhuizenradv/gfx10: Enable DCC for storage images.
2019-08-02 Bas Nieuwenhuizenradv: Expose VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Implement VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_fmask_info()
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_cmask_info()
2019-08-02 Bas Nieuwenhuizenradv: Enable VK_KHR_shader_atomic_int64
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for vertex, tessellation...
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for fragment shaders
2019-07-31 Samuel Pitoisetradv/gfx10: add Wave32 support for compute shaders
2019-07-29 Samuel Pitoisetradv: implement VK_EXT_index_type_uint8
2019-07-23 Bas Nieuwenhuizenradv/gfx10: Enable binning.
2019-07-23 Samuel Pitoisetradv/gfx10: enable CLEAR_state
2019-07-22 Samuel Pitoisetradv/gfx10: do not set ELEMENT_SIZE for buffer descriptors
2019-07-22 Samuel Pitoisetradv: clean up fill_geom_tess_rings()
2019-07-22 Samuel Pitoisetradv: change a bunch of >= GFX9 to == GFX9
2019-07-21 Eric Engestromradv: replace memset()+strcpy() with snprintf()
2019-07-21 Eric Engestromradv: drop unnecessary memset() before snprintf()
2019-07-18 Dave Airlieradv: put back VGT_FLUSH at ring init on gfx10
next