summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-26Fix spelling of some unused MWM hints; from Sean C. Farley.Okan Demirmen
While here, flesh out the rest of the MWM hints.
2022-02-25move u_printf_length() to new fileJonathan Gray
lld can remove unused c++ sections from u_printf.cpp with --gc-sections ld.bfd from binutils 2.17 can't unless this function is moved u_printf_length() was added to u_printf.cpp upstream in vulkan: Add vk_asprintf and vk_vasprintf helpers 2db5536a461734a818caf4f519e3286accb0818f problem reported by deraadt@ and visa@ on sparc64 and octeon
2022-02-25put .a files in a linker group to avoid an undefined referenceJonathan Gray
to loader_dri_create_image with ld.bfd from binutils 2.17 reported and tested by visa@
2022-02-25unbreak Mesa build on mips64Jonathan Gray
ifdef out a linux specific path introduced upstream in: gallivm: add basic mips64 support and set mcpu to mips64r5 on ls3a4000 88b234d7a7cd71fcb4955428010f238ec9530431 https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11955 to fix build on mips64 reported by deraadt@ tested by visa@
2022-02-25build u_printf.cpp with -ffunction-sections -fdata-sections andJonathan Gray
link libmesa_util.a users with --gc-sections avoids unwanted external references in shared libraries: _ZNKSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE4findEcm _ZNKSt3__121__basic_string_commonILb1EE20__throw_length_errorEv _ZdlPv _Znwm __gxx_personality_v0 follows what the meson build does problem reported by sthen@ when building sd2-ttf on i386
2022-02-24no need to create src/gallium/drivers/{iris,radeonsi}/Jonathan Gray
2022-02-24updateJonathan Gray
2022-02-24syncJonathan Gray
2022-02-24add libradeonsi_gfx* MakefilesJonathan Gray
2022-02-24sync generated filesJonathan Gray
2022-02-24Merge Mesa 21.3.7Jonathan Gray
2022-02-24Import Mesa 21.3.7Jonathan Gray
2022-02-21Merge Upstream fix for buffer overflow in sixel code.Matthieu Herrb
This code is not compiled on OpenBSD so the shipped xterm are not vulnerable to this (which is CVE-2022-24130) Committing the fix in case someone uses this for builds with sixel enabled.
2021-09-09Import Mesa 21.1.8Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2021-07-22Import Mesa 21.1.5Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2020-08-26Import Mesa 20.1.6Jonathan Gray
2020-01-22Import Mesa 19.2.8Jonathan Gray
2019-05-23Import Mesa 19.0.5Jonathan Gray
2019-05-23Import Mesa 19.0.5Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2019-01-29Import Mesa 18.3.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2022-02-21updateMatthieu Herrb
2022-02-21syncMatthieu Herrb
2022-02-21Update to libX11 1.7.3.1. ok jsg@ who noticed this requires a major bump.Matthieu Herrb
2022-02-20Sync with xorg-server 21.1.3.Matthieu Herrb
This does *not* include the commit that reverts the new computation of the screen resolution from dimensions returned by the screen since many of you told they prefer the new behaviour from 21.1.1. This is going to be discussed again before 7.1
2022-02-19enable subpixel rendering in FreeType, ok mpi@ matthieu@Stuart Henderson
The ClearType colour filtering patents expired in 2019 and various other OS have also made this change since then. https://freetype.org/patents.html
2022-02-07The color map support in wsfb(4) only supports up to 256 palette entries.Mark Kettenis
However for 30-bit color depth modes, Xorg assumes 1024 palette entries are supported. Since we don't actually support hardware with both 30-bit color depth and hardware palette support, skip the color map handling in that case. This is what the xf86-video-ati driver does as well. This prevents us from smashing the stack. ok matthieu@
2022-02-05updateMatthieu Herrb
2022-02-03remove 0x2972 from the intel gen 2 and 3 listJonathan Gray
0x2972 is 946GZ which is gen 4
2022-01-27Add group-last command that shows only the previously active group; ok okanop
2022-01-24change ac_cv_path_CPP_PATH to use /usr/libexec/cpp; spotted by jsg@Robert Nagy
2022-01-06stop chowning old drm device nodesJonathan Gray
2022-01-03syncVisa Hankala
2021-12-27Recommit: compiler.h: don't define inb/outb and friends on mipsVisa Hankala
From Julien Cristau 0148a15da1616a868d71abe1b56e3f28cc79533c in xserver git without arm_video.c changes. OK matthieu@
2021-12-24Allow bare numbers for key and mouse bindings; taken from similarOkan Demirmen
support in other parse.y's; from Leon Fischer <lfischer@airmail.cc>.
2021-12-14render: Fix out of bounds access in SProcRenderCompositeGlyphs()Matthieu Herrb
ZDI-CAN-14192, CVE-2021-4008
2021-12-14Xext: Fix out of bounds access in SProcScreenSaverSuspend()Matthieu Herrb
ZDI-CAN-14951, CVE-2021-4010
2021-12-14xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier()Matthieu Herrb
ZDI-CAN-14950, CVE-2021-4009