summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src
AgeCommit message (Expand)AuthorFilesLines
2000-10-20Allow use of Compaq's Math Library on Alpha. Put .. in host.defalanh1-0/+5
2000-09-24commit xfree86 4.0.1d-pre updatealanh3-5/+5
2000-09-07Merged tdfx-2-1-branchtdfx-2-1-20000907-mergealanh113-19238/+3539
2000-09-01init result->next=0 in fxTMNewRangeNode() to be extra safebrianp1-1/+1
2000-08-30removed bogus assertion in fxSetBlend(), fixes bug 113086brianp1-2/+0
2000-08-17Fix for (another cause of) the two-sided lit, unfilled triangle bug.keithw1-2/+2
2000-08-16first part of 4.0.1b mergedawes4-7/+14
2000-07-31fixed out-of-texture-memory bug (James Matthews)brianp1-3/+3
2000-07-20fixed a debug test conditionalbrianp1-1/+1
2000-07-19added still more texmem debug codebrianp1-1/+10
2000-07-19fixed texture proxy typosbrianp1-2/+2
2000-07-19added more texmem debug codebrianp1-2/+12
2000-07-19added more diag messages for 'No space for texture' bugbrianp1-1/+16
2000-07-12applied latest changes to sync up with XFree86 4.0.1brianp4-53/+49
2000-07-11Merge XFree86 4.0.1alanh6-7/+11
2000-07-10Initial revisionalanh2-0/+1795
2000-06-19check for special cases of value = 0 or 1 in glAccumbrianp1-2/+5
2000-06-18disable GL_REPLACE tex env pipeline optimizationbrianp1-1/+2
2000-06-16updated GL_RENDERER date to 20000616brianp1-1/+1
2000-06-16revamped _mesa_CopyTexSubImage[123]D to work like _mesa_CopyTexImage[123]Dbrianp1-75/+74
2000-06-16don't try to enable/disable HW stencil without HW stencil bufferbrianp1-4/+4
2000-06-16removed GL_REPLACE texenv optimization - it's brokenbrianp1-1/+2
2000-06-16don't use fxTMReloadSubMipMapLevel() for now - it's brokenbrianp1-1/+4
2000-06-16only call grStencil functions if we have HW stencilbrianp1-12/+15
2000-06-15Moved LLBL macro definition into assyntax.h, removed it from .S files.brianp27-506/+363
2000-06-12Fixed GL_EXT_vertex_array dispatch problem.brianp17-153/+348
2000-06-12Merged the tdfx-2-0 branch onto the trunktdfx-2-0-20000612-mergedaryll10-711/+2234
2000-06-08Merged glxmisc-3-0-0glxmisc-3-0-0-20000608-mergebrianp67-4512/+10403
2000-05-30Merged bsd-1-0-0bsd-1-0-0-20000531-mergedfr1-1/+1
2000-05-18Merged ati-4-0-1ati-4-0-1-20000518-mergekem1-1/+9
2000-05-05fixed glDrawBuffer(GL_NONE) bugbrianp2-6/+16
2000-05-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()brianp1-18/+35
2000-05-05toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH casebrianp1-0/+11
2000-05-05fixed crash in selection/feedback modebrianp1-1/+2
2000-05-03Merged glxmisc-2-0-0glxmisc-2-0-0-20000503-mergebrianp10-18/+15
2000-04-21flat-shaded lines were miscoloredbrianp1-12/+4
2000-04-20Merged glxmisc-1-0-0glxmisc-1-0-0-20000420-mergebrianp88-1896/+4979
2000-04-11More work on the GL_BLEND for performer this time without breaking Q3A.daryll2-10/+11
2000-04-09Only enable DRI for 16bpp mode.daryll5-23/+65
2000-04-04Merged mga branch with trunkmga-0-0-2-20000404-mergejhartmann6-4/+10
2000-04-04span buffer was being allocated too small for some visualsbrianp1-1/+1
2000-03-31mask/disable stencil/accum clears in fxDDClear()brianp1-1/+4
2000-03-30implemented optimized glReadPixels - preliminarybrianp1-2/+121
2000-03-30improved PrintTexture debug functionbrianp1-7/+36
2000-03-30fixed typos in generate_lookup_tables()brianp1-2/+2
2000-03-30fixed subtexture address calculation bugbrianp1-32/+32
2000-03-29added a few new enumsbrianp1-0/+3
2000-03-29fixed bug in set_extension()brianp1-1/+1
2000-03-29added replacement for non-standard strdup()brianp1-2/+14
2000-03-29new texture image interface and optimizationsbrianp11-777/+569