radv: Improve fence signalling in QueueSubmit.
[mesa.git] / src / amd / vulkan /
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...
2019-10-10 Bas Nieuwenhuizenradv: Unset vk_info in radv_image_create_layout.
2019-10-10 Bas Nieuwenhuizenradv: Handle slightly different image dimensions.
2019-10-10 Bas Nieuwenhuizenradv: Delay patching for imported images until layout...
2019-10-10 Bas Nieuwenhuizenradv: Split out layout code from image creation.
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: use a compute shader for copying timestamp query...
2019-10-10 Samuel Pitoisetradv: sync before resetting query pools if timestamps...
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-08 Timur Kristófamd: Move all amd/common code that depends on LLVM...
2019-10-04 Rhys Perryradv/aco,aco: set lower_fmod
2019-10-03 Samuel Pitoisetradv: enable lower_fmod for the LLVM path
2019-10-03 Bas Nieuwenhuizenradv: Fix warning in 32-bit build.
2019-10-03 Bas Nieuwenhuizenradv: Fix condition for skipping the continue CS.
2019-10-02 Samuel Pitoisetradv/gfx10: fix the ESGS ring size symbol
2019-10-02 Samuel Pitoisetradv: fix build
2019-10-02 Samuel PitoisetRevert "radv: disable viewport clamping even if FS...
2019-10-02 Samuel Pitoisetradv: rework the slow depthstencil clear to write depth...
2019-10-02 Samuel Pitoisetradv/gfx10: fix NGG streamout with triangle strips...
2019-10-02 Samuel Pitoisetradv/gfx10: fix storing/loading NGG stream outputs...
2019-10-02 Samuel Pitoisetradv/gfx10: use the component mask when storing/loading...
2019-10-02 Samuel Pitoisetradv/gfx10: fix storing/loading NGG stream outputs...
2019-10-02 Samuel Pitoisetradv/gfx10: add missing counter buffer to the BO list
2019-10-02 Samuel Pitoisetradv/gfx10: add radv_device::use_ngg
2019-09-30 Daniel Schürmannradv/aco: Don't lower subtractions
2019-09-28 Mauro Rossiandroid: aco: add support for libmesa_aco
2019-09-26 Timur Kristófradv: Fix L2 cache rinse programming.
2019-09-26 Timur Kristófradv: Add debug option to dump meta shaders.
2019-09-26 Timur Kristófamd/common: Introduce ac_get_fs_input_vgpr_cnt.
2019-09-26 Timur Kristófradv: Set shared VGPR count in radv_postprocess_config.
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-09-26 Rhys Perryradv/aco: return a correct name and description for...
2019-09-26 Rhys Perryaco,radv/aco: get dissassembly for release builds if...
2019-09-26 Rhys Perryradv/aco: actually disable ACO when unsupported
2019-09-24 Eric Engestromradv: fix s/load/store/ copy-paste typo
next