mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 15:48:36 +02:00
Add drirenderbuffer.c to COMMON_SOURCES
This commit is contained in:
parent
eae0439ae6
commit
b3e878ad90
14 changed files with 14 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ COMMON_SOURCES = \
|
|||
../common/texmem.c \
|
||||
../common/vblank.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/dri_util.c \
|
||||
../common/glcontextmodes.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/xmlconfig.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = r200_context.c \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ COMMON_SOURCES = \
|
|||
../common/vblank.c \
|
||||
../common/xmlconfig.c \
|
||||
../common/dri_util.c \
|
||||
../common/drirenderbuffer.c \
|
||||
../common/glcontextmodes.c
|
||||
|
||||
DRIVER_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue