mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-02 11:00:27 +01:00
Disable swrast, swrast_setup and driverfuncs in the build.
The gallium/state tracker no longer uses them and this speeds up the build a bit.
This commit is contained in:
parent
2636ea5758
commit
75ec482001
1 changed files with 3 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ MATH_SOURCES = \
|
|||
math/m_vector.c \
|
||||
math/m_xform.c
|
||||
|
||||
SWRAST_SOURCES = \
|
||||
__SWRAST_SOURCES = \
|
||||
swrast/s_aaline.c \
|
||||
swrast/s_aatriangle.c \
|
||||
swrast/s_accum.c \
|
||||
|
|
@ -111,7 +111,7 @@ SWRAST_SOURCES = \
|
|||
swrast/s_triangle.c \
|
||||
swrast/s_zoom.c
|
||||
|
||||
SWRAST_SETUP_SOURCES = \
|
||||
__SWRAST_SETUP_SOURCES = \
|
||||
swrast_setup/ss_context.c \
|
||||
swrast_setup/ss_triangle.c
|
||||
|
||||
|
|
@ -326,7 +326,7 @@ SPARC_SOURCES = \
|
|||
SPARC_API = \
|
||||
sparc/glapi_sparc.S
|
||||
|
||||
COMMON_DRIVER_SOURCES = \
|
||||
__COMMON_DRIVER_SOURCES = \
|
||||
drivers/common/driverfuncs.c
|
||||
|
||||
X11_DRIVER_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue