Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2022-08-31 | Update to libXau version 1.0.10. | Matthieu Herrb | |
Now uses explicit_bzero() + other bug fixes | |||
2022-08-31 | Update to libXfont2 2.0.6. bug fixes. | Matthieu Herrb | |
2022-08-31 | Update libfontenc to version 1.1.6. | Matthieu Herrb | |
The lib now uses reallocarray() | |||
2022-08-23 | don't build Mesa against llvm on 32-bit powerpc | Jonathan Gray | |
gkoehler mentioned running glxgears with the Mesa LLVMpipe driver on macppc triggers an LLVM error tested by matthieu@ (with a proposed Mesa 22.1 update) on macppc G4/400 | |||
2022-08-07 | Update libxcvt to version 0.1.2. | Matthieu Herrb | |
This release fixes a regression with mode 1360x768. | |||
2022-07-23 | Update to libX11 1.8.1 | Matthieu Herrb | |
2022-07-23 | Update to freetype 2.12.1 | Matthieu Herrb | |
2022-07-17 | Update libxcb to version 1.15 + xcb-protos 1.15.2 | Matthieu Herrb | |
2022-07-04 | libXcursor: Missed new files. Noticed by naddy@ | Matthieu Herrb | |
2022-07-04 | Update libXft to version 2.3.4 | Matthieu Herrb | |
Bug fixes and prepare for future fontconfig update. | |||
2022-07-04 | Uodate libXcursor to version 1.2.1 | Matthieu Herrb | |
Bug fixes and documentation improvements | |||
2022-06-28 | Add missing build system files from freetype 2.11.0 | Matthieu Herrb | |
Those are not used in xenocara builds, but having them reduces the noise during diffs with upstreams. | |||
2022-06-28 | Remove stale docs/reference/ files | Matthieu Herrb | |
The docs/reference directory in freetype2 sources is not really suited for shipping as source files. Better browse it online at freetype.org | |||
2022-06-28 | Remove outdated parts of the freetype-doc package. | Matthieu Herrb | |
They are not used in builds and have not been updated recently. | |||
2022-06-28 | fix white space diff with upstreams | Matthieu Herrb | |
2022-06-28 | Remove leftovers test directive | Matthieu Herrb | |
2022-06-06 | Merge libdrm 2.4.111 | Jonathan Gray | |
2022-06-06 | Import libdrm 2.4.111 | Jonathan Gray | |
2018-09-13 | Import libdrm 2.4.94 | Jonathan Gray | |
2016-03-20 | Import libdrm 2.4.67 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2022-05-05 | intel/dev: add RPL-S pci ids from drm-intel-next | Jonathan Gray | |
0cfc01fe835fe727e9ff7485fd6b5c8180bfd7b7 in mainline Mesa | |||
2022-05-05 | intel/dev: sync ADL-S pci ids with linux | Jonathan Gray | |
0cfc01fe835fe727e9ff7485fd6b5c8180bfd7b7 in mainline Mesa | |||
2022-05-04 | intel/dev: Add device info for RPL-P | Jonathan Gray | |
From Jordan Justen d257494ec4d826aec8841845479215820e612917 in mainline Mesa | |||
2022-05-04 | intel/dev: Add device info for RPL | Jonathan Gray | |
From Jordan Justen 4e0eca7dc34942759638ab00eb006ba40284a7c in mainline Mesa | |||
2022-05-04 | intel/dev: Add device ids for ADL-N | Jonathan Gray | |
From Jordan Justen 03cc5a8295e239b45623c89faac88030b33a4a14 in mainline Mesa | |||
2022-05-04 | intel/dev: Add DG1 PCI id 0x4909 | Jonathan Gray | |
From Jordan Justen fd646c2d2f8b3efed92630d548448a1bdd6ba2b1 in mainline Mesa | |||
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2022-04-29 | Merge libdrm 2.4.110 | Jonathan Gray | |
2022-04-29 | Import libdrm 2.4.110 | Jonathan Gray | |
2022-04-25 | Update to libX11 1.7.5. No API / ABI changes. ok tb@ | Matthieu Herrb | |
2022-04-21 | Merge Mesa 21.3.8 | Jonathan Gray | |
2022-04-21 | Import Mesa 21.3.8 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
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 | 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 | |
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 | |