mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.
This commit is contained in:
parent
aaaf38d372
commit
b3981ab6e6
18 changed files with 36 additions and 14 deletions
|
|
@ -8,8 +8,6 @@ include $(TOP)/configs/current
|
|||
DEFINES += -DGLX_DIRECT_RENDERING
|
||||
|
||||
C_SOURCES = \
|
||||
dri_util.c \
|
||||
glcontextmodes.c \
|
||||
xf86drm.c \
|
||||
xf86drmHash.c \
|
||||
xf86drmRandom.c \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ COMMON_SOURCES = \
|
|||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
ffb_bitmap.c \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ COMMON_SOURCES = \
|
|||
../common/mm.c \
|
||||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c
|
||||
../common/vblank.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
gamma_context.c \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ COMMON_SOURCES = \
|
|||
../common/mm.c \
|
||||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c
|
||||
../common/vblank.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
i810context.c \
|
||||
|
|
|
|||
|
|
@ -11,7 +11,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
i830_context.c \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
mach64_context.c \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
mgadd.c \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
r128_context.c \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = r200_context.c \
|
||||
r200_ioctl.c \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
radeon_context.c \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
sis_alloc.c \
|
||||
|
|
|
|||
|
|
@ -14,7 +14,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
tdfx_context.c \
|
||||
|
|
|
|||
|
|
@ -13,7 +13,9 @@ COMMON_SOURCES = \
|
|||
../common/utils.c \
|
||||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/xmlconfig.c
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
via_context.c \
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ LIBNAME = x11_dri.so
|
|||
|
||||
DRIVER_SOURCES = x11_dri.c \
|
||||
$(TOP)/src/mesa/drivers/common/driverfuncs.c \
|
||||
../dri_client/dri_util.c \
|
||||
../common/dri_util.c \
|
||||
../../x11/xm_api.c \
|
||||
../../x11/xm_dd.c \
|
||||
../../x11/xm_line.c \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue