gallium/swr: Fix glVertexPointer race condition.
[mesa.git] / src / gallium / drivers / swr / swr_context.h
index 82e6a6692f744c3ae547113cc0fe3ceb8cb92216..465357cc519769c0b6090d01706bb064503cb8ed 100644 (file)
@@ -53,7 +53,7 @@
 #define SWR_NEW_FRAMEBUFFER (1 << 15)
 #define SWR_NEW_CLIP (1 << 16)
 #define SWR_NEW_SO (1 << 17)
-#define SWR_LARGE_CLIENT_DRAW (1<<18) // Indicates client draw will block
+#define SWR_BLOCK_CLIENT_DRAW ( 1 << 18) // Indicates client draw will block
 
 namespace std
 {