summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.h
AgeCommit message (Expand)AuthorFilesLines
2014-01-20mesa: Add new get entrypoints for ARB_viewport_arrayCourtney Goeltzenleuchter1-0/+6
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-01-10mesa: Rename and wire-up GetInteger64i_vMatt Turner1-1/+1
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-2/+2
2011-04-26Squashed commit of the following:Brian Paul1-0/+4
2010-07-31mesa: Reduce header file inclusion in get.h.Vinson Lee1-1/+1
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg1-23/+3
2010-04-27es: Prefix the get* functions with _es1/2 so they don't conflictKristian Høgsberg1-0/+23
2009-12-30mesa: implement _mesa_GetStringi() for GL3Brian Paul1-0/+3
2009-12-29mesa: implement indexed glGet functionsBrian Paul1-0/+9
2009-09-03ARB sync: Add infrastructure for glGetInteger64vIan Romanick1-0/+3
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-7/+7
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-2/+4
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-4/+3
2000-11-22 Committing in .Jouk Jansen1-6/+6
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul1-11/+18
1999-09-09moved gl_GetString() into get.cBrian Paul1-1/+5
1999-08-19Initial revisionjtg1-0/+48