locking fixes (Martijn Van Oosterhout)

This commit is contained in:
Brian Paul
2006-06-26 19:59:38 +00:00
parent 78a6000cf2
commit 199729ff27
+6
View File
@@ -123,6 +123,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
* Depth buffer
*/
/* These functions require locking */
#undef HW_LOCK
#undef HW_UNLOCK
#define HW_LOCK() LOCK_HARDWARE(R128_CONTEXT(ctx));
#define HW_UNLOCK() UNLOCK_HARDWARE(R128_CONTEXT(ctx));
/* 16-bit depth buffer functions
*/