summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul2000-02-103-109/+33
* include readtex.hBrian Paul2000-02-101-0/+1
* initial checkinBrian Paul2000-02-101-0/+17
* added GLCALLBACKPCAST for Cygnus (Sven Panne)Brian Paul2000-02-101-1/+7
* added OpenStep to LIB_FILESBrian Paul2000-02-101-2/+3
* udpated version/copyright infoBrian Paul2000-02-098-16/+16
* removed fxDDBufferSize protoBrian Paul2000-02-091-4/+2
* updated fxDDGetString() for DRIBrian Paul2000-02-091-46/+72
* updated version infoBrian Paul2000-02-093-35/+18
* glDrawPixels w/ format=GL_COLOR_INDEX was brokenBrian Paul2000-02-081-4/+4
* Committing in .Jouk Jansen2000-02-081-2/+2
* added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() callsBrian Paul2000-02-081-4/+18
* in fxSelectSingleTMUSrc_NoLock(), added check for haveTwoTMUs (Neal Tringham)Brian Paul2000-02-061-13/+17
* clearing depth buffer failed when clearing front color bufferBrian Paul2000-02-061-17/+19
* updated with new infoBrian Paul2000-02-061-6/+19
* added missing glGet cases for GL_EXT_compiled_vertex_arrayBrian Paul2000-02-061-1/+25
* disabled locked arrays in glDrawRangeElements()Brian Paul2000-02-051-1/+11
* GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul2000-02-053-11/+10
* added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul2000-02-041-7/+89
* pass IntFormat, not Format to fxTexGetFormatBrian Paul2000-02-041-1/+1
* added SUB_PIXEL_BITSBrian Paul2000-02-031-2/+5
* added point/line size limits to gl_constants structBrian Paul2000-02-032-49/+71
* added Const.SubPixelBitsBrian Paul2000-02-032-6/+7
* Committing in .Jouk Jansen2000-02-032-2/+6
* minor clean-upsBrian Paul2000-02-021-4/+4
* changed _gl prefix to _mesa_ on fog functionsBrian Paul2000-02-023-19/+30
* replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul2000-02-024-28/+32
* replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul2000-02-022-39/+49
* replaced gl_ prefix with _mesa_ prefixBrian Paul2000-02-022-52/+21
* added check for IntegerAccumScaler > 0 in GL_RETURN caseBrian Paul2000-02-021-2/+2
* changed prefix to _mesa_ for a few accum functionsBrian Paul2000-02-023-12/+13
* try both single and double-buffered visualsBrian Paul2000-02-021-9/+21
* don't include dispatch.hBrian Paul2000-02-022-4/+2
* added commentsBrian Paul2000-02-022-2/+24
* include buffers.hBrian Paul2000-02-021-1/+2
* updated source filesBrian Paul2000-02-021-8/+8
* moved exec dispatch init to state.cBrian Paul2000-02-021-567/+2
* updated includes for source file reorgBrian Paul2000-02-026-18/+13
* moved state functions to state.cBrian Paul2000-02-022-637/+32
* removed glmisc.c, added buffers.c, hint.c, state.cBrian Paul2000-02-023-6/+32
* functions from context.cBrian Paul2000-02-022-0/+1223
* functions from old glmisc.c fileBrian Paul2000-02-024-0/+840
* replace offset with functionOffset in generate_entrypoint()Brian Paul2000-02-021-2/+2
* changed > to >=Brian Paul2000-02-021-2/+5
* limit Drift to [0, 1]Brian Paul2000-02-021-1/+6
* patch for XFree86 buildingBrian Paul2000-02-011-1/+11
* added normal, vertex, viewport message stringsBrian Paul2000-02-011-37/+43
* added more message stringsBrian Paul2000-02-011-59/+59
* defined FLT_MIN if undefinedBrian Paul2000-01-311-1/+6
* added mutexes for thread safetyBrian Paul2000-01-313-5/+31