diff options
author | Laura Ekstrand <[email protected]> | 2015-02-09 15:39:53 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-02-27 11:11:45 -0800 |
commit | 0fad07af9aa9855ebdff5eabeef6419449e2996c (patch) | |
tree | 8f8fad554e181a9811f91c31f3f04f7de1eef158 /src | |
parent | da85ab4b655a28cec33a81dae78ebe375fef9aa1 (diff) |
main: Fix whitespace in teximage.c.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/teximage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 5be7db64c5f..6e45cc927cc 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -5149,7 +5149,7 @@ _mesa_validate_texbuffer_format(const struct gl_context *ctx, void _mesa_texture_buffer_range(struct gl_context *ctx, - struct gl_texture_object *texObj, GLenum target, + struct gl_texture_object *texObj, GLenum target, GLenum internalFormat, struct gl_buffer_object *bufObj, GLintptr offset, GLsizeiptr size, bool range, |