Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-26 | Fix spelling of some unused MWM hints; from Sean C. Farley. | Okan Demirmen | |
While here, flesh out the rest of the MWM hints. | |||
2022-02-25 | move u_printf_length() to new file | Jonathan 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-25 | put .a files in a linker group to avoid an undefined reference | Jonathan Gray | |
to loader_dri_create_image with ld.bfd from binutils 2.17 reported and tested by visa@ | |||
2022-02-25 | unbreak Mesa build on mips64 | Jonathan 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-25 | build u_printf.cpp with -ffunction-sections -fdata-sections and | Jonathan 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-24 | no need to create src/gallium/drivers/{iris,radeonsi}/ | Jonathan Gray | |
2022-02-24 | update | Jonathan Gray | |
2022-02-24 | sync | Jonathan Gray | |
2022-02-24 | add libradeonsi_gfx* Makefiles | Jonathan Gray | |
2022-02-24 | sync generated files | Jonathan Gray | |
2022-02-24 | Merge Mesa 21.3.7 | Jonathan Gray | |
2022-02-24 | Import Mesa 21.3.7 | Jonathan Gray | |
2022-02-21 | Merge 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-09 | Import Mesa 21.1.8 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2022-02-21 | update | Matthieu Herrb | |
2022-02-21 | sync | Matthieu Herrb | |
2022-02-21 | Update to libX11 1.7.3.1. ok jsg@ who noticed this requires a major bump. | Matthieu Herrb | |
2022-02-20 | Sync 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-19 | enable 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-07 | The 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-05 | update | Matthieu Herrb | |
2022-02-03 | remove 0x2972 from the intel gen 2 and 3 list | Jonathan Gray | |
0x2972 is 946GZ which is gen 4 | |||
2022-01-27 | Add group-last command that shows only the previously active group; ok okan | op | |
2022-01-24 | change ac_cv_path_CPP_PATH to use /usr/libexec/cpp; spotted by jsg@ | Robert Nagy | |
2022-01-06 | stop chowning old drm device nodes | Jonathan Gray | |
2022-01-03 | sync | Visa Hankala | |
2021-12-27 | Recommit: compiler.h: don't define inb/outb and friends on mips | Visa Hankala | |
From Julien Cristau 0148a15da1616a868d71abe1b56e3f28cc79533c in xserver git without arm_video.c changes. OK matthieu@ | |||
2021-12-24 | Allow bare numbers for key and mouse bindings; taken from similar | Okan Demirmen | |
support in other parse.y's; from Leon Fischer <lfischer@airmail.cc>. | |||
2021-12-14 | render: Fix out of bounds access in SProcRenderCompositeGlyphs() | Matthieu Herrb | |
ZDI-CAN-14192, CVE-2021-4008 | |||
2021-12-14 | Xext: Fix out of bounds access in SProcScreenSaverSuspend() | Matthieu Herrb | |
ZDI-CAN-14951, CVE-2021-4010 | |||
2021-12-14 | xfixes: Fix out of bounds access in *ProcXFixesCreatePointerBarrier() | Matthieu Herrb | |
ZDI-CAN-14950, CVE-2021-4009 |