summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Committing in .Jouk Jansen1999-12-062-5/+17
* Removed axis-aligned plane projection stuff. I received a patch thatGareth Hughes1999-12-052-4/+2
* Fixed contour orientation issues, so clockwise input contours will beGareth Hughes1999-12-052-453/+519
* Clearing stencil buffer now observes the stencil write maskBrian Paul1999-12-041-92/+118
* minor stencil-related changesBrian Paul1999-12-041-3/+3
* added glCopyPixels bug fixBrian Paul1999-12-031-2/+3
* added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul1999-12-021-0/+1
* Fixed bug in tessellatin for xlockmore's text3d screensaver. TheGareth Hughes1999-12-022-6/+10
* gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul1999-12-011-38/+45
* check ctx before dereferencing itKeith Whitwell1999-12-011-2/+2
* Normal, stipple and varray bug fixesKeith Whitwell1999-12-011-1/+2
* fxInitPixelTables() change for Voodoo 1/2 vs 3Brian Paul1999-12-011-2/+12
* print debug info in gl_make_current() if MESA_INFO env var setBrian Paul1999-11-301-2/+18
* Fixed errors associated with Win32 build warnings.Gareth Hughes1999-11-292-9/+9
* removed Mesa-ismsBrian Paul1999-11-271-3/+1
* updated for 3.1Brian Paul1999-11-271-2/+2
* added a few prototypes for BeOS/g++Brian Paul1999-11-271-1/+4
* added a cast to silence a g++ warningBrian Paul1999-11-271-10/+16
* generate Z values when fog enabled (Andree Borrmann)Brian Paul1999-11-261-161/+416
* allow drivers to request fog coordinatesKeith Whitwell1999-11-255-132/+195
* bumped version to 3.1Brian Paul1999-11-243-13/+22
* bumped version to 3.1, updated copyrightBrian Paul1999-11-241-30/+17
* another typoKeith Whitwell1999-11-231-2/+2
* Glide3 now uses the same layout as Glide2.Miklos Fazekas1999-11-231-11/+11
* fixed new cut/paste error in FX_grSstWinOpen() callBrian Paul1999-11-231-2/+0
* removed GL_EXT_get_proc_address from ext stringsBrian Paul1999-11-221-3/+3
* removed GLU_EXT_get_proc_address from ext stringBrian Paul1999-11-221-2/+5
* potential bug fix and clean-up in gl_ShadeModel()Brian Paul1999-11-221-193/+46
* fixed shade model bug (A.Borrmann)Brian Paul1999-11-221-44/+27
* added pragma 4615 (Eero), added copyrightBrian Paul1999-11-221-0/+28
* removed redundant fxCloseHardware() declBrian Paul1999-11-221-1/+0
* removed reference to GL_EXT_texture_env_addBrian Paul1999-11-221-9/+2
* Fixed FXMESA_USE_ARGB.Miklos Fazekas1999-11-211-53/+60
* Created the correct pixel table with:FXMESA_USE_ARGB.Miklos Fazekas1999-11-211-1/+6
* Added gl_extension_is_enabled.Miklos Fazekas1999-11-201-2/+2
* Fixed exterior intersection point insertion. Removed flag from vertexGareth Hughes1999-11-201-3/+1
* replace encounteed with encounteredBrian Paul1999-11-191-2/+5
* Removed #ifdef form inside a macro call.Miklos Fazekas1999-11-191-6/+10
* Added GL_ADD.Miklos Fazekas1999-11-191-150/+49
* Added gl_extension_is_enabled.Miklos Fazekas1999-11-191-8/+25
* fixes for andree's drawarrays problemsKeith Whitwell1999-11-191-8/+19
* two fixes in gl_DrawArrays (Andree Borrman)Brian Paul1999-11-181-90/+101
* fixed FX_grSstControl(), now returns FxBoolBrian Paul1999-11-182-15/+17
* removed unused fxTMNewTMFreeNode declBrian Paul1999-11-181-1/+0
* merge from 3.3 branch of Daryll's X server changesBrian Paul1999-11-1810-688/+1800
* test visinfo, not vishandle in save_glx_visual (Wolfram Gloger)Brian Paul1999-11-181-5/+13
* fixed some glitches (Eero Pajarre)Brian Paul1999-11-172-6/+19
* new PixelTo[RGB] lookup tables for pixel readbackBrian Paul1999-11-164-28/+74
* also remove .lo .la and .libs/Brian Paul1999-11-162-18/+16
* Added combine callback. Converted vertices from ints to floats.Gareth Hughes1999-11-161-35/+55