summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-11-22added glXGetCurrentDisplay() for GLX 1.2Brian Paul
1999-11-22bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul
1999-11-22fixed potential bug in _mesa_ShadeModel()Brian Paul
1999-11-22added SET/CLEAR/TEST_BITS macros, misc clean-upBrian Paul
1999-11-22fixed shade model bug (A.Borrmann)Brian Paul
1999-11-22added pragma 4615 (Eero), added copyrightBrian Paul
1999-11-22removed redundant fxCloseHardware() declBrian Paul
1999-11-22added more ASM_SRCSAndre Werthmann
1999-11-19renamed struct gl_palette as struct gl_color_tableBrian Paul
1999-11-19updates for thread safetyBrian Paul
1999-11-19updates for Mesa 3.3Brian Paul
1999-11-19replace encounteed with encounteredBrian Paul
1999-11-19fixes for andree's drawarrays problemsKeith Whitwell
1999-11-18two fixes in gl_DrawArrays (Andree Borrman)Brian Paul
1999-11-18reordered the extensions and numbered themBrian Paul
1999-11-18fixed FX_grSstControl(), now returns FxBoolBrian Paul
1999-11-18removed unused fxTMNewTMFreeNode declBrian Paul
1999-11-18silence an uninitialized var warningBrian Paul
1999-11-18test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul
1999-11-18checked in the first new PIII vertex-transformation codeAndre Werthmann
1999-11-17fixed some glitches (Eero Pajarre)Brian Paul
1999-11-16make clean removes .lo .la and .libs/Brian Paul
1999-11-15fixed several texture state bugs found with objbug.c programBrian Paul
1999-11-15texture palette updateBrian Paul
1999-11-15include mem.hBrian Paul
1999-11-15fixed mistake in merge regarding texture palettesBrian Paul
1999-11-15update/merge with Daryll's X server changesBrian Paul
1999-11-15changed multi-include guard symbolBrian Paul
1999-11-13fixed SSE bugsJosh Vanderhoof
1999-11-12replaced EXT_color_table with EXT_paletted_textureBrian Paul
1999-11-12replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_textureBrian Paul
1999-11-12reordered some functionsBrian Paul
1999-11-12moved assembly-related macros from types.h to glheader.hBrian Paul
1999-11-12restored the gl_Viewport functionBrian Paul
1999-11-12 . More Watcom C++ warnings fixed in Mesa.Kendall Bennett
1999-11-12 . More fixed toKendall Bennett
1999-11-12added glxdpyinfoBrian Paul
1999-11-12initial check-inBrian Paul
1999-11-12 Workaround for the VMS 32 character maximum limit.Jouk Jansen
1999-11-12 . Updates to get X86, MXX and 3DNow assembler code working with WatcomKendall Bennett
1999-11-12added GL_EXT_texture_env_add extensionBrian Paul
1999-11-12added gl_extension_is_enabled()Brian Paul
1999-11-12added some braces to silence gcc warningsBrian Paul
1999-11-12minor clean-upsBrian Paul
1999-11-11changed a warning stringBrian Paul
1999-11-11ColorTableEXT clean-upBrian Paul
1999-11-11removed redundant extension prototypesBrian Paul
1999-11-11updated for new texture color palette structBrian Paul
1999-11-11don't include strings.h or stdio.hBrian Paul
1999-11-11added missing braces in array initializationsBrian Paul