mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
dri: drop MINIGLX_SOURCES
This commit is contained in:
parent
9009a854d1
commit
8953bfce0e
15 changed files with 0 additions and 35 deletions
|
|
@ -5,9 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = i810_dri.so
|
||||
|
||||
# Not yet
|
||||
# MINIGLX_SOURCES = server/i810_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
i810context.c \
|
||||
i810ioctl.c \
|
||||
|
|
|
|||
|
|
@ -4,8 +4,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = i915_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/intel_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
i830_context.c \
|
||||
i830_state.c \
|
||||
|
|
|
|||
|
|
@ -99,7 +99,6 @@ DRIVER_SOURCES = \
|
|||
|
||||
C_SOURCES = \
|
||||
$(COMMON_SOURCES) \
|
||||
$(MINIGLX_SOURCES) \
|
||||
$(DRIVER_SOURCES)
|
||||
|
||||
ASM_SOURCES =
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = mach64_dri.so
|
||||
|
||||
# Not yet
|
||||
# MINIGLX_SOURCES = server/mach64_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
mach64_context.c \
|
||||
mach64_ioctl.c \
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = mga_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/mga_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
mgadd.c \
|
||||
mgaioctl.c \
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ DRI_LIB_DEPS += $(shell pkg-config libdrm_nouveau --libs)
|
|||
|
||||
LIBNAME = nouveau_vieux_dri.so
|
||||
|
||||
MINIGLX_SOURCES =
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
nouveau_screen.c \
|
||||
nouveau_context.c \
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = r128_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/r128_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
r128_context.c \
|
||||
r128_lock.c \
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ CFLAGS += $(RADEON_CFLAGS)
|
|||
|
||||
LIBNAME = r200_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/radeon_dri.c
|
||||
|
||||
ifeq ($(RADEON_LDFLAGS),)
|
||||
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ CFLAGS += $(RADEON_CFLAGS)
|
|||
|
||||
LIBNAME = r300_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/radeon_dri.c
|
||||
|
||||
ifeq ($(RADEON_LDFLAGS),)
|
||||
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ CFLAGS += $(RADEON_CFLAGS)
|
|||
|
||||
LIBNAME = r600_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/radeon_dri.c
|
||||
|
||||
ifeq ($(RADEON_LDFLAGS),)
|
||||
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ CFLAGS += $(RADEON_CFLAGS)
|
|||
|
||||
LIBNAME = radeon_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/radeon_dri.c
|
||||
|
||||
ifeq ($(RADEON_LDFLAGS),)
|
||||
CS_SOURCES = radeon_cs_space_drm.c radeon_bo.c radeon_cs.c
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = savage_dri.so
|
||||
|
||||
# Doesn't exist yet.
|
||||
#MINIGLX_SOURCES = server/savage_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
savage_xmesa.c \
|
||||
savagedd.c \
|
||||
|
|
|
|||
|
|
@ -5,10 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = sis_dri.so
|
||||
|
||||
|
||||
# Not yet
|
||||
# MINIGLX_SOURCES = server/sis_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
sis6326_state.c \
|
||||
sis6326_clear.c \
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = tdfx_dri.so
|
||||
|
||||
# not yet
|
||||
# MINIGLX_SOURCES = server/tdfx_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
tdfx_context.c \
|
||||
tdfx_dd.c \
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = unichrome_dri.so
|
||||
|
||||
MINIGLX_SOURCES = server/via_dri.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
via_context.c \
|
||||
via_fb.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue