Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-03 | Enable PAC in addition to BTI on arm64 such that JIT code matches the | Mark Kettenis | |
default branch protection provided by our base compiler. ok jsg@ | |||
2024-04-03 | Fix refcounting of glyphs during ProcRenderAddGlyphs() (CVE-2024-31083) | Matthieu Herrb | |
2024-04-03 | Need to use unswapped length to send reply in | Matthieu Herrb | |
ProcXIGetSelectedEvents() (CVE-2024-31080) and ProcXiPassiveGrabDevice() (CVE-2024-31081) | |||
2024-04-02 | update | Jonathan Gray | |
2024-04-02 | sync | Jonathan Gray | |
2024-04-02 | Merge Mesa 23.3.6 | Jonathan Gray | |
2024-04-02 | Import Mesa 23.3.6 | Jonathan Gray | |
2024-03-30 | update | Matthieu Herrb | |
2023-11-02 | Import Mesa 23.1.9 | Jonathan Gray | |
2023-11-02 | Import Mesa 23.1.9 | Jonathan Gray | |
2023-01-28 | Import Mesa 22.3.4 | Jonathan Gray | |
2023-01-28 | Import Mesa 22.3.4 | Jonathan Gray | |
2023-01-28 | Import Mesa 22.3.4 | Jonathan Gray | |
2023-01-28 | Import Mesa 22.3.4 | Jonathan Gray | |
2022-09-02 | Import Mesa 22.1.7 | Jonathan Gray | |
2022-09-02 | Import Mesa 22.1.7 | Jonathan Gray | |
2022-09-02 | Import Mesa 22.1.7 | Jonathan Gray | |
2022-02-24 | Import Mesa 21.3.7 | Jonathan Gray | |
2022-02-24 | Import Mesa 21.3.7 | Jonathan Gray | |
2022-02-24 | Import Mesa 21.3.7 | Jonathan Gray | |
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 | |
2021-07-22 | Import Mesa 21.1.5 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.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 | |
2024-03-18 | Tell LLVM to generate code with BTI instructions. | Mark Kettenis | |
"looks ok" jsg@, ok deraadt@ | |||
2024-02-29 | intel/dev: Add 2 additional ADL-N PCI ids | Jonathan Gray | |
From Jordan Justen 62b72b6be9742c655d381348c6b161afc6b5396f in mainline Mesa | |||
2024-02-09 | Fix off-by-one in dlist allocation when checking whether to allocate a | Thomas Frohwein | |
new block. This fixes segfaults in dlist functions that occur on applications making heavy use of display lists that exceed BLOCK_SIZE. ok jsg@ and stsp@, who also both helped me track down the issue. | |||
2024-01-30 | update | Jonathan Gray | |
2024-01-30 | sync | Jonathan Gray | |
2024-01-30 | Merge libdrm 2.4.120 | Jonathan Gray | |
2024-01-30 | Import libdrm 2.4.120 | Jonathan Gray | |
2024-01-28 | update | Matthieu Herrb | |
2024-01-28 | Update to xbiff 1.0.5 | Matthieu Herrb | |
2024-01-28 | Update to xeyes 1.3.0 | Matthieu Herrb | |
2024-01-28 | Update to fonttosfnt 1.2.3 | Matthieu Herrb | |
2024-01-28 | Update to xserver 21.1.11. | Matthieu Herrb | |
All the security fixes have already been committed. | |||
2024-01-22 | Rewrite the privsep imsg code using the new ibuf API. | Claudio Jeker | |
Properly wrap the imsg_read() / imsg_get() calls in a while loop. Do not initialize the fd of the struct ibuf to -1 (this is already done). Rewrite the imsg parser using imsg_get_ibuf(), ibuf_get and a local new function ibuf_get_string() which abstracts the extraction of the strings from the ibuf. Properly clear and free the user, pass and style variables. OK tb@ matthieu@ | |||
2024-01-19 | WSDISPLAY_TYPE_RKDRM was renamed to WSDISPLAY_TYPE_KMS | Mark Kettenis | |
2024-01-16 | update | Matthieu Herrb | |