summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/sis
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/sis')
-rw-r--r--src/mesa/drivers/dri/sis/sis_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/sis/sis_context.h b/src/mesa/drivers/dri/sis/sis_context.h
index 49b73c4fa2..320bf58c17 100644
--- a/src/mesa/drivers/dri/sis/sis_context.h
+++ b/src/mesa/drivers/dri/sis/sis_context.h
@@ -115,7 +115,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
#define SIS_MAX_TEXTURE_LEVELS 11
typedef struct {
- GLbyte *Data; /* Pointer to texture in offscreen */
+ GLubyte *Data; /* Pointer to texture in offscreen */
GLuint memType; /* VIDEO_TYPE or AGP_TYPE */
void *handle; /* Handle for sisFree*() */
GLuint pitch;