aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* Committing in .Jouk Jansen2000-02-111-5/+19
| | | | | | | | New compile support for FX on VMS Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* glDrawPixels w/ format=GL_COLOR_INDEX was brokenBrian Paul2000-02-081-4/+4
|
* Committing in .Jouk Jansen2000-02-081-2/+2
| | | | | | Modified Files: Mesa/src/descrip.mms ----------------------------------------------------------------------
* added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH() callsBrian Paul2000-02-081-4/+18
|
* 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-052-8/+7
|
* 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-031-1/+1
| | | | | | | | Updates effective and needed for VMS only Modified Files: Mesa/src/descrip.mms Mesa/src/glapitable.h ----------------------------------------------------------------------
* 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
|
* 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-022-4/+18
|
* functions from context.cBrian Paul2000-02-022-0/+1223
|
* functions from old glmisc.c fileBrian Paul2000-02-024-0/+840
|
* patch for XFree86 buildingBrian Paul2000-02-011-1/+11
|
* defined FLT_MIN if undefinedBrian Paul2000-01-311-1/+6
|
* added mutexes for thread safetyBrian Paul2000-01-313-5/+31
|
* added _mesa_TexImage3DEXT()Brian Paul2000-01-312-4/+22
|
* added save_TexImage3DEXT()Brian Paul2000-01-311-1/+17
|
* changed message format, added GL_EXT_texture3dBrian Paul2000-01-311-3/+17
|
* added -I. to .S.o ruleBrian Paul2000-01-281-4/+3
|
* renamed _glapi_CurrentContext to _glapi_ContextBrian Paul2000-01-282-8/+9
|
* moved entrypoints here from glapi.cBrian Paul2000-01-281-1/+64
|
* enable/disable no-context warnings depending on MESA_DEBUGBrian Paul2000-01-281-3/+12
|
* fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul2000-01-251-11/+17
|
* changed VB_MAX, no longer dependant on FX symbolBrian Paul2000-01-241-7/+4
|
* replaced HashLookup() with _mesa_HashLookup()Brian Paul2000-01-241-2/+2
|
* prefixed hash functions with _mesa_Brian Paul2000-01-245-59/+59
|
* added new SVGA driver filesBrian Paul2000-01-231-1/+6
|
* replaced some spaces with a tabBrian Paul2000-01-181-3/+3
|
* generic_noop() now returns 0Brian Paul2000-01-181-4/+5
|
* renamed CURRENT_INPUT to _mesa_CurrentInputBrian Paul2000-01-182-7/+7
|
* added X86-optimized message for MESA_INFOBrian Paul2000-01-171-2/+7
|
* added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul2000-01-171-2/+10
|
* Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul2000-01-171-25/+29
|