radv: use the base object struct types
[mesa.git] / src / amd / vulkan / radv_private.h
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...
2019-10-02 Samuel Pitoisetradv/gfx10: add radv_device::use_ngg
2019-09-19 Daniel Schürmannradv/aco: Setup alternate path in RADV to support the...
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 Landwerlinradv: store engine name
2019-09-10 Samuel Pitoisetradv: do not pass all compiler options to the shader...
2019-09-06 Samuel Pitoisetradv: merge radv_shader_variant_info into radv_shader_info
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-26 Samuel Pitoisetradv: add mipmap support for the clear depth/stencil...
2019-08-26 Samuel Pitoisetradv: add mipmap support for the TC-compat zrange bug
2019-08-12 Bas Nieuwenhuizenradv: Hash Wave32 settings in shader key.
2019-08-07 Bas Nieuwenhuizenradv: Add device argument for dcc compression check.
2019-08-07 Bas Nieuwenhuizenradv: Disable compression for compute DCC decompress...
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-08-07 Bas Nieuwenhuizenradv: Pass through render loop detection to internal...
2019-08-07 Bas Nieuwenhuizenradv: Add render loop detection in renderpass.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside 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: fix image_has_{cmask,fmask}() helpers
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_fmask_info()
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_cmask_info()
next