summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add new get entrypoints for ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-0/+6
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: Rename and wire-up GetInteger64i_vMatt Turner2013-01-101-1/+1
* mesa: Standardize names of OpenGL functions.Paul Berry2012-11-121-2/+2
* Squashed commit of the following:Brian Paul2011-04-261-0/+4
* mesa: Reduce header file inclusion in get.h.Vinson Lee2010-07-311-1/+1
* mesa: Optimize get.c by using a table-driven approachKristian Høgsberg2010-05-111-23/+3
* es: Prefix the get* functions with _es1/2 so they don't conflictKristian Høgsberg2010-04-271-0/+23
* mesa: implement _mesa_GetStringi() for GL3Brian Paul2009-12-301-0/+3
* mesa: implement indexed glGet functionsBrian Paul2009-12-291-0/+9
* ARB sync: Add infrastructure for glGetInteger64vIan Romanick2009-09-031-0/+3
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-7/+7
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-2/+4
* 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-4/+3
* Committing in .Jouk Jansen2000-11-221-6/+6
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-11/+18
* moved gl_GetString() into get.cBrian Paul1999-09-091-1/+5
* Initial revisionjtg1999-08-191-0/+48