summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorGareth Hughes <gareth@valinux.com>2001-03-27 19:18:02 +0000
committerGareth Hughes <gareth@valinux.com>2001-03-27 19:18:02 +0000
commit19d1e432612cf7db797da11793b13a6c1c6aac16 (patch)
tree7f8d8af439b33ecb2ed4eb815766a79492930601 /src/mesa/main/mtypes.h
parenta767bff929b6c6e9e525402c522972aa0b05d065 (diff)
Updates required for DRI drivers on mesa-3-5-branch.
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index c261756b5b..5aa3619e62 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1,4 +1,4 @@
-/* $Id: mtypes.h,v 1.32 2001/03/26 19:42:40 brianp Exp $ */
+/* $Id: mtypes.h,v 1.33 2001/03/27 19:18:02 gareth Exp $ */
/*
* Mesa 3-D graphics library
@@ -779,6 +779,9 @@ typedef void (*FetchTexelFunc)( const struct gl_texture_image *texImage,
struct gl_texture_format {
GLint IntFormat; /* One of the MESA_FORMAT_* values */
+ GLenum BaseFormat;
+ GLenum BaseType;
+
GLubyte RedBits; /* Bits per texel component */
GLubyte GreenBits;
GLubyte BlueBits;