EGL: Add eglSetDamageRegionKHR to GLVND dispatch list
[mesa.git] / src / amd / vulkan /
2020-04-03 Samuel Pitoisetradv/llvm: enable 16-bit storage features on GFX6-GFX7
2020-04-03 Samuel Pitoisetradv/llvm: enable 8-bit storage features on GFX6-GFX7
2020-04-03 Drew Davenportradv: Filter extensions not whitelisted for Android
2020-03-28 Eric Engestrommeson: inline `inc_common`
2020-03-27 Marek Olšákradv: stop including files from mesa/main
2020-03-24 Samuel Pitoisetradv: enable VK_KHR_8bit_storage on GFX6-GFX7
2020-03-23 Samuel Pitoisetradv/llvm: fix subgroup shuffle for chips without bpermute
2020-03-23 Samuel Pitoisetradv/winsys: spoof some values for num_render_backends...
2020-03-23 Samuel Pitoisetradv/winsys: fix wrong PCI ID for Vega10 in the null...
2020-03-20 Rhys Perryradv/winsys: set has_syncobj_wait_for_submit in the...
2020-03-20 Samuel Pitoisetradv: fix optional pSizes parameter when binding stream...
2020-03-19 Rhys Perryradv: call nir_shader_gather_info again
2020-03-18 Samuel Pitoisetradv: remove wrong assert that checks compute subgroup...
2020-03-18 Samuel Pitoisetradv: fix random depth range unrestricted failures...
2020-03-17 Marek Olšákac: unify denorm setting enforcement
2020-03-17 Samuel Pitoisetradv/gfx10: fix required ballot size with VK_EXT_subgro...
2020-03-17 Samuel Pitoisetradv/gfx10: fix required subgroup size with VK_EXT_subg...
2020-03-17 Samuel Pitoisetradv: only inject implicit subpass dependencies if...
2020-03-16 Samuel Pitoisetradv/sqtt: handle thread trace capture in sqtt_QueuePre...
2020-03-13 Samuel Pitoisetradv: add llvm_compiler_shader() helper
2020-03-13 Samuel Pitoisetradv: remove unnecessary LLVM includes
2020-03-13 Samuel Pitoisetradv: remove radv_shader_variant::aco_used
2020-03-13 Samuel Pitoisetradv: cleanup occurences of use_aco everywhere
2020-03-12 Samuel Pitoisetradv: use ac_gpu_info::use_late_alloc
2020-03-12 Samuel Pitoisetradv: rewrite late alloc computation
2020-03-12 Samuel Pitoisetradv: tune primitive binning for small chips
2020-03-12 Samuel Pitoisetradv: use better tessellation tunables on GFX9+
2020-03-12 Samuel Pitoisetradv/gfx10: cache metadata in L2 on small chips
2020-03-12 Samuel Pitoisetradv/sqtt: describe layout transitions with user markers
2020-03-12 Samuel Pitoisetradv/sqtt: describe begin/end subpass barriers with...
2020-03-12 Bas Nieuwenhuizenamd/llvm: Fix divergent descriptor indexing. (v3)
2020-03-12 Timur Kristófradv: Enable subgroup shuffle on GFX10 when ACO is...
2020-03-12 Timur Kristófradv: Enable lowering dynamic quad broadcasts.
2020-03-11 Samuel Pitoisetradv: fix 32-bits build (again)
2020-03-11 Timur Kristófradv: Enable ACO on all stages.
2020-03-11 Timur Kristófradv: Enable ACO for TES when there is no GS.
2020-03-11 Timur Kristófradv: Enable ACO for tessellation control shaders.
2020-03-11 Timur Kristófradv: Move some helper functions to the radv_shader...
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/rgp: bump the instrumentation spec version to 1
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: initial implementation of the driver internal...
2020-03-10 Samuel Pitoisetradv/sqtt: add a helper that emits thread trace userdat...
2020-03-10 Samuel Pitoisetradv: use device entrypoints from the SQTT layer if...
2020-03-10 Samuel Pitoisetradv/entrypoints: declare a driver internal layer for...
2020-03-09 Edmondo Tommasinaradv/sqtt: fix RADV_THREAD_TRACE_BUFFER_SIZE spelling
2020-03-09 Daniel Schürmannamd: join emit_kill() from radv and radeonsi in ac_nir_...
2020-03-09 Daniel Schürmannradv: use nir_lower_discard_to_demote to work around...
2020-03-06 Samuel Pitoisetradv/rgp: report correct system ram size
2020-03-06 Samuel Pitoisetradv/rgp: report correct cu_mask info
2020-03-06 Samuel Pitoisetradv/sqtt: abort if SQTT is used on GFX6-GFX7
2020-03-06 Samuel Pitoisetradv/sqtt: add support for GFX8
2020-03-06 Samuel Pitoisetradv/sqtt: add radv_copy_thread_trace_info_regs() helper
2020-03-06 Samuel Pitoisetradv/sqtt: tidy up radv_emit_thread_trace_{start,stop}
2020-03-06 Samuel Pitoisetradv/sqtt: fix wrong check in radv_is_thread_trace_comp...
2020-03-06 Samuel Pitoisetradv/winsys: fix missing initializations of shader...
2020-03-03 Samuel Pitoisetac: rename min_vgpr_alloc to min_wave64_vgpr_alloc
2020-03-03 Samuel Pitoisetac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_...
2020-03-03 Samuel Pitoisetac: rename lds_size_per_cu to lds_size_per_workgroup
2020-03-02 Samuel Pitoisetradv: update entrypoints generation from ANV
2020-03-02 Samuel Pitoisetradv/sqtt: add support for GFX10
2020-03-02 Samuel Pitoisetradv/sqtt: update SPI_CONFIG_CNTL.EXP_PRIORITY_ORDER...
2020-03-02 Samuel Pitoisetradv/sqtt: do not assume that the number of shader...
2020-03-02 Samuel Pitoisetradv/rgp: adjust trace memory/shader clocks to fix...
2020-02-29 Samuel Pitoisetradv: fix size of sqtt_file_chunk_asic_info on 32-bit...
2020-02-29 Samuel Pitoisetradv: fix 32-bit build failure in radv_queue_internal_s...
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: emit thread trace markers after every draw/dispat...
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-26 Jason Ekstrandnir: Drop nir_tex_instr::texture_array_size
2020-02-26 Samuel Pitoisetradv: fix creating null devices if KHR_display is enabled
2020-02-26 Samuel Pitoisetradv: make use of ac_gpu_info::max_wave64_per_simd
2020-02-26 Samuel Pitoisetradv/gfx10: adjust the number of VGPRs used to compute...
2020-02-26 Samuel Pitoisetradv/gfx10: adjust the LDS size used to compute waves
2020-02-26 Samuel Pitoisetradv/gfx10: adjust SGPRs/VGPRs related info
2020-02-26 Samuel Pitoisetradv/gfx10: adjust the number of simd per compute unit
2020-02-26 Samuel Pitoisetradv: implement a dummy winsys for creating devices...
2020-02-24 Samuel Pitoisetradv: add the trace BO to the BO list at submit time
2020-02-20 Samuel Pitoisetradv: use RADEON_FLAG_ZERO_VRAM when creating the trace BO
2020-02-20 Samuel Pitoisetradv/winsys: add a new flag that requests zerovram...
2020-02-18 Eric Anholtradv: Squelch possibly-undefined warning
2020-02-18 Caio Marcelo de... radv: Advertise VK_KHR_shader_non_semantic_info
2020-02-17 Samuel Pitoisetradv: add a comment about VK_AMD_mixed_attachment_sampl...
2020-02-17 Samuel Pitoisetradv: enable VK_NV_compute_shader_derivatives on GFX6...
2020-02-17 Samuel Pitoisetradv: enable VK_EXT_sampler_filter_minmax on GFX6
2020-02-17 Samuel Pitoisetradv: enable shaderStorageImageMultisample on GFX6...
2020-02-14 Samuel Pitoisetradv: remove unnecessary RADV_DEBUG=nobatchchain option
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: remove LLVM sicheduler enable for The Talos Principle
2020-02-13 Samuel Pitoisetradv: implement VK_EXT_line_rasterization
2020-02-13 Samuel Pitoisetradv: fix line width range and granularity
2020-02-12 Arcady Goldmints... Rename nir_lower_constant_initializers to nir_lower_var...
2020-02-11 Samuel Pitoisetradv: set the chip name to GCN-NOOP when RADV_FORCE_FAM...
2020-02-11 Samuel Pitoisetradv: make sure to not submit any IBs when RADV_FORCE_F...
next