diff options
author | Eric Anholt <[email protected]> | 2008-02-02 02:54:13 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-02-04 18:24:16 -0800 |
commit | 5857e988be9317810cf713478195b4ed849eea4a (patch) | |
tree | 68477757d608fe7b4ed250ff4bfb038bb95e5dd7 /src/mesa/main/varray.h | |
parent | 2abcc512a3ce81bc11ff2b45a2208d3400a2385d (diff) |
Allow first != 0 in mesa CVA handling, and add more error checking.
Diffstat (limited to 'src/mesa/main/varray.h')
-rw-r--r-- | src/mesa/main/varray.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/main/varray.h b/src/mesa/main/varray.h index 3589735f684..bb2d21b469b 100644 --- a/src/mesa/main/varray.h +++ b/src/mesa/main/varray.h @@ -146,6 +146,11 @@ _mesa_MultiModeDrawElementsIBM( const GLenum * mode, const GLsizei * count, GLenum type, const GLvoid * const * indices, GLsizei primcount, GLint modestride ); +extern void GLAPIENTRY +_mesa_LockArraysEXT(GLint first, GLsizei count); + +extern void GLAPIENTRY +_mesa_UnlockArraysEXT( void ); extern void _mesa_init_varray( GLcontext * ctx ); |