aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enums.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: add debug printer for primitive nameKeith Whitwell2009-06-301-0/+6
| | | | | | Add a simple version of _mesa_lookup_enum_by_nr() which expects a primitive enum (GL_POINTS..GL_POLYGON). This avoids some annoying duplicates when looking up primitives, such as the GL_FALSE/GL_POINTS clash.
* Remove XFree86 CVS keyword.Brian Paul2006-08-251-3/+3
|
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
|
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-1/+1
| | | | of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-0/+22
|
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-7/+7
|
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-3/+3
|
* Initial revisionjtg1999-08-191-0/+34