platform/upstream/mesa.git
2021-12-28 Georg Lehmannradv: Increase maxFragmentCombinedOutputResources.
2021-12-28 Bas Nieuwenhuizenradv/amdgpu: Use VkResult for wait_timeline_syncobj.
2021-12-28 Bas Nieuwenhuizenradv: Skip wait timeline ioctl with 0 handles.
2021-12-28 Bas Nieuwenhuizenradv: Use correct buffer size for query pool result...
2021-12-28 Samuel Pitoisetradv: re-apply "Do not access set layout during vkCmdBi...
2021-12-28 Samuel Pitoisetradv: re-enable fast clears for images that support...
2021-12-28 Alyssa Rosenzweigpanfrost: Make pan_merge macro more robust
2021-12-28 Jason2013Fix typo
2021-12-28 Samuel Pitoisetradv: fix restoring subpass during hw/fs color resolves
2021-12-28 Samuel Pitoisetradv/winsys: remove radv_amdgpu_winsys_bo::is_shared
2021-12-28 Samuel Pitoisetradv/winsys: stop zeroing few structs in buffer_from_fd()
2021-12-28 Samuel Pitoisetradv: remove unnecessary NULL checks in vkMapMemory...
2021-12-28 Thomas H.P... tu/clear_blit: use || when working with bools
2021-12-27 Jesse Natalied3d12: Avoid a debug warning trying to unmap a not...
2021-12-27 Jesse Natalied3d12: Set SSBO support caps
2021-12-27 Jesse Natalied3d12: Use DXIL load/store lowering pass
2021-12-27 Jesse Natalied3d12: Support setting SSBOs on the context and turning...
2021-12-27 Jesse Natalied3d12: Always create buffers as UAV-capable
2021-12-27 Jesse Natalied3d12: Support SSBOs in root signatures
2021-12-27 Jesse Nataliemicrosoft/compiler: Handle write masks in SSBO lowering...
2021-12-27 Jesse Nataliemicrosoft/compiler: Hook up uavs-at-every-stage flag
2021-12-27 Jesse Nataliemicrosoft/compiler: Emit SSBOs from 0 -> count for...
2021-12-27 Lionel Landwerlingitlab-ci: disable radv-fossils
2021-12-27 Jesse NatalieCI: Trigger Windows build on softpipe changes
2021-12-27 Jesse Nataliesoftpipe: Add a dummy field to sp_fragment_shader_varia...
2021-12-27 Emma Anholtsoftpipe: Drop duplicate decl of softpipe_find_fs_variant
2021-12-27 Emma Anholtsoftpipe: Use the draw module's poly stipple handling...
2021-12-27 Emma Anholtsoftpipe: Drop the quad pstipple stage.
2021-12-24 Vinson Leeradv: Fix memory leak on error path.
2021-12-23 Dave Airliemesa/st: remove conditionals for driver state bits...
2021-12-23 Dave Airliemesa/st: drop multisample mask/locations state drivers...
2021-12-23 Dave Airliemesa/st: drop new framebuffer srgb driver state bit
2021-12-23 Dave Airliemesa/st: drop clip plane driver state bits
2021-12-23 Dave Airliemesa/st: drop scissor/window rect driver state bits
2021-12-23 Dave Airliemesa/st: drop ssbo, image and sampler driver state...
2021-12-23 Dave Airliemesa: drop unused transform feedback state driver flags
2021-12-23 Dave Airliemesa/st: drop new uniform driver state bit
2021-12-23 Dave Airliemesa/st: drop new tess state driver bit
2021-12-23 Dave Airliemesa/st: drop poly stipple driver state bit
2021-12-23 Dave Airliemesa/st: drop new depth/stencil state bits
2021-12-23 Dave Airliemesa/st: drop NewBlend driver state flags
2021-12-23 Dave Airliemesa/st: remove the viewport driver state flags
2021-12-23 Dave Airliemesa/st: drop the rasterizer driver flags
2021-12-23 Dave Airliemesa/st: drop the new array driver state bit
2021-12-23 Dave Airliemesa/st: merge NewDepthClamp state flag
2021-12-23 Dave Airliemesa: drop optional tex/tnl maintains mode.
2021-12-23 Dave Airliemesa/st: move default enabled extensions into mesa.
2021-12-23 Dave Airliemesa/draw: drop the multi draw with indices fallback.
2021-12-23 Dave Airliemesa: remove StripTextureBorder option.
2021-12-23 Thomas H.P... ci: debian-clang: build more drivers
2021-12-23 Thomas H.P... panvk: cast negative value to unint8_t
2021-12-23 Thomas H.P... panvk: use FALLTHROUGH to stop a warning
2021-12-23 Thomas H.P... i915g: avoid left shifting a negative number
2021-12-23 Thomas H.P... lavapipe: fix string-plus-int warning
2021-12-23 Alyssa Rosenzweigpan/bi: Don't call useless NIR passes
2021-12-23 Emma Anholtglcpp: Disable the valgrind tests.
2021-12-23 Emma Anholtci: Enable a build with MSan.
2021-12-23 Vinson Leeisaspec: Sort field names to generate deterministic...
2021-12-23 Thomas H.P... microsoft/compiler: dxil_nir_opt_alu_deref_srcs: return...
2021-12-22 Alyssa Rosenzweigpan/va: Generalize LD_VAR_IMM_* to support flat varyings
2021-12-22 Alyssa Rosenzweigpan/va: Add .signed bit to right shift instructions
2021-12-22 Alyssa Rosenzweigpan/va: Rename LEA_ATTR to LEA_VARY
2021-12-22 Alyssa Rosenzweigpan/va: Remove extra LD_VAR_IMM_F32 source
2021-12-22 Dave Airlieintel/compiler: drop unused decleration
2021-12-22 Dave Airlieintel/compiler: don't lower swizzles in backend.
2021-12-22 Dave Airlieintel/compiler: remove gfx6 gather wa from backend.
2021-12-22 Dave Airliemesa/dd: drop unused InvalidateBufferSubData entry.
2021-12-22 Dave Airliemesa: drop unused _mesa_new_program.
2021-12-22 Dave Airliemesa: drop unused new renderbuffer code.
2021-12-22 Dave Airliemesa/st: use has_stencil_export instead of querying...
2021-12-22 Dave Airliemesa: drop texformat code this isn't used.
2021-12-22 Timur Kristófspirv: Allow VRS with mesh shaders.
2021-12-22 Thomas H.P... draw: drop unused function
2021-12-22 Thomas H.P... gallium/tgsi_exec: drop unused function
2021-12-22 Thomas H.P... gallium/u_threaded: drop unused function
2021-12-22 Thomas H.P... glx: remove a set but not used variable
2021-12-22 Thomas H.P... r600: remove a set but not used variable
2021-12-22 Thomas H.P... r300: remove a set but not used variable
2021-12-22 Thomas H.P... i915g: fix implicit-fallthrough warning
2021-12-22 Thomas H.P... lavapipe: fix implicit-fallthrough warning
2021-12-22 Marcin Ślusarzintel/compiler: disable workaround not applicable to...
2021-12-22 Guido Güntheretnaviv: Use mesa_log*
2021-12-22 Guido Güntherentaviv/drm: Use same log format as gallium bits
2021-12-22 Guido Güntheretnaviv/drm: Use mesa_log* for debugging
2021-12-22 Guido Güntheretnaviv/drm: Print gpu model at debug verbosity
2021-12-22 Guido Güntheretnaviv/drm: Add some bo debug output
2021-12-22 Guido Güntheretnaviv/drm: Use etna_mesa_debug for debugging messages
2021-12-22 Tapani Pälliglsl: fix invariant qualifer usage and matching rule...
2021-12-22 Thomas H.P... ci: debian-clang: drop -Wno-error for self-assign
2021-12-22 Thomas H.P... gallivm: avoid a self-assign warning
2021-12-22 Vinson Leepanfrost: Avoid double unlock.
2021-12-22 Vinson Leeir3: Make shift operand 64-bit.
2021-12-21 Timur Kristófaco/optimizer_postRA: Fix applying VCC to branches.
2021-12-21 Timur Kristófaco/optimizer_postRA: Fix combining DPP into VALU.
2021-12-21 Thomas H.P... ci: clean up debian-clang no-error list
2021-12-21 Caio Oliveiraanv: Simplify assertions related to graphics stages
2021-12-21 Daniel Schürmannaco/ra: fix get_reg_for_operand() in case of stride...
2021-12-21 Jesse Natalied3d12: Fix NV12 resource importing
2021-12-21 Daniel Schürmannnir/opt_algebraic: lower fneg_hi/lo to fmul
2021-12-21 Daniel Schürmannaco/optimizer: propagate and fold inline constants...
next