summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-11-24removed version loggingBrian Paul
1999-11-24bumped version to 3.3Brian Paul
1999-11-24added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul
1999-11-24added a few more GLX 1.3 tokensBrian Paul
1999-11-24renamed near and far arguments to gluUnProject4()Brian Paul
1999-11-23added GLU 1.3 functionsBrian Paul
1999-11-23another typoKeith Whitwell
1999-11-23added GLX 1.3 tokens and functionsBrian Paul
1999-11-23added GLX 1.3 functionsBrian Paul
1999-11-22added _mesa_clip_pixelrect()Brian Paul
1999-11-22clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul
1999-11-22removed GLU_EXT_get_proc_address from ext stringsBrian Paul
1999-11-22changed comment for WriteRGBSpan()Brian Paul
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