OSDN Git Service

The types uint32_t and uint8_t are not used in Mesa tree.
authorVladimir Dergachev <volodya@freedesktop.org>
Thu, 16 Dec 2004 14:04:49 +0000 (14:04 +0000)
committerVladimir Dergachev <volodya@freedesktop.org>
Thu, 16 Dec 2004 14:04:49 +0000 (14:04 +0000)
Put a couple of defines to use GL counterparts.

src/mesa/drivers/dri/r300/r300_context.h

index d80bcc6..be27659 100644 (file)
@@ -54,6 +54,9 @@ typedef struct r300_context *r300ContextPtr;
 #include "radeon_lock.h"
 #include "mm.h"
 
+typedef GLuint uint32_t;
+typedef GLubyte uint8_t;
+
 
 static __inline__ uint32_t r300PackFloat32(float fl)
 {