summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-09-01 12:20:10 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-09-03 11:22:47 -0700
commitafd6141934a0fb52fc1739a2a9992db3ac34682b (patch)
treeaaced01f3942d787da48ff12c5936bd7cac39e9d /src/mesa/drivers/dri/i965/Makefile
parentaee282faa74ea862064b91d847ddc279d2191b01 (diff)
intel: Add support for ARB_sync.
We currently weasel out of supporting the timeout parameter, but otherwise this extension looks ready, and should make the common case happy.
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile
index 128afb5686..6e9a9a29a3 100644
--- a/src/mesa/drivers/dri/i965/Makefile
+++ b/src/mesa/drivers/dri/i965/Makefile
@@ -26,6 +26,7 @@ DRIVER_SOURCES = \
intel_pixel_read.c \
intel_state.c \
intel_swapbuffers.c \
+ intel_syncobj.c \
intel_tex.c \
intel_tex_copy.c \
intel_tex_format.c \