aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/enums.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the build from 887d2b64Ian Romanick2011-01-201-1/+1
| | | | | Thanks to all the include frobbing, GLuint is not known in some places that included enums.h.
* mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul2011-01-201-1/+1
| | | | Remove the redundant public _mesa_prim_name[] array.
* mesa: #include mfeatures.h in enums.hBrian Paul2010-11-111-0/+1
|
* 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