Add drirenderbuffer.c to COMMON_SOURCES
authorAdam Jackson <ajax@freedesktop.org>
Wed, 4 May 2005 22:05:02 +0000 (22:05 +0000)
committerAdam Jackson <ajax@freedesktop.org>
Wed, 4 May 2005 22:05:02 +0000 (22:05 +0000)
14 files changed:
src/mesa/drivers/dri/ffb/Makefile
src/mesa/drivers/dri/gamma/Makefile
src/mesa/drivers/dri/i810/Makefile
src/mesa/drivers/dri/i830/Makefile
src/mesa/drivers/dri/i915/Makefile
src/mesa/drivers/dri/mach64/Makefile
src/mesa/drivers/dri/mga/Makefile
src/mesa/drivers/dri/r128/Makefile
src/mesa/drivers/dri/r200/Makefile
src/mesa/drivers/dri/s3v/Makefile
src/mesa/drivers/dri/savage/Makefile
src/mesa/drivers/dri/sis/Makefile
src/mesa/drivers/dri/trident/Makefile
src/mesa/drivers/dri/unichrome/Makefile

index 564832d5ee6bb5dd9d7999f50d6cd67d17cf7f10..57592d7db9f9524f7401b50a7fc3a650e3081f6a 100644 (file)
@@ -16,6 +16,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index e95518eada799928016465106373d8ba27b3d1c7..64b6c13ba0dbc6860a47e2f5cb62c1b761e98e2b 100644 (file)
@@ -15,6 +15,7 @@ COMMON_SOURCES = \
        ../common/texmem.c \
        ../common/vblank.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index 5faaa5b3596664ccde7619ee03b1af69685245fb..70510b92cb321402cb0a708bd87fa4ed42041592 100644 (file)
@@ -16,6 +16,7 @@ COMMON_SOURCES = \
         ../common/vblank.c \
        ../common/dri_util.c \
        ../common/glcontextmodes.c \
+       ../common/drirenderbuffer.c \
        ../common/xmlconfig.c
 
 DRIVER_SOURCES = \
index d2db225c7d06d81b3c8ca292024bfb99efcf53c2..411af2b3749c3aa6f1c16ef133ade235bd5c4fce 100644 (file)
@@ -13,6 +13,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index acf78d7526b85b85d8436ad1e046b8267ed3088b..7565a00465fe6024815d4cb806664faced9dedbd 100644 (file)
@@ -13,6 +13,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index 4fd3e26a3a3465c343d873cfe761a9234c6511d1..352c7bba61c35986a9a550d5a9bcc535795b5b68 100644 (file)
@@ -16,6 +16,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index 80089e75472c7a77610b9f12d353c54be5e66772..51ece86bc2cba156e7d2b6fa4ae61b5d14e54dd4 100644 (file)
@@ -15,6 +15,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index 01d912c89da5f3d4ed2145d71448d44296ef6bf2..5cd518e9bc4ccf2a028e20aa94d6834d9af00e69 100644 (file)
@@ -15,6 +15,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index f50ccd13895ab00eefd41f2955f362b9f2c79efa..324e549922587df24c9d95c6c60d0869b74f1f56 100644 (file)
@@ -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 \
index 2167ac868398678493ac6a4ac90860eb5ba7612d..2c7bafaa03532de823ae8c9c6310e40f10cbaaa9 100644 (file)
@@ -16,6 +16,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index 204c3b03cba2ff500309c2fcc73fa40639b1e825..243559f5bf2ef3ed9bb80ec8a149cdc37fd54663 100644 (file)
@@ -16,6 +16,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index 1135d61404b19d5e4c4243803623294b850ec5b8..254800a4aad6d90f5815e3be48422889ef9dc1d3 100644 (file)
@@ -17,6 +17,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index f895500940a8681cd1c04caa24de0f922bc2b494..69d674d528b51e63782f4c43897898376519d13f 100644 (file)
@@ -16,6 +16,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \
index 3c9203636e3afed184ad83c0d15449bb5f7445a3..30d1200733ec5bd5cdef5b9a52c562d5a1d133f0 100644 (file)
@@ -15,6 +15,7 @@ COMMON_SOURCES = \
        ../common/vblank.c \
        ../common/xmlconfig.c \
        ../common/dri_util.c \
+       ../common/drirenderbuffer.c \
        ../common/glcontextmodes.c
 
 DRIVER_SOURCES = \