diff options
author | Eric Anholt <[email protected]> | 2009-09-01 12:20:10 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-09-03 11:22:47 -0700 |
commit | afd6141934a0fb52fc1739a2a9992db3ac34682b (patch) | |
tree | aaced01f3942d787da48ff12c5936bd7cac39e9d /src/mesa/drivers/dri/i965 | |
parent | aee282faa74ea862064b91d847ddc279d2191b01 (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')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile | 1 | ||||
l--------- | src/mesa/drivers/dri/i965/intel_syncobj.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile b/src/mesa/drivers/dri/i965/Makefile index 128afb56866..6e9a9a29a39 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 \ diff --git a/src/mesa/drivers/dri/i965/intel_syncobj.c b/src/mesa/drivers/dri/i965/intel_syncobj.c new file mode 120000 index 00000000000..0b2e56ab246 --- /dev/null +++ b/src/mesa/drivers/dri/i965/intel_syncobj.c @@ -0,0 +1 @@ +../intel/intel_syncobj.c
\ No newline at end of file |