platform/upstream/mesa.git
2022-06-10 Boris Brezillonmicrosoft/compiler: Lower fquantize2f16
2022-06-10 Kristian H... util/u_debug: Use 'initialized' instead of 'first'
2022-06-10 Mike Blumenkrantzzink: add new flakes
2022-06-10 Emma Anholtcrocus: Enable PIPE_CAP_LEGACY_MATH_RULES.
2022-06-10 Emma Anholtiris: Enable PIPE_CAP_LEGACY_MATH_RULES.
2022-06-10 Emma AnholtRevert "nine: Disable optional use of TTN when MUL_ZERO...
2022-06-10 Emma Anholtgallium: Rename PIPE_CAP_TGSI_LEGACY_MATH_RULES to...
2022-06-10 Emma Anholttgsi_to_nir: Set use_legacy_math_rules for TGSI_PROPERT...
2022-06-10 Emma Anholtnouveau/nir: Implement mul_zero_wins behavior for use_l...
2022-06-10 Emma Anholtr600/sfn: Implement 0*x=0 behavior for use_legacy_math_...
2022-06-10 Emma Anholtnir_to_tgsi: Set LEGACY_MATH_RULES cap for use_legacy_m...
2022-06-10 Emma Anholtgallium: Rename MUL_ZERO_WINS to LEGACY_MATH_RULES.
2022-06-10 Emma Anholtnir: Rename is_arb_asm to use_legacy_math_rules and...
2022-06-10 Mike Blumenkrantzzink: update tu a630 baseline
2022-06-10 Mike Blumenkrantzzink: fix 32bit bo rewriting
2022-06-10 Mike Blumenkrantzzink: avoid adding more 64bit alus during bo rewriting
2022-06-10 Mike Blumenkrantzzink: scalarize when rewriting explicit 64bit io
2022-06-10 Mike Blumenkrantzzink: rewrite 64bit shader i/o as 32bit
2022-06-10 Mike Blumenkrantzzink: implement nir_op_unpack_64_2x32 in ntv
2022-06-10 Mike Blumenkrantzzink: improve/expand manual xfb emission
2022-06-10 Mike Blumenkrantzzink: if a variable is flagged as being xfb, treat...
2022-06-10 Mike Blumenkrantzzink: fix variable locations in manual xfb emission
2022-06-10 Mike Blumenkrantzzink: flag all shader i/o variables as !is_xfb
2022-06-10 Mike Blumenkrantzzink: fix ntv partial stores
2022-06-10 Mike Blumenkrantzzink: run more int64 passes during optimization loop...
2022-06-10 Mike Blumenkrantzzink: don't lower pack/unpack intrinsics
2022-06-10 Mike Blumenkrantzzink: always scalarize pack/unpack alu ops
2022-06-10 Mike Blumenkrantzzink: run nir_lower_alu_to_scalar in optimizer loop...
2022-06-10 Mike Blumenkrantzzink: break out nir alu typing in ntv
2022-06-10 Mike Blumenkrantzzink: flag optimization pass after inlining uniforms
2022-06-10 Kenneth Graunkeintel/compiler: Fix A64 header construction with a...
2022-06-10 Jason Ekstrandvulkan/wsi: Signal semaphores and fences from the dma-buf
2022-06-10 Jason Ekstrandvulkan/wsi: Set memory ownership after signaling fences...
2022-06-10 Jason Ekstrandvulkan/wsi: Re-arrange QueueSubmit code in wsi_common_q...
2022-06-10 Jason Ekstrandvulkan/wsi: Reset fences earlier in wsi_common_queue_pr...
2022-06-10 Jason Ekstrandvulkan/wsi: Use a STACK_ARRAY for stage_flags
2022-06-10 Jesse Nataliedzn: Init sync types before wsi
2022-06-10 Jason Ekstrandturnip: Set supported_sync_types before wsi_init
2022-06-10 Jason Ekstrandturnip: Use the common QueuePresent implementation
2022-06-10 Jason Ekstrandturnip: Use the common AcquireNextImage implementation
2022-06-10 Jason Ekstrandpvr: Use the common AcquireNextImage implementation
2022-06-10 Jason Ekstrandlavapipe: Use the common AcquireNextImage implementation
2022-06-10 Jason Ekstrandradv: Drop create_sync_for_memory
2022-06-10 Jason Ekstrandv3dv: Use the common AcquireNextImage implementation
2022-06-10 Jason Ekstrandpanvk: Use the common AcquireNextImage implementation
2022-06-10 Jason Ekstrandwsi: Always signal semaphores and fences in wsi_common_...
2022-06-10 Jason Ekstrandvulkan/wsi: Fix a signal_semaphore_with_memory check
2022-06-10 Jason Ekstrandanv/wsi: Stop resetting semaphores
2022-06-10 Kenneth Graunkeintel: Set a more useful fake devinfo->gtt_size in...
2022-06-10 Ian Romanickanv: Remove FS executables when applying the null FS...
2022-06-09 Georg Lehmannradv: Implement VK_EXT_non_seamless_cube_map.
2022-06-09 Georg Lehmannvulkan: Spec update to 1.3.217.
2022-06-09 Vasily Khoruzhicklima: implement lima-specific blitter
2022-06-09 Jason Ekstrandcompiler/types: Don't place members in the previous...
2022-06-09 Emma Anholt.gitignore: Qualify the path for the ignored build...
2022-06-09 Emma Anholtmesa/st: Abort the linking on driver link failure.
2022-06-09 Emma Anholtturnip: Reverse the order of walking pipes or tiles...
2022-06-09 Chia-I Wuci/turnip: add a link to VkPhysicalDeviceMemoryProperti...
2022-06-09 Emma Anholtci/iris: Disable skqp until it can be stabilized.
2022-06-09 Yonggang Luoutil: Add unittest for timespec_get
2022-06-09 Yonggang Luoutil: Remove unused function timespec_passed
2022-06-09 Yonggang Luoutil: always enable timespec_test.cpp
2022-06-09 Yonggang Luoutil: Remove usage of designated initializers in timesp...
2022-06-09 Yonggang Luoutil: Use timespec_get directly, it's always present
2022-06-09 Yonggang Luoc11: Implement timespec_get on win32 properly when...
2022-06-09 Yonggang Luoc11: Implement c11/time.h with c11/impl/time.c
2022-06-09 Yonggang Luoc11/threads: Remove the detecting code for `HAVE_TIMESP...
2022-06-09 Yonggang Luomeson: Fixes timespec_get detect code
2022-06-09 Jesse Natalied3d12: Properly set HS input control point count
2022-06-09 Konstantin... nir/nir_lower_io: Optimize 32-bit inbounds access
2022-06-09 Konstantin... nir,spirv: Preserve inbounds access information
2022-06-09 Boris Brezillondzn: Enable depth-bounds testing
2022-06-09 Boris Brezillondzn: Use CreatePipelineState()
2022-06-09 Boris Brezillondzn: Drop an unused argument passed to dzn_graphics_pip...
2022-06-09 Boris Brezillondzn: Switch to ID3D12Device2
2022-06-09 Mike Blumenkrantzzink: always create descriptor templates
2022-06-09 Mike Blumenkrantzzink: fix buffer descriptor hashing
2022-06-09 Mike Blumenkrantzzink: simplify some compiler bo code
2022-06-09 Yurii KolesnykovInit macOS GitHub Action
2022-06-09 Yurii KolesnykovRemove Travis CI config
2022-06-09 Juan A. Suarez... v3d: add ARB_polygon_offset_clamp extension support
2022-06-09 Icecream95panfrost: Constant stencil value tracking
2022-06-09 Samuel Pitoisetradv: advertise VK_EXT_primitives_generated_query
2022-06-09 Samuel Pitoisetradv: implement VK_EXT_primitives_generated_query
2022-06-09 Samuel Pitoisetradv: add few helpers related to streamout
2022-06-09 Samuel Pitoisetradv: flush the NGG query state when the argument is...
2022-06-09 Samuel Pitoisetac/nir/ngg: count the number of generated primitives...
2022-06-09 Samuel Pitoisetradv: declare the NGG query argument for primitives...
2022-06-09 Samuel Pitoisetradv: add primitives_generated_query to the graphics...
2022-06-09 Samuel Pitoisetradv: track if primitives generated query features...
2022-06-09 Samuel Pitoisetradv: rename ngg_gs_state to ngg_query_state
2022-06-09 Erico Nuneslima/ci: Don't skip piglit opengl 1 tests
2022-06-09 Charmaine Leesvga: fix shared memory index
2022-06-09 Charmaine Leesvga: fix reference to NULL offset for atomic counter
2022-06-08 Timothy Arceriglsl: inline do_common_optimization() call
2022-06-08 Timothy Arceriglsl: remove never true do_dead_code() parameter
2022-06-08 Dylan Bakerdocs: link releases notes for 21.3.9
2022-06-08 Dylan Bakerdocs Add sha256 sums for 21.3.9
2022-06-08 Dylan Bakerdocs: add release notes for 21.3.9
2022-06-08 Jason Ekstrandnir/deref: Handle RESTRICT for SSBO deref bindings
next