swrast: Header style cleanup
* Functions are pushed out one tab due to very long types
This commit is contained in:
@@ -85,12 +85,12 @@ private:
|
|||||||
|
|
||||||
GLchan fClearColor[4]; // buffer clear color
|
GLchan fClearColor[4]; // buffer clear color
|
||||||
GLuint fClearIndex; // buffer clear color index
|
GLuint fClearIndex; // buffer clear color index
|
||||||
GLuint fWidth, fNewWidth;
|
|
||||||
GLuint fHeight, fNewHeight;
|
|
||||||
color_space fColorSpace;
|
|
||||||
|
|
||||||
//GLvoid* fRowAddr[MAX_HEIGHT];
|
GLuint fWidth;
|
||||||
// address of first pixel in each image row
|
GLuint fHeight;
|
||||||
|
GLuint fNewWidth;
|
||||||
|
GLuint fNewHeight;
|
||||||
|
color_space fColorSpace;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // MESASOFTWARERENDERER_H
|
#endif // MESASOFTWARERENDERER_H
|
||||||
|
|||||||
Reference in New Issue
Block a user