platform/upstream/mesa.git
2021-09-03 Rhys Perryradv: refactor handling of nir_options
2021-09-03 Rhys Perryac/llvm: implement udot_4x8/sdot_4x8/udot_2x16/sdot_2x1...
2021-09-03 Rhys Perryac/llvm,radv: implement uadd_sat/iadd_sat
2021-09-03 Rhys Perryac/llvm: implement nir_op_pack_32_4x8
2021-09-03 Rhys Perryac/gpu_info: add has_accelerated_dot_product
2021-09-03 Rhys Perryspirv: use sdot_2x16 and udot_2x16 opcodes
2021-09-03 Rhys Perrynir: add sdot_2x16 and udot_2x16 opcodes
2021-09-03 Rhys Perrynir: separate lower_add_sat
2021-09-03 Rhys Perryaco/spill: add temporary operands of exec phis to next_...
2021-09-03 Rhys Perryaco: don't coalesce constant copies into non-power...
2021-09-03 Marcin Ślusarzvulkan/wsi/x11: fix shm allocation control flow issue
2021-09-03 Samuel Pitoisetradv/llvm: rework VS input loads and implement the...
2021-09-03 Vinson Leedraw/tess: Fix unused-function warning with draw-use...
2021-09-03 Jose Maria... v3d: Enable PIPE_CAP_PRIMITIVE_RESTART
2021-09-03 Jose Maria... vc4: remove primconvert
2021-09-03 Jose Maria... vc4: export supported prim types by vc4
2021-09-03 Jose Maria... v3d: remove primconvert
2021-09-03 Jose Maria... v3d: export supported prim types by v3d
2021-09-03 Tomeu Vizosovulkan: Copy pNext structures when enqueuing commands
2021-09-03 Tomeu VizosoRevert "lavapipe: unbreak imageless framebuffer"
2021-09-02 Filip Gawinglsl: use bool literals instead of integers
2021-09-02 Filip Gawinnouveau: use bool literals instead of integers
2021-09-02 Filip Gawinnouveau: fix forward declaration of struct
2021-09-02 Samuel Pitoisetradv: optimize VRS when no depth stencil attachment...
2021-09-02 Samuel Pitoisetradv: pass the HTILE buffer to radv_copy_vrs_htile()
2021-09-02 Samuel Pitoisetradv: optimize copying VRS rates to the global HTILE...
2021-09-02 Samuel Pitoisetradv: allow to conditionally read HTILE value when...
2021-09-02 Daniel Schürmannaco: preserve subdword RC when lowering p_insert/p_extract
2021-09-02 Daniel Schürmannaco/print_ir: always print SDWA dst & src selections
2021-09-02 Daniel Schürmannaco: remove explicit dst_preserve flag
2021-09-02 Daniel Schürmannaco: rewrite SDWA selector
2021-09-02 Daniel Schürmannaco: fix p_insert lowering with 16bit sources
2021-09-02 Yiwei Zhangvenus: suggest the proper sampler ycbcr model conversio...
2021-09-02 Samuel Pitoisetradv: remove NGG streamout support in LLVM
2021-09-02 Mike Blumenkrantzzink: use imageless framebuffers
2021-09-02 Mike Blumenkrantzzink: store some surface metadata to struct during...
2021-09-02 Mike Blumenkrantzzink: store some image creation metadata to object...
2021-09-02 Mike Blumenkrantzzink: move get_framebuffer() to zink_framebuffer.c
2021-09-02 Samuel Pitoisetradv: fix determining the maximum number of waves that...
2021-09-02 Daniel Schürmannaco/lower_phis: optimize loop exit phis
2021-09-02 Daniel Schürmannaco/lower_phis: propagate constants before emitting...
2021-09-02 Daniel Schürmannaco/lower_bool_phis: avoid creating trivial phis
2021-09-02 Daniel Schürmannaco: refactor lower_phis()
2021-09-02 Daniel Schürmannaco: fix init_any_pred_defined() for loop header phis
2021-09-02 Carsten Haitzlerpanfrost: tidy up GPU naming to be in line with officia...
2021-09-02 Samuel Pitoisetradv: use common vkGet{Buffer,Image}MemoryRequirements()
2021-09-02 Samuel Pitoisetradv: use common vkBind{Buffer,Image}Memory()
2021-09-02 Samuel Pitoisetradv: use common vkGetDeviceQueue()
2021-09-02 Samuel Pitoisetradv: use common vkGetPhysicalDevice{Image}FormatProper...
2021-09-02 Samuel Pitoisetradv: use common entrypoints for sparse image requireme...
2021-09-02 Samuel Pitoisetvulkan: add common entrypoints for sparse image require...
2021-09-02 Samuel Pitoisetradv: do not disable DCC for storage images if atomics...
2021-09-02 Samuel Pitoisetradv: track if shader image 32-bit float atomics are...
2021-09-02 Samuel Pitoisetradv: call nir_lower_int64() for LLVM
2021-09-02 Iago Toral... v3dv: make v3dv_image_view derive from vk_image_view
2021-09-02 Iago Toral... v3dv: use subresource helpers in more places
2021-09-02 Iago Toral... v3dv: make v3dv_image derive from vk_image
2021-09-02 Iago Toral... vulkan: allow creating color views from depth/stencil...
2021-09-02 Francisco Jereziris: Make sure a bound resource is flushed after iris_...
2021-09-02 Francisco Jereziris: Track dirty UBOs per-stage for more targeted...
2021-09-02 Francisco Jereziris: Use separate dirty bits for UBO and SSBO flushes.
2021-09-02 Francisco Jereziris: Insert buffer-local memory barriers for UBO reads.
2021-09-02 Francisco Jereziris: Insert buffer-local memory barriers for SSBO...
2021-09-02 Francisco Jereziris: Use DATA domain barrier for shader images instead...
2021-09-02 Francisco Jereziris: Add read-write domain for data cache.
2021-09-02 Francisco Jereziris: Insert buffer-local memory barriers for indirect...
2021-09-02 Francisco Jereziris: Add separate dirty bit for VBO flushes.
2021-09-02 Francisco Jereziris: Insert buffer-local memory barriers for VF reads.
2021-09-02 Francisco Jereziris: Annotate all BO uses through VF cache domain.
2021-09-02 Francisco Jereziris: Add read-only domain for VF cache.
2021-09-02 Mike Blumenkrantzlavapipe: unbreak imageless framebuffer
2021-09-01 Yiwei Zhangvenus: workaround a blob_mem mappable size check issue
2021-09-01 Yiwei Zhangvenus: renderer to check map size only when mappable
2021-09-01 Mike Blumenkrantzdocs: update features for lavapipe
2021-09-01 Mike Blumenkrantzlavapipe: support EXT_primitive_topology_list_restart
2021-09-01 Paulo Zanoniiris: switch to explicit busy tracking
2021-09-01 Paulo Zanoniiris: give each screen of a bufmgr a unique ID
2021-09-01 Paulo Zanoniiris: syncobjs are now owned by bufmgr instead of screen
2021-09-01 Samuel Pitoisetradv: use radeon_set_sh_reg_seq() more for initial...
2021-09-01 Chia-I Wuvenus: initialize physical devices once
2021-09-01 Chia-I Wuvenus: no supported device is not an error
2021-09-01 Chia-I Wuvenus: group physical device fields with a struct
2021-09-01 Mike Blumenkrantzradv: add some asserts for descriptor updating
2021-09-01 Tomeu Vizosovulkan: Remove dependency on Python 3.9+
2021-09-01 Connor Abbottfreedreno/computerator: Add support for pvtmem
2021-09-01 Emma Anholtci/freedreno: Add a bunch of recent a530 and a630 flakes.
2021-09-01 Emma Anholtci/freedreno: Annotate a bunch of piglit fails/crashes.
2021-09-01 Mike Blumenkrantzradv: just use UINT64_MAX when getting absolute timeout...
2021-09-01 Mike Blumenkrantzmesa/st: create new surfaces before destroying old...
2021-09-01 Adrian Bunkutil/format: NEON is not available with the soft-float ABI
2021-09-01 Timur Kristófac/nir/nggc: Move gs_alloc_req up in NGG culling shaders.
2021-09-01 Timur Kristófac/nir/nggc: Only repack arguments that are needed.
2021-09-01 Timur Kristófac/nir/nggc: Don't stop applying reusable variables...
2021-09-01 Timur Kristófac/nir/ngg: Delete unused struct.
2021-09-01 Tomeu Vizosolavapipe: Use c_msvc_compat_args
2021-09-01 Danylo Piliaievir3/a6xx,freedreno: account for resinfo return size...
2021-09-01 Mykhailo Skorokhodoviris: Fix compute shader leak
2021-09-01 Timur Kristófaco: Fix invalid usage of std::fill with std::array.
2021-09-01 Vinson Leeglx: Fix unused-variable warning with macOS build.
2021-09-01 Timur Kristófnir: Add comment to explain the sad_u8x4 opcode.
next