llvmpipe: add centroid interpolation support.
[mesa.git] / src / amd / vulkan /
2020-05-05 Samuel Pitoisetradv: enable shaderInt16 unconditionally with LLVM...
2020-05-05 Joshua Ashtonradv: Remove RANGE_SIZE usage
2020-05-02 Marek OlšákRevert "ac/surface: remove RADEON_SURF_TC_COMPATIBLE_HT...
2020-05-02 Bas Nieuwenhuizenradv: Extend tiling flags to 64-bit.
2020-04-29 Bas Nieuwenhuizenradv: Fix implicit sync with recent allocation changes.
2020-04-29 Marek Olšákac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE...
2020-04-29 Marek Olšákac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE...
2020-04-29 Timur Kristófradv: Use smaller esgs_itemsize for ACO.
2020-04-29 Timur Kristófradv: Use new linking helper to set default driver...
2020-04-29 Timur Kristófradv: Refactor calculate_tess_lds_size and get_tcs_num_...
2020-04-29 Samuel Pitoisetradv: advertise VK_EXT_robustness2
2020-04-29 Samuel Pitoisetradv: handle NULL vertex bindings
2020-04-29 Samuel Pitoisetradv: handle NULL descriptors
2020-04-29 Bas Nieuwenhuizenradv: Expose 4G element texel buffers.
2020-04-28 Samuel Pitoisetradv: advertise VK_AMD_memory_overallocation_behavior
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 Samuel Pitoisetradv: enable FMASK for color attachments only
2020-04-28 Bas Nieuwenhuizenradv: Determine memory type for import based on fd.
2020-04-28 Bas Nieuwenhuizenradv/winsys: Add function to get domains/flags from fd.
2020-04-28 Bas Nieuwenhuizenradv: Stop using memory type indices.
2020-04-28 Bas Nieuwenhuizenradv: Use actual memory type count for setting app...
2020-04-27 Samuel Pitoisetradv: do not expose GTT as device local memory mostly...
2020-04-27 Bas Nieuwenhuizenradv: Add WSI buffers to BO list only if they can be...
2020-04-27 Samuel Pitoisetac,radeonsi: fix compilations issues with LLVM 11
2020-04-27 Bas Nieuwenhuizendrm-uapi,radv,radeonsi: Add amdgpu_drm.h header.
2020-04-27 Samuel Pitoisetradv: fix robust_buffer_access if enabled via VkPhysica...
2020-04-25 Joshua Ashtonradv: Pass logical device to si_emit_graphics
2020-04-24 Rhys Perryradv/aco: enable 8/16-bit storage and int8/int16 on...
2020-04-24 Rhys Perryradv: allocate larger shader memory slabs if needed
2020-04-24 Rhys Perryradv: align buffer descriptor sizes to dword
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
next