diff options
author | Mathias Fröhlich <[email protected]> | 2011-10-31 18:26:00 +0100 |
---|---|---|
committer | Mathias Fröhlich <[email protected]> | 2011-11-29 06:35:44 +0100 |
commit | f364ac1da10ff67eba5196c1074aff579864f741 (patch) | |
tree | 2b64ae3db5788847275e61c9bbe56199ab18763b /src/mesa/main/varray.c | |
parent | ed42c2580717527b2005580940fc766d95bb6b0b (diff) |
mesa: Make gl_array_object::_Enabled 64 bits.
Signed-off-by: Mathias Froehlich <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/varray.c')
-rw-r--r-- | src/mesa/main/varray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/varray.c b/src/mesa/main/varray.c index b85ab4992fe..da88eae0823 100644 --- a/src/mesa/main/varray.c +++ b/src/mesa/main/varray.c @@ -124,7 +124,7 @@ static void update_array(struct gl_context *ctx, const char *func, struct gl_client_array *array, - GLbitfield dirtyBit, GLbitfield legalTypesMask, + GLbitfield64 dirtyBit, GLbitfield legalTypesMask, GLint sizeMin, GLint sizeMax, GLint size, GLenum type, GLsizei stride, GLboolean normalized, GLboolean integer, |