projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94367b
)
mesa: s/GLint/GLsizei/ for consistency
author
Brian Paul
<brianp@vmware.com>
Wed, 22 Jul 2015 00:35:38 +0000
(18:35 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 22 Jul 2015 00:35:38 +0000
(18:35 -0600)
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/dd.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/dd.h
b/src/mesa/main/dd.h
index ae01770cce4b210ea79dfdd462c8b1b751bcaebb..87eb63ea3748fadfcc03b01bd4956bdae5aa5cf8 100644
(file)
--- a/
src/mesa/main/dd.h
+++ b/
src/mesa/main/dd.h
@@
-328,7
+328,7
@@
struct dd_function_table {
void (*CompressedTexSubImage)(struct gl_context *ctx, GLuint dims,
struct gl_texture_image *texImage,
GLint xoffset, GLint yoffset, GLint zoffset,
- GLsizei width, GL
int height, GLint
depth,
+ GLsizei width, GL
sizei height, GLsizei
depth,
GLenum format,
GLsizei imageSize, const GLvoid *data);