radv: Add support for driconf.
[mesa.git] / src / amd / vulkan / radv_device.c
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: enable shaderInt8 on SI and CIK
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-10 Bas Nieuwenhuizenradv: Add non-uniform indexing lowering.
2019-04-04 Eric Engestromsimplify LLVM version string printing
2019-04-01 Samuel Pitoisetradv: partially enable VK_KHR_shader_float16_int8
2019-03-27 Jason EkstrandRevert "anv/radv: release memory allocated by glsl...
2019-03-22 Józef Kuciaradv: Fix driverUUID
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-20 Bas Nieuwenhuizenradv: Implement VK_EXT_pipeline_creation_feedback.
2019-03-18 Bas Nieuwenhuizenradv: Implement VK_EXT_host_query_reset.
2019-03-12 Samuel Pitoisetradv: set the maximum number of IBs per submit to 192
2019-03-12 Samuel Pitoisetradv: fix pointSizeRange limits
2019-02-22 Bas Nieuwenhuizenradv: Fix float16 interpolation set up.
2019-02-20 Bas Nieuwenhuizenradv: Implement VK_EXT_depth_clip_enable.
2019-02-20 Bas Nieuwenhuizenradv: Sync ETC2 whitelisted devices.
2019-02-14 Samuel Pitoisetradv: use MAX_{VBS,VERTEX_ATTRIBS} when defining max...
2019-02-12 Samuel Pitoisetradv: fix using LOAD_CONTEXT_REG with old GFX ME firmwa...
2019-02-06 Bas Nieuwenhuizenradv: Implement VK_EXT_buffer_device_address.
2019-02-06 Bas Nieuwenhuizenradv: Do not use the bo list for local buffers.
2019-02-01 Timothy Arceriac/radv/radeonsi: add ac_get_num_physical_sgprs() helper
2019-01-29 Bas Nieuwenhuizenradv: Enable VK_EXT_memory_priority.
2019-01-29 Bas Nieuwenhuizenradv/winsys: Set winsys bo priority on creation.
2019-01-27 Niklas Haasradv: correctly use vulkan 1.0 by default
2019-01-18 Samuel Pitoisetradv: initialize the per-queue descriptor BO only once
2019-01-18 Samuel Pitoisetradv: do not write unused descriptors to the per-queue BO
2019-01-18 Samuel Pitoisetradv: reduce size of the per-queue descriptor BO
2019-01-18 Samuel Pitoisetradv: drop unused code related to 16 sample locations
2019-01-15 Samuel Pitoisetradv: add support for VK_EXT_memory_budget
2019-01-15 Samuel Pitoisetradv: add two small helpers for getting VRAM and visibl...
2019-01-15 Samuel Pitoisetradv: remove unnecessary returns in GetPhysicalDevice...
2019-01-10 Eric Engestromradv: remove a few more unnecessary KHR suffixes
2019-01-09 Samuel Pitoisetradv: enable variable pointers
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2019-01-07 Bas Nieuwenhuizenradv: Fix rasterization precision bits.
2019-01-07 Bas Nieuwenhuizenradv: Remove device path.
2018-12-20 Samuel Pitoisetradv: enable shaderStorageImageMultisample feature...
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Samuel Pitoisetradv: expose VK_EXT_scalar_block_layout
2018-11-29 Nicolai Hähnleradv: remove dependency on addrlib gfx9_enum.h
2018-11-16 Samuel Pitoisetradv: enable primitive binning by default
2018-11-16 Samuel Pitoisetradv: add a debug option for disabling primitive binning
2018-11-16 Connor AbbottRevert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"
2018-11-12 Samuel Pitoisetradv: cleanup and document a Hawaii bug with offchip...
2018-11-08 Samuel Pitoisetradv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT...
2018-11-01 Samuel Pitoisetradv: use radeon_info::num_good_cu_per_sh
2018-11-01 Samuel Pitoisetradv: add support for Raven2
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-26 Eric Engestromradv: remove duplicate brackets in version string
2018-10-26 David McFarlandutil: Change remaining uint32 cache ids to sha1
2018-10-25 Bas Nieuwenhuizenradv: Add support for VK_KHR_driver_properties.
2018-10-19 Bas Nieuwenhuizenradv: Fix WSI & PCI bus info initialization order.
2018-10-18 Andres Rodriguezradv: fix check for perftest options size
2018-10-18 Keith Packardvulkan: Add VK_EXT_calibrated_timestamps extension...
2018-10-16 Samuel Pitoisetradv: disable VK_SUBGROUP_FEATURE_VOTE_BIT
2018-10-15 Samuel Pitoisetradv: bump discreteQueuePriorities to 2
2018-10-15 Bas Nieuwenhuizenradv: Implement VK_EXT_pci_bus_info.
2018-10-11 Dave Airlieradv: remove dead code for master_fd close
2018-10-02 Timothy Arceriutil: disable cache if we have no build-id and timestam...
2018-10-01 Samuel Pitoisetradv: do not try to set DCC_CONTROL when image doesn...
2018-09-21 Samuel Pitoisetradv: only enable shaderInt16 on GFX9+ and LLVM7+
2018-09-20 Bas Nieuwenhuizenradv: Fix driver UUID SHA1 init.
2018-09-19 Samuel Pitoisetradv: enable VK_SUBGROUP_FEATURE_ARITHMETIC_BIT
2018-09-18 Samuel Pitoisetradv: implement VK_EXT_conservative_rasterization
2018-09-18 Samuel Pitoisetradv: allow to force anisotropy via RADV_TEX_ANISO
2018-09-17 Bas Nieuwenhuizenradv: Use build ID if available for cache UUID.
2018-09-17 Samuel Pitoisetradv: enable shaderInt16 capability
2018-09-14 Samuel Pitoisetradv: emit the initial config only once in the preambles
2018-09-10 Bas Nieuwenhuizenradv: Support v3 of VK_EXT_vertex_attribute_divisor.
2018-09-03 Bas Nieuwenhuizenradv: Use a lower max offchip buffer count.
2018-08-31 Samuel Pitoisetradv: add missing support for protected memory properties
2018-08-22 Grazvydas Ignotasradv: place pointer length into cache uuid
2018-08-15 Timothy Arceriradv: add Doom workaround
2018-07-26 Bas Nieuwenhuizenradv: Add support for ETC2 textures.
2018-07-23 Daniel Schürmannradv: enable VK_KHR_16bit_storage extension / 16bit...
2018-07-23 Samuel Pitoisetradv: print a big warning when RADV_TRACE_FILE is set
2018-07-19 Bas Nieuwenhuizenradv: Enable binning and dfsm by default on Raven.
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-07-12 Samuel Pitoisetradv: get rid of buffer object priorities
2018-07-12 Samuel Pitoisetradv: emit a dummy ZPASS_DONE to prevent GPU hangs...
2018-07-09 Dave Airlieradv: using tls to store llvm related info and speed...
2018-06-26 Samuel Pitoisetradv: emit PIPELINESTAT_{START,STOP} events for pipelin...
2018-06-23 Keith Packardradv: add VK_EXT_display_control to radv driver [v5]
2018-06-22 Samuel Pitoisetradv: always check the return error when submitting...
2018-06-22 Samuel Pitoisetradv: check the return values of radv_signal_fence()
2018-06-22 Samuel Pitoisetradv: change the returned error in radv_signal_fence()
2018-06-19 Keith Packardradv: Add KHR_display extension to radv [v5]
2018-06-19 Keith Packardvulkan: Add KHR_display extension using DRM [v10]
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-15 Samuel Pitoisetradv: allow RADV_PERFTEST=dccmsaa on GFX9
2018-06-15 Samuel Pitoisetradv: add RADV_DEBUG=checkir
2018-06-09 Samuel Pitoisetradv: fix missing ZRANGE_PRECISION(1) for GFX9+
2018-05-31 Bas Nieuwenhuizenradv: Add startup debug option.
next