summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added support for separate read/draw buffers per contextBrian Paul1999-11-2411-150/+176
* removed version loggingBrian Paul1999-11-241-21/+1
* bumped version to 3.3Brian Paul1999-11-243-58/+9
* added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul1999-11-241-6/+26
* added a few more GLX 1.3 tokensBrian Paul1999-11-241-1/+3
* renamed near and far arguments to gluUnProject4()Brian Paul1999-11-241-2/+2
* added GLU 1.3 functionsBrian Paul1999-11-231-4/+51
* another typoKeith Whitwell1999-11-231-2/+2
* added GLX 1.3 tokens and functionsBrian Paul1999-11-231-13/+122
* added GLX 1.3 functionsBrian Paul1999-11-231-1/+159
* added _mesa_clip_pixelrect()Brian Paul1999-11-222-2/+53
* clean up of version handling, removed GLX_EXT_get_proc_address stringBrian Paul1999-11-221-11/+31
* removed GLU_EXT_get_proc_address from ext stringsBrian Paul1999-11-221-3/+6
* changed comment for WriteRGBSpan()Brian Paul1999-11-221-4/+3
* added glXGetCurrentDisplay() for GLX 1.2Brian Paul1999-11-224-4/+43
* bumped GLX version to 1.2, added glXGetCurrentDisplay()Brian Paul1999-11-221-1/+7
* fixed potential bug in _mesa_ShadeModel()Brian Paul1999-11-221-5/+8
* added SET/CLEAR/TEST_BITS macros, misc clean-upBrian Paul1999-11-221-38/+38
* fixed shade model bug (A.Borrmann)Brian Paul1999-11-221-2/+8
* added pragma 4615 (Eero), added copyrightBrian Paul1999-11-221-0/+28
* removed redundant fxCloseHardware() declBrian Paul1999-11-221-1/+0
* added more ASM_SRCSAndre Werthmann1999-11-221-1/+7
* renamed struct gl_palette as struct gl_color_tableBrian Paul1999-11-192-8/+8
* updates for thread safetyBrian Paul1999-11-191-572/+1113
* updates for Mesa 3.3Brian Paul1999-11-192-55/+49
* replace encounteed with encounteredBrian Paul1999-11-191-2/+5
* fixes for andree's drawarrays problemsKeith Whitwell1999-11-191-7/+18
* two fixes in gl_DrawArrays (Andree Borrman)Brian Paul1999-11-181-1/+4
* reordered the extensions and numbered themBrian Paul1999-11-181-225/+224
* fixed FX_grSstControl(), now returns FxBoolBrian Paul1999-11-182-15/+18
* removed unused fxTMNewTMFreeNode declBrian Paul1999-11-181-1/+0
* silence an uninitialized var warningBrian Paul1999-11-181-1/+3
* test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul1999-11-181-3/+3
* checked in the first new PIII vertex-transformation codeAndre Werthmann1999-11-185-10/+72
* fixed some glitches (Eero Pajarre)Brian Paul1999-11-172-6/+19
* make clean removes .lo .la and .libs/Brian Paul1999-11-162-20/+6
* fixed several texture state bugs found with objbug.c programBrian Paul1999-11-151-12/+4
* texture palette updateBrian Paul1999-11-151-14/+14
* include mem.hBrian Paul1999-11-151-0/+1
* fixed mistake in merge regarding texture palettesBrian Paul1999-11-151-14/+14
* update/merge with Daryll's X server changesBrian Paul1999-11-1510-712/+1872
* changed multi-include guard symbolBrian Paul1999-11-152-10/+8
* fixed SSE bugsJosh Vanderhoof1999-11-131-17/+17
* replaced EXT_color_table with EXT_paletted_textureBrian Paul1999-11-123-6/+6
* replaced _GLAPI_EXT_color_table with _GLAPI_EXT_paletted_textureBrian Paul1999-11-122-9/+9
* reordered some functionsBrian Paul1999-11-121-63/+63
* moved assembly-related macros from types.h to glheader.hBrian Paul1999-11-121-2/+40
* restored the gl_Viewport functionBrian Paul1999-11-122-4/+22
* . More Watcom C++ warnings fixed in Mesa.Kendall Bennett1999-11-122-3/+9
* . More fixed toKendall Bennett1999-11-122-2/+0