Mesa (main): mesa/x11: Remove the swrast-classic-based fake libGL

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 4 00:40:51 UTC 2021


Module: Mesa
Branch: main
Commit: 76791db0882b3715cd7d0a47fd14e1f784901b09
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=76791db0882b3715cd7d0a47fd14e1f784901b09

Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Apr 15 10:07:40 2021 -0700

mesa/x11: Remove the swrast-classic-based fake libGL

If you want this you will almost certainly be happier with the gallium
version, giving you llvmpipe instead of swrast-classic.

Reviewed-by: Emma Anholt <emma at anholt.net>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Acked-by: Jason Ekstrand <jason at jlekstrand.net>
Acked-by: Kenneth Graunke <kenneth at whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10153>

---

 meson.build                      |   14 +-
 meson_options.txt                |    2 +-
 src/gallium/meson.build          |    2 +-
 src/mesa/drivers/x11/fakeglx.c   | 2900 --------------------------------------
 src/mesa/drivers/x11/glxapi.c    | 1252 ----------------
 src/mesa/drivers/x11/glxapi.h    |  212 ---
 src/mesa/drivers/x11/glxheader.h |   51 -
 src/mesa/drivers/x11/meson.build |   39 -
 src/mesa/drivers/x11/xfonts.c    |  370 -----
 src/mesa/drivers/x11/xfonts.h    |   37 -
 src/mesa/drivers/x11/xm_api.c    | 1773 -----------------------
 src/mesa/drivers/x11/xm_buffer.c |  560 --------
 src/mesa/drivers/x11/xm_dd.c     |  921 ------------
 src/mesa/drivers/x11/xm_line.c   |  540 -------
 src/mesa/drivers/x11/xm_tri.c    | 1151 ---------------
 src/mesa/drivers/x11/xmesa.h     |  381 -----
 src/mesa/drivers/x11/xmesaP.h    |  425 ------
 src/mesa/drivers/x11/xmesa_x.h   |   85 --
 src/mesa/meson.build             |    3 -
 19 files changed, 6 insertions(+), 10712 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=76791db0882b3715cd7d0a47fd14e1f784901b09


More information about the mesa-commit mailing list