summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_types.h
blob: 32b62848daafeb576e56837e31bac0695881c995 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef BRW_TYPES_H
#define BRW_TYPES_H

typedef GLuint uint32_t;
typedef GLubyte uint8_t;
typedef GLushort uint16_t;
/* no GLenum, translate all away */

typedef GLboolean uint8_t;

#endif