summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
Commit message (Expand)AuthorAgeFilesLines
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-17/+17
* removed driver RendererString() and ExtensionString() funcsBrian Paul2000-02-171-37/+22
* added missing glGet cases for GL_EXT_compiled_vertex_arrayBrian Paul2000-02-061-1/+25
* GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul2000-02-051-4/+3
* added point/line size limits to gl_constants structBrian Paul2000-02-031-46/+57
* added Const.SubPixelBitsBrian Paul2000-02-031-5/+5
* added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul2000-01-171-2/+10
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-101-2/+121
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-30/+55
* added glGet cases for vertex array enable stateBrian Paul1999-10-171-4/+73
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-4/+7
* changed version string to return 1.2Brian Paul1999-09-161-2/+2
* moved gl_GetString() into get.cBrian Paul1999-09-091-1/+50
* Initial revisionjtg1999-08-191-0/+3692