radv: add initial trap handler support with RADV_TRAP_HANDLER=1
[mesa.git] / src / amd / vulkan / radv_private.h
2020-08-24 Samuel Pitoisetradv: add initial trap handler support with RADV_TRAP_H...
2020-08-19 Samuel Pitoisetradv: track and report if a logical device is lost
2020-08-18 Bas Nieuwenhuizendriconf: Support selection by Vulkan applicationName.
2020-08-12 Samuel Pitoisetradv: fix emitting the border color pointer on the...
2020-08-10 Samuel Pitoisetradv: report errors back to the application via VK_EXT_...
2020-08-10 Samuel Pitoisetradv: rework the error function helpers a bit
2020-08-07 Samuel Pitoisetradv: allow to force-enable LLVM internally for a speci...
2020-07-24 Samuel Pitoisetradv: constify all radv_pipeline_generate_*() helpers
2020-07-24 Samuel Pitoisetradv: emit PA_SC_LINE_CNTL as part of the rasterization...
2020-07-24 Samuel Pitoisetradv: remove set but unused radv_pipeline::vertex_elements
2020-07-24 Samuel Pitoisetradv: remove declared but unused radv_pipeline::is_dual_src
2020-07-23 Bas Nieuwenhuizenradv: Add timeline syncobj for timeline semaphores.
2020-07-23 Bas Nieuwenhuizenradv: Add thread for timeline syncobj submission.
2020-07-16 Samuel Pitoisetradv: split fence into two parts as enum+union.
2020-07-15 Samuel Pitoisetradv: destroy the base object if VkCreateImage() failed
2020-07-13 Samuel Pitoisetradv: add support for dynamic vertex input binding...
2020-07-13 Samuel Pitoisetradv: add support for dynamic depth/stencil states
2020-07-13 Samuel Pitoisetradv: add support for dynamic primitive topology
2020-07-13 Samuel Pitoisetradv: add support for dynamic cull mode and front face
2020-07-13 Samuel Pitoisetradv: declare new extended dynamic states
2020-07-13 Samuel Pitoisetradv: remove the secure compile support feature
2020-07-09 Samuel Pitoisetradv: compute prim_vertex_count at draw time
2020-07-09 Samuel Pitoisetradv: adjust IA_MULTI_VGT_PARAM.WD_SWITCH_ON_EOP at...
2020-06-29 Samuel Pitoisetradv: adjust CB_SHADER_MASK for dual-source blending...
2020-06-29 Samuel Pitoisetradv: enable VK_AMD_shader_ballot on GFX6-7 with both...
2020-06-25 Daniel Schürmannradv: change use_aco -> use_llvm
2020-06-12 Samuel Pitoisetradv: add new drirc option radv_enable_mrt_output_nan_fixup
2020-06-05 Bas Nieuwenhuizenradv: Use offsets in surface struct.
2020-06-03 Bas Nieuwenhuizenradv: Include gfx10_format_table.h only from a single...
2020-05-19 Bas Nieuwenhuizenradv: Support VK_PIPELINE_CACHE_CREATE_EXTERNALLY_SYNCH...
2020-05-15 Joshua Ashtonradv: Implement VK_EXT_custom_border_color
2020-05-13 Samuel Pitoisetradv: use the base object struct types
2020-05-13 Samuel Pitoisetradv: use the common base object type for VkDevice
2020-05-06 Samuel Pitoisetradv: use a linked list for physical devices
2020-05-05 Joshua Ashtonradv: Remove RANGE_SIZE usage
2020-04-29 Timur Kristófradv: Use smaller esgs_itemsize for ACO.
2020-04-28 Samuel Pitoisetradv: track memory heaps usage if overallocation is...
2020-04-28 Samuel Pitoisetradv: remove unused radv_device_memory::map_size field
2020-04-28 Bas Nieuwenhuizenradv: Stop using memory type indices.
2020-04-27 Bas Nieuwenhuizenradv: Add WSI buffers to BO list only if they can be...
2020-04-25 Joshua Ashtonradv: Pass logical device to si_emit_graphics
2020-04-17 Samuel Pitoisetradv: fix geometry shader primitives query with ACO...
2020-04-08 Bas Nieuwenhuizenradv: Use correct buffer count with variable descriptor...
2020-04-08 Samuel Pitoisetradv: remove radv_layout_has_htile() helper
2020-04-08 Samuel Pitoisetradv: rename extra graphics pipeline decompress/resumma...
2020-03-27 Marek Olšákradv: stop including files from mesa/main
2020-03-13 Samuel Pitoisetradv: add llvm_compiler_shader() helper
2020-03-13 Samuel Pitoisetradv: remove unnecessary LLVM includes
2020-03-12 Samuel Pitoisetradv/sqtt: describe layout transitions with user markers
2020-03-11 Samuel Pitoisetradv: do not recursively begin/end render pass for...
2020-03-10 Samuel Pitoisetradv/sqtt: describe pipeline and wait events barriers
2020-03-10 Samuel Pitoisetradv/sqtt: describe render pass color/depthstencil...
2020-03-10 Samuel Pitoisetradv/sqtt: describe draw/dispatch and emit event markers
2020-03-10 Samuel Pitoisetradv/sqtt: describe begin/end command buffers with...
2020-03-10 Samuel Pitoisetradv/sqtt: add a helper that emits thread trace userdat...
2020-03-02 Samuel Pitoisetradv: update entrypoints generation from ANV
2020-03-02 Samuel Pitoisetradv/sqtt: add support for GFX10
2020-02-28 Samuel Pitoisetradv: allow to capture SQTT traces with RADV_THREAD_TRA...
2020-02-28 Samuel Pitoisetradv: add initial SQTT files generation support
2020-02-28 Samuel Pitoisetradv: add initial SQ Thread Trace support for GFX9
2020-02-28 Samuel Pitoisetradv: add a small helper that allows to submit internal CS
2020-02-13 Samuel Pitoisetradv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADER
2020-02-13 Samuel Pitoisetradv: remove RADV_DEBUG=nosisched and RADV_PERFTEST...
2020-02-13 Samuel Pitoisetradv: implement VK_EXT_line_rasterization
2020-02-11 Bas Nieuwenhuizenradv: Do not redundantly set the RB+ regs on pipeline...
2020-01-29 Samuel Pitoisetradv/gfx10: implement NGG GS queries
2020-01-29 Samuel Pitoisetradv/gfx10: add a separate flag for creating a GDS...
2020-01-15 Samuel Pitoisetradv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
2020-01-13 Samuel Pitoisetradv/gfx10: determine if a pipeline is eligible for...
2020-01-07 Bas Nieuwenhuizenradv: Emit a BATCH_BREAK when changing pixel shaders...
2020-01-03 Samuel Pitoisetradv: record number of color/depth samples for each...
2019-12-27 Eric Engestromamd: fix empty-body issues
2019-12-10 Samuel Pitoisetradv: implement VK_KHR_separate_depth_stencil_layouts
2019-11-25 Samuel Pitoisetradv: create decompress pipelines for separate depth...
2019-11-25 Connor Abbottradv: Move argument declaration out of nir_to_llvm
2019-11-24 Timothy Arceriradv: add some infrastructure for fresh forks for each...
2019-11-20 Bas Nieuwenhuizenradv: Do not change scratch settings while shaders...
2019-11-18 Samuel Pitoisetradv: implement VK_AMD_device_coherent_memory
2019-11-15 Samuel Pitoisetradv: remove useless RADV_DEBUG=unsafemath debug option
2019-11-06 Samuel Pitoisetradv: implement VK_EXT_subgroup_size_control
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: Split semaphore into two parts as enum+union.
2019-10-30 Timothy Arceriradv: add radv_sc_read() helper
2019-10-27 Eric Engestromradv: fix empty-body instruction
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-23 Samuel Pitoisetradv: fix a performance regression with graphics depth...
2019-10-23 Samuel Pitoisetradv: do not create meta pipelines with 16 samples
2019-10-14 Samuel Pitoisetradv: fix DCC fast clear code for intensity formats
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/android: Add android hardware buffer field to...
2019-10-10 Bas Nieuwenhuizenradv: Add VK_ANDROID_external_memory_android_hardware_b...
2019-10-10 Samuel Pitoisetradv: use a compute shader for copying timestamp query...
2019-10-02 Samuel Pitoisetradv/gfx10: fix NGG streamout with triangle strips...
next