Add Intel 945GM support

Add rotation support
(Tungsten Graphics)
This commit is contained in:
Alan Hourihane
2006-01-23 10:10:48 +00:00
parent acd1f16b35
commit 39c492bb14
30 changed files with 1615 additions and 308 deletions

View File

@@ -47,6 +47,7 @@ do { \
(n), __FUNCTION__, intel->batch.space/4); \
if (intel->batch.space < (n)*4) \
intelFlushBatch(intel, GL_TRUE); \
if (intel->batch.space == intel->batch.size) intel->batch.func = __FUNCTION__; \
batch_ptr = intel->batch.ptr; \
} while (0)