radeonsi/nir: call nir_lower_flrp only once per shader
[mesa.git] / src / amd / vulkan /
2019-11-15 Rhys Perryaco: implement VK_KHR_shader_float_controls
2019-11-15 Rhys Perryradv: enable FP16/FP64 denormals earlier and only for...
2019-11-15 Samuel Pitoisetradv: make sure to not clear the ds attachment after...
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-11 Rhys Perryradv: fix radv_nir_get_max_workgroup_size when nir...
2019-11-07 Rhys Perryradv: adjust loop unrolling heuristics for int64
2019-11-07 Samuel Pitoisetradv/gfx10: fix primitive indices orientation for NGG GS
2019-11-06 Samuel Pitoisetradv: implement VK_EXT_subgroup_size_control
2019-11-06 Samuel Pitoisetradv: rely on shader's wavesize when computing NGG...
2019-11-06 Samuel Pitoisetradv: determine shaders wavesize at pipeline level
2019-11-06 Samuel Pitoisetradv: hardcode the number of waves for the GFX6 LS...
2019-11-06 Samuel Pitoisetradv/gfx10: enable wave32 for compute based on shader...
2019-11-06 Samuel Pitoisetradv: fix 32-bit compiler warnings
2019-11-06 Samuel Pitoisetradv: add a note about perftest/debug options
2019-11-05 Eric Engestrommeson: move the generic symbols check arguments to...
2019-11-05 Eric Engestrommeson: add variable to control the symbols checks
2019-11-05 Dylan Bakerutil: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
2019-11-05 Dylan Bakerutil/u_endian: set PIPE_ARCH_*_ENDIAN to 1
2019-11-04 Samuel Pitoisetradv: fix compute pipeline keys when optimizations...
2019-11-01 Bas Nieuwenhuizenradv: Close all unnecessary fds in secure compile.
2019-10-31 Eric Engestromradv: drop unnecessary xmlpool_options_h
2019-10-31 Bas Nieuwenhuizenradv: Fix disk_cache_get size argument.
2019-10-31 Bas Nieuwenhuizenradv: Remove _mesa_locale_init/fini calls.
2019-10-31 Samuel Pitoisetradv: declare NGG scratch for VS or TES and only on...
2019-10-30 Bas Nieuwenhuizenradv: Fix timeout handling in syncobj wait.
2019-10-30 Bas Nieuwenhuizenradv: Allocate space for temp. semaphore parts.
2019-10-30 Bas Nieuwenhuizenradv: Start signalling semaphores in WSI acquire.
2019-10-30 Timur Kristófradv: Enable ACO on Navi.
2019-10-30 Samuel Pitoisetradv: fix perftest options
2019-10-30 Samuel Pitoisetradv: move nomemorycache debug option at the right...
2019-10-30 Samuel Pitoisetradv: fix dumping SPIR-V into hang reports
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 Bas Nieuwenhuizenradv: Add an early exit in the secure compile if we...
2019-10-30 Bas Nieuwenhuizenradv: Compute hashes in secure process for secure compi...
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-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-28 Timothy Arceriutil: remove LIST_DEL macro
2019-10-28 Timothy Arceriutil: remove LIST_ADDTAIL macro
2019-10-28 Timothy Arceriutil: remove LIST_INITHEAD macro
2019-10-28 Samuel Pitoisetradv: enable fast depth/stencil clears with separate...
2019-10-27 Eric Engestromradv: fix empty-body instruction
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 radv_secure_compile()
2019-10-26 Timothy Arceriradv: for secure compile exit early from radv_shader_va...
2019-10-26 Timothy Arceriradv: allow the secure process to read and write from...
2019-10-26 Timothy Arceriradv: add radv_device_use_secure_compile() helper
2019-10-26 Timothy Arceriradv: add some new members to radv device and instance...
2019-10-26 Timothy Arceriradv: add radv_secure_compile_type enum
2019-10-26 Timothy Arceriradv: add radv_create_shaders() to radv_shader.h
2019-10-26 Timothy Arceriradv: add debug option to turn off in memory cache
2019-10-26 Timothy Arceriradv: get topology from pipeline key rather than VkGrap...
2019-10-25 Samuel Pitoisetradv: fix VK_KHR_shader_float_controls dependency on...
2019-10-24 Samuel Pitoisetradv: compute the number of records correctly for verte...
2019-10-23 Rhys Perryradv: round vgprs/sgprs before calculating max_waves
2019-10-23 Samuel Pitoisetradv: fix a performance regression with graphics depth...
2019-10-23 Samuel Pitoisetradv: fix vkUpdateDescriptorSets with inline uniform...
2019-10-23 Samuel Pitoisetradv/gfx10: fix 3D images
2019-10-23 Samuel Pitoisetradv/gfx10: re-enable fast depth/stencil clears with...
2019-10-23 Samuel Pitoisetradv: do not emit rbplus if attachments are undefined
2019-10-23 Samuel Pitoisetradv: add an assertion in radv_gfx10_compute_bin_size()
2019-10-23 Samuel Pitoisetradv: do not create meta pipelines with 16 samples
2019-10-22 Samuel Pitoisetradv: fix updating bound fast ds clear values with...
2019-10-21 Samuel Pitoisetradv: advertise VK_KHR_spirv_1_4
2019-10-21 Samuel Pitoisetradv: do not dump descriptors twice in hang reports
2019-10-21 Samuel Pitoisetradv: dump trace files earlier if a GPU hang is detected
2019-10-21 Samuel Pitoisetradv: print which ring is dumped in hang reports
2019-10-21 Samuel Pitoisetradv: do not print useless descriptors info in hang...
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-18 Bas Nieuwenhuizenradv: Fix single stage constant flush with merged shaders.
2019-10-17 Samuel Pitoisetradv: fix DCC fast clear code for intensity formats...
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-14 Samuel Pitoisetradv: fix DCC fast clear code for intensity formats
2019-10-13 Eric Engestromradv: add exported symbols check
2019-10-10 Rhys Perryradv/aco: disable NGG when ACO is used
2019-10-10 Bas Nieuwenhuizenradv: Enable VK_ANDROID_external_memory_android_hardwar...
2019-10-10 Bas Nieuwenhuizenradv: Check the size of the imported buffer.
2019-10-10 Bas Nieuwenhuizenradv: Expose image handle compat types for Android...
2019-10-10 Bas Nieuwenhuizenradv: Allow Android image binding.
2019-10-10 Bas Nieuwenhuizenradv/android: Add android hardware buffer import/export.
2019-10-10 Bas Nieuwenhuizenradv: Deal with Android external formats.
2019-10-10 Bas Nieuwenhuizenradv: Derive android usage from create flags.
2019-10-10 Bas Nieuwenhuizenradv: Disallow sparse shared images.
2019-10-10 Bas Nieuwenhuizenradv/android: Add android hardware buffer queries.
2019-10-10 Bas Nieuwenhuizenradv/android: Add android hardware buffer field to...
2019-10-10 Bas Nieuwenhuizenradv: Add VK_ANDROID_external_memory_android_hardware_b...
next