summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2000-01-25fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul1-13/+21
2000-01-24replaced HashLookup() with _mesa_HashLookup()Brian Paul1-2/+2
2000-01-24prefixed hash functions with _mesa_Brian Paul5-1700/+697
2000-01-23added #ifdef SVGA, work-around asm code problemBrian Paul5-5/+39
2000-01-23added new SVGA driver filesBrian Paul2-2/+12
2000-01-23prevent spaces in fp register namesJosh Vanderhoof1-1/+9
2000-01-23no brackets for nasm indirect jumpsJosh Vanderhoof1-2/+2
2000-01-22removed unused varsBrian Paul1-2/+1
2000-01-22added copyright info, misc clean-upBrian Paul10-4/+296
2000-01-22initial check-inBrian Paul2-0/+204
2000-01-22updated for Mesa 3.2Brian Paul1-355/+273
2000-01-22initial check-inBrian Paul9-0/+721
2000-01-19Fixed internal scanbeam intersection side-effects. When an internalGareth Hughes1-3/+3
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul1-7/+15
2000-01-17Z values were wrong in selection mode (Holger Waechtler)Brian Paul1-34/+23
2000-01-15synchronized with DRI tree / Daryll's latest changesBrian Paul3-9/+31
2000-01-14updated for Mesa 3.2Brian Paul1-2/+2
2000-01-14initial check-inBrian Paul1-0/+64
2000-01-11another fix for gluPartialDisk() in GL_LINE modeBrian Paul1-2/+2
2000-01-11fixed missing slice problem in gluPartialDisk()Brian Paul1-73/+5
2000-01-05minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul1-341/+1183
2000-01-04start search at 1 in HashFindFreeKeyBlock()Brian Paul1-8/+15
1999-12-21Fixed bug in gl_extension_enable, allow drivers to turn on ext_texenv_addKeith Whitwell2-4/+24
1999-12-19patches from daryllKeith Whitwell6-228/+268
1999-12-15just include Makefile.X11Brian Paul1-59/+1
1999-12-15initial check-inBrian Paul1-0/+59
1999-12-15replaced 0 with 0.0 in sin, cos callsBrian Paul1-29/+21
1999-12-14disable diagnostic printfBrian Paul1-0/+2
1999-12-14removed bad call to fxMultipassBlendBrian Paul1-2/+2
1999-12-14print messages with new message() functionBrian Paul1-3/+9
1999-12-13removed beta from version stringBrian Paul1-55/+30
1999-12-13applied Daryll's patchesBrian Paul4-46/+134
1999-12-12Added logicOp driver callbackKeith Whitwell3-5/+15
1999-12-12removed unneeded code in gluBuild1DMipmaps()Brian Paul1-7/+4
1999-12-12bitmaps were vertically shifted by one pixelBrian Paul1-4/+5
1999-12-12added default cases to switches to silence compiler warningsBrian Paul1-0/+4
1999-12-11added GLX_ARB_get_proc_address to extension listBrian Paul1-3/+3
1999-12-10applied patch from Ralph GilesBrian Paul5-0/+37
1999-12-10patches from DaryllBrian Paul7-521/+555
1999-12-10added glXGetProcAddressARB()Brian Paul2-18/+42
1999-12-10many functions added to gl_get_proc_address()Brian Paul1-39/+391
1999-12-06 Committing in .Jouk Jansen2-5/+17
1999-12-05Removed axis-aligned plane projection stuff. I received a patch thatGareth Hughes2-4/+2
1999-12-05Fixed contour orientation issues, so clockwise input contours will beGareth Hughes2-453/+519
1999-12-04Clearing stencil buffer now observes the stencil write maskBrian Paul1-92/+118
1999-12-04minor stencil-related changesBrian Paul1-3/+3
1999-12-02added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul1-0/+1
1999-12-02Fixed bug in tessellatin for xlockmore's text3d screensaver. TheGareth Hughes2-6/+10
1999-12-01gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul1-38/+45
1999-12-01check ctx before dereferencing itKeith Whitwell1-2/+2