summaryrefslogtreecommitdiff
path: root/src/intel_batchbuffer.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-07-27 12:59:39 -0400
committerKristian Høgsberg <krh@bitplanet.net>2010-07-27 12:59:53 -0400
commitfba6651a92af76d7a8d034e1acfdad5023cd311c (patch)
treedf3343bb6173ddb50a1dd99d50977c292166daa2 /src/intel_batchbuffer.h
parent34b9d45be6cb0c42f031677a0bda8a5013472ae8 (diff)
Drop use of GL types in the driver
Still used in i810 for building the glx visuals.
Diffstat (limited to 'src/intel_batchbuffer.h')
-rw-r--r--src/intel_batchbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_batchbuffer.h b/src/intel_batchbuffer.h
index bf9b2794..02997bab 100644
--- a/src/intel_batchbuffer.h
+++ b/src/intel_batchbuffer.h
@@ -51,7 +51,7 @@ static inline int intel_vertex_space(intel_screen_private *intel)
}
static inline void
-intel_batch_require_space(ScrnInfoPtr scrn, intel_screen_private *intel, GLuint sz)
+intel_batch_require_space(ScrnInfoPtr scrn, intel_screen_private *intel, unsigned int sz)
{
assert(sz < intel->batch_bo->size - 8);
if (intel_batch_space(intel) < sz)