aco: Use 24-bit multiplication for NGG wave id and thread id.
[mesa.git] / src / amd / vulkan /
2020-04-24 Timur Kristófradv: Add inputs read by TES to radv_shader_info.
2020-04-24 Jason Ekstrandspirv: Use nir_const_value for spec constants
2020-04-24 Jason Ekstrandradv: Properly handle all sizes of specialization constants
2020-04-24 Eduardo Lima Mitevanv/radv: Resolving 'GetInstanceProcAddr' should not...
2020-04-23 Samuel Pitoisetradv: adjust the supported subgroup stages
2020-04-23 Samuel Pitoisetradv: simplify checking for Navi1x chips
2020-04-23 Joshua Ashtonradv: Use TRUNC_COORD on samplers
2020-04-23 Samuel Pitoisetradv: make sure to export the viewport index if FS...
2020-04-20 Jonathan Marekradv: use common nir_convert_ycbcr
2020-04-20 Pierre-Eric Pellou... radeonsi: skip vs output optimizations for some outputs
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-04-17 Samuel Pitoisetradv/llvm: fix exporting the viewport index if the...
2020-04-17 Samuel Pitoisetradv: set missing SHARED_VGPR_CNT for NGG VS and ACO
2020-04-17 Samuel Pitoisetradv: fix geometry shader primitives query with ACO...
2020-04-16 Samuel Pitoisetradv: do not abort with unknown/unimplemented descripto...
2020-04-15 Samuel Pitoisetradv/aco: do not advertise VK_KHR_shader_subgroup_exten...
2020-04-14 Samuel Pitoisetradv: use RMW packets for updating the maximum sample...
2020-04-14 Samuel Pitoisetradv: add radeon_set_context_reg_rmw() helper
2020-04-09 Samuel Pitoisetradv: allow TC-compat HTILE with GENERAL outside of...
2020-04-09 Samuel Pitoisetradv: only enable TC-compat HTILE for images readable...
2020-04-09 Samuel Pitoisetradv: only expose fp16 control features for chips with...
2020-04-09 Samuel Pitoisetradv: only expose storageInputOutput16 for chips with...
2020-04-09 Samuel Pitoisetradv: only expose shaderFloat16 for chips with double...
2020-04-09 Samuel Pitoisetac,radv: add ac_gpu_info::has_double_rate_fp16
2020-04-08 Bas Nieuwenhuizenradv: Use correct buffer count with variable descriptor...
2020-04-08 Bas Nieuwenhuizenradv: Whitespace fixup.
2020-04-08 Samuel Iglesias... radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALL...
2020-04-08 Samuel Iglesias... radv: check buffer size in vkCreateBuffer()
2020-04-08 Bas Nieuwenhuizenradv: Consider maximum sample distances for entire...
2020-04-08 Samuel Pitoisetradv: enable lowering of GS intrinsics for the LLVM...
2020-04-08 Samuel Pitoisetradv: remove radv_layout_has_htile() helper
2020-04-08 Samuel Pitoisetradv: cleanup creating the decompress/resummarize pipelines
2020-04-08 Samuel Pitoisetradv: rename extra graphics pipeline decompress/resumma...
2020-04-08 Samuel Pitoisetradv: rename decompress/resummarize depth/stencil functions
2020-04-07 Bas Nieuwenhuizenradv: Store 64-bit availability bools if requested.
2020-04-07 Timur Kristófradv: Print shader stage before disassembly.
2020-04-07 Timur Kristófradv: Enable ACO for NGG VS/TES, but disable NGG for...
2020-04-03 Rhys Perryradv: fix null winsys gpu_info array
2020-04-03 Rhys Perryradv, aco: collect statistics if requested but executab...
2020-04-03 Rhys Perryradv: add code for exposing compiler statistics
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
next