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/i915/intel_syncobj.c | |
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/i915/intel_syncobj.c')
l--------- | src/mesa/drivers/dri/i915/intel_syncobj.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i915/intel_syncobj.c b/src/mesa/drivers/dri/i915/intel_syncobj.c new file mode 120000 index 00000000000..0b2e56ab246 --- /dev/null +++ b/src/mesa/drivers/dri/i915/intel_syncobj.c @@ -0,0 +1 @@ +../intel/intel_syncobj.c
\ No newline at end of file |