From 7771c92d3548cd0964f79af6b2c3e002b83935ab Mon Sep 17 00:00:00 2001 From: Vladimir Dergachev Date: Thu, 16 Dec 2004 14:04:49 +0000 Subject: The types uint32_t and uint8_t are not used in Mesa tree. Put a couple of defines to use GL counterparts. --- src/mesa/drivers/dri/r300/r300_context.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/drivers') diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h index d80bcc689f..be27659259 100644 --- a/src/mesa/drivers/dri/r300/r300_context.h +++ b/src/mesa/drivers/dri/r300/r300_context.h @@ -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) { -- cgit v1.2.3