Replace the check_aperture API with one we can make thread-safe.
authorEric Anholt <eric@anholt.net>
Fri, 8 Aug 2008 20:13:46 +0000 (13:13 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 8 Aug 2008 20:58:29 +0000 (13:58 -0700)
commit46e9274e8538e5b0517f611dca99dde611f4e95d
treebd2dac93efeb25aa62d08ea01cd95317ed3d116a
parent5968e061db90451b19c3948bbd91c6d5ac9af941
Replace the check_aperture API with one we can make thread-safe.

While the bufmgr isn't thread-safe at the moment, we need it to be for shared
objects between contexts.
libdrm/dri_bufmgr.c
libdrm/dri_bufmgr.h
libdrm/intel/intel_bufmgr_fake.c
libdrm/intel/intel_bufmgr_gem.c