summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/radeon_lock.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2007-03-29 09:42:37 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2007-04-29 13:52:48 +0200
commitc409dbcae3607e6f83f50a28d9bbb51f5ad51be4 (patch)
tree9ed72037860cbd9ce5326103f3f86972e9418a18 /src/mesa/drivers/dri/r300/radeon_lock.h
parentcbf280dc26efa2ad6a8514cd110dcdfcb7c20bd9 (diff)
r300: Page flipping fixes.
Mostly making sure the page flipping state is respected when necessary.
Diffstat (limited to 'src/mesa/drivers/dri/r300/radeon_lock.h')
-rw-r--r--src/mesa/drivers/dri/r300/radeon_lock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/radeon_lock.h b/src/mesa/drivers/dri/r300/radeon_lock.h
index 632329fde1..b11ddf0895 100644
--- a/src/mesa/drivers/dri/r300/radeon_lock.h
+++ b/src/mesa/drivers/dri/r300/radeon_lock.h
@@ -41,6 +41,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "radeon_context.h"
extern void radeonGetLock(radeonContextPtr radeon, GLuint flags);
+extern void radeonUpdatePageFlipping(radeonContextPtr radeon);
/* Turn DEBUG_LOCKING on to find locking conflicts.
*/