summaryrefslogtreecommitdiff
path: root/src/mesa/main/enums.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2014-12-16mesa: put extern "C" in header filesBrian Paul1-0/+11
2013-09-23mesa: Remove _mesa_lookup_enum_by_name().Eric Anholt1-2/+0
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-10-17Finish _HAVE_FULL_GL removalMatt Turner1-12/+0
2011-01-20Fix the build from 887d2b64Ian Romanick1-1/+1
2011-01-20mesa: clean-up _mesa_lookup_prim_by_nr()Brian Paul1-1/+1
2010-11-11mesa: #include mfeatures.h in enums.hBrian Paul1-0/+1
2009-06-30mesa: add debug printer for primitive nameKeith Whitwell1-0/+6
2006-08-25Remove XFree86 CVS keyword.Brian Paul1-3/+3
2004-12-14uint*t -> u_int*t changesAlan Hourihane1-2/+2
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-1/+1
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-0/+22
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-7/+7
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-3/+3
1999-08-19Initial revisionjtg1-0/+34