projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
590f6fe
)
mesa: minor comments
author
Brian Paul
<brianp@vmware.com>
Thu, 12 Mar 2009 01:34:41 +0000
(19:34 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 12 Mar 2009 01:34:41 +0000
(19:34 -0600)
src/mesa/main/mtypes.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/mtypes.h
b/src/mesa/main/mtypes.h
index 44547f1b05eb6bb3dce2cb185971c8927b191565..31313549e5a629d61e3d6d1fded04e7052c8a177 100644
(file)
--- a/
src/mesa/main/mtypes.h
+++ b/
src/mesa/main/mtypes.h
@@
-932,12
+932,12
@@
struct gl_pixel_attrib
/*--- End Pixel Transfer State ---*/
- /*
Pixel
Zoom */
+ /*
* glPixel
Zoom */
GLfloat ZoomX, ZoomY;
/** GL_SGI_texture_color_table */
- GLfloat TextureColorTableScale[4];
- GLfloat TextureColorTableBias[4];
+ GLfloat TextureColorTableScale[4];
/**< RGBA */
+ GLfloat TextureColorTableBias[4];
/**< RGBA */
};