The types uint32_t and uint8_t are not used in Mesa tree.

Put a couple of defines to use GL counterparts.
This commit is contained in:
Vladimir Dergachev
2004-12-16 14:04:49 +00:00
parent 575700fbdc
commit 7771c92d35
+3
View 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)
{