OSDN Git Service

intel: Add support for ARB_sync.
authorEric Anholt <eric@anholt.net>
Tue, 1 Sep 2009 19:20:10 +0000 (12:20 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 3 Sep 2009 18:22:47 +0000 (11:22 -0700)
commitafd6141934a0fb52fc1739a2a9992db3ac34682b
treeaaced01f3942d787da48ff12c5936bd7cac39e9d
parentaee282faa74ea862064b91d847ddc279d2191b01
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.
src/mesa/drivers/dri/i915/Makefile
src/mesa/drivers/dri/i915/intel_syncobj.c [new symlink]
src/mesa/drivers/dri/i965/Makefile
src/mesa/drivers/dri/i965/intel_syncobj.c [new symlink]
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_extensions.c
src/mesa/drivers/dri/intel/intel_syncobj.c [new file with mode: 0644]