summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/Makefile
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2009-01-26 11:53:06 -0700
committerBrian Paul <[email protected]>2009-01-26 12:39:28 -0700
commit6fcebbe719eab1f8e292c8dcd6c3e898b0f8d261 (patch)
treecbb3838cfff660a840a4857a5502629b629592a3 /src/mesa/drivers/dri/i915/Makefile
parent3b23a8e07d59ff6ee766e7d3eb384137279a5250 (diff)
intel: Move swap-related functions from intel_buffers.c to new intel_swapbuffers.c
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r--src/mesa/drivers/dri/i915/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile
index 5652f9e4bd0..0abf47b8302 100644
--- a/src/mesa/drivers/dri/i915/Makefile
+++ b/src/mesa/drivers/dri/i915/Makefile
@@ -34,6 +34,7 @@ DRIVER_SOURCES = \
intel_pixel_read.c \
intel_buffers.c \
intel_blit.c \
+ intel_swapbuffers.c \
i915_tex.c \
i915_texstate.c \
i915_context.c \