summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul
2000-02-04added support for GL_RGB5_A1 internal texture format (Eero Pajarre)Brian Paul
2000-02-04pass IntFormat, not Format to fxTexGetFormatBrian Paul
2000-02-03added SUB_PIXEL_BITSBrian Paul
2000-02-03added point/line size limits to gl_constants structBrian Paul
2000-02-03added Const.SubPixelBitsBrian Paul
2000-02-03 Committing in .Jouk Jansen
2000-02-02minor clean-upsBrian Paul
2000-02-02changed _gl prefix to _mesa_ on fog functionsBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on depth funcsBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefix on blend funcsBrian Paul
2000-02-02replaced gl_ prefix with _mesa_ prefixBrian Paul
2000-02-02added check for IntegerAccumScaler > 0 in GL_RETURN caseBrian Paul
2000-02-02changed prefix to _mesa_ for a few accum functionsBrian Paul
2000-02-02try both single and double-buffered visualsBrian Paul
2000-02-02don't include dispatch.hBrian Paul
2000-02-02added commentsBrian Paul
2000-02-02include buffers.hBrian Paul
2000-02-02updated source filesBrian Paul
2000-02-02moved exec dispatch init to state.cBrian Paul
2000-02-02updated includes for source file reorgBrian Paul
2000-02-02moved state functions to state.cBrian Paul
2000-02-02removed glmisc.c, added buffers.c, hint.c, state.cBrian Paul
2000-02-02functions from context.cBrian Paul
2000-02-02functions from old glmisc.c fileBrian Paul
2000-02-02replace offset with functionOffset in generate_entrypoint()Brian Paul
2000-02-02changed > to >=Brian Paul
2000-02-02limit Drift to [0, 1]Brian Paul
2000-02-01patch for XFree86 buildingBrian Paul
2000-02-01added normal, vertex, viewport message stringsBrian Paul
2000-02-01added more message stringsBrian Paul
2000-01-31defined FLT_MIN if undefinedBrian Paul
2000-01-31added mutexes for thread safetyBrian Paul
2000-01-31added Mutex macrosBrian Paul
2000-01-31added _mesa_TexImage3DEXT()Brian Paul
2000-01-31added save_TexImage3DEXT()Brian Paul
2000-01-31removed unneeded \n charsBrian Paul
2000-01-31changed message format, added GL_EXT_texture3dBrian Paul
2000-01-31added more function templates, changed message formatBrian Paul
2000-01-31fixed protos for glTexImage3DEXT and GetDetailTexFuncSGISBrian Paul
2000-01-31added Josh's dynamic display assembly generatorBrian Paul
2000-01-31include conf.htanner
2000-01-28include glapioffset.h instead of ../glapioffsets.hBrian Paul
2000-01-28added -I. to .S.o ruleBrian Paul
2000-01-28renamed _glapi_CurrentContext to _glapi_ContextBrian Paul
2000-01-28removed actual GL entrypoints (glapitemp.h)Brian Paul
2000-01-28moved entrypoints here from glapi.cBrian Paul
2000-01-28enable/disable no-context warnings depending on MESA_DEBUGBrian Paul
2000-01-28added default template macrosBrian Paul
2000-01-28updated commentsBrian Paul