Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-26 | Merge Mesa 20.1.6 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2019-01-29 | Import Mesa 18.3.2 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | 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 | |
2020-08-01 | Fix Mesa build with clang 10 on mips64. | Visa Hankala | |
On mips64, the compiler does not allow use of non-zero argument with __builtin_frame_address(). However, the returned frame address is only used when PIPE_ARCH_X86 is defined. The compile error can be avoided by making #ifdef PIPE_ARCH_X86 cover the getting of frame address too. The argument checking of __builtin_frame_address() has been present as a debug assert in clang 8. In clang 10, there is a proper runtime check for the argument. This is why the build has not failed before. OK jsg@ | |||
2020-06-18 | llvmpipe: use LLVM version string instead of re-computing it | Jonathan Gray | |
From Eric Engestrom 7f5ef97a07d4054efb96f0d644344644023af82c in Mesa git fixes llvmpipe renderer string showing "LLVM 16.0" with LLVM 10 | |||
2020-01-22 | fix some things which got broken in merge | Jonathan Gray | |
2020-01-22 | add files generated by python scripts which stopped being shipped with | Jonathan Gray | |
distfiles when upstream removed autotools | |||
2020-01-22 | add back autotools files removed upstream | Jonathan Gray | |
2020-01-22 | Merge Mesa 19.2.8 | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2018-10-23 | Import Mesa 17.3.9 | 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 | |
2019-11-20 | Call shmget() with permission 0600 instead of 0777 | Jonathan Gray | |
From Brian Paul 02c3dad0f3b4d26e0faa5cc51d06bc50d693dcdc in mainline Mesa "A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget() calls to use 0600 (user r/w). Tested with legacy Xlib driver and llvmpipe." | |||
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2019-07-01 | Merge Mesa 19.0.8 | Jonathan Gray | |
2019-07-01 | Import Mesa 19.0.8 | Jonathan Gray | |
2019-07-01 | Import Mesa 19.0.8 | Jonathan Gray | |
2019-07-01 | Import Mesa 19.0.8 | Jonathan Gray | |
2019-07-01 | Import Mesa 19.0.8 | Jonathan Gray | |
2019-05-23 | Merge Mesa 19.0.5 | Jonathan Gray | |
2019-05-23 | Import Mesa 19.0.5 | 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 | |
2019-03-19 | Merge Mesa 18.3.5 | Jonathan Gray | |
2019-03-19 | Import Mesa 18.3.5 | Jonathan Gray | |
2019-03-19 | Import Mesa 18.3.5 | Jonathan Gray | |
2019-02-19 | Merge Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-02-19 | Import Mesa 18.3.4 | Jonathan Gray | |
2019-01-29 | Merge 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 | |
2018-10-23 | Merge Mesa 17.3.9 | Jonathan Gray | |
Mesa 18.x needs an ld with build-id for at least the intel code Mesa 18.2 assumes linux only memfd syscalls in intel code Tested by matthieu@, kettenis@ and myself on a variety of hardware and architectures. ok kettenis@ | |||
2018-10-23 | Import Mesa 17.3.9 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2018-03-02 | use clock_gettime() path on PIPE_OS_BSD in os_time_get_nano() | Jonathan Gray | |
committed upstream as 7bea40e56652a1ded4374d92fb340b454fbac475 clock_nanosleep() isn't available yet so the usleep() path stays for os_time_sleep() | |||
2018-01-08 | Revert to Mesa 13.0.6 again. | Jonathan Gray | |
Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well. | |||
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |