summaryrefslogtreecommitdiff
path: root/xc/extras/Mesa/src/FX
AgeCommit message (Expand)AuthorFilesLines
2000-12-06Clean up XFree86's Mesa sources.gareth34-16803/+0
2000-12-05XFree86 4.0.1h mergedawes9-748/+46
2000-12-05Initial revisiondawes2-0/+7
2000-11-30XFree86 4.0.1f mergeX_4_0_1f-20001130-mergedawes29-0/+16230
2000-11-30Initial revisiondawes5-0/+1268
2000-09-07Merged tdfx-2-1-branchtdfx-2-1-20000907-mergealanh29-17775/+0
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-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-19added more texmem debug codebrianp1-2/+12
2000-07-19added more diag messages for 'No space for texture' bugbrianp1-1/+16
2000-06-18disable GL_REPLACE tex env pipeline optimizationbrianp1-1/+2
2000-06-16updated GL_RENDERER date to 20000616brianp1-1/+1
2000-06-16don't try to enable/disable HW stencil without HW stencil bufferbrianp1-4/+4
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-12Fixed GL_EXT_vertex_array dispatch problem.brianp1-1/+2
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-mergebrianp7-60/+74
2000-05-05fixed glDrawBuffer(GL_NONE) bugbrianp2-6/+16
2000-05-05replaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pixels()brianp1-18/+35
2000-05-05fixed crash in selection/feedback modebrianp1-1/+2
2000-05-03Merged glxmisc-2-0-0glxmisc-2-0-0-20000503-mergebrianp1-0/+2
2000-04-21flat-shaded lines were miscoloredbrianp1-12/+4
2000-04-20Merged glxmisc-1-0-0glxmisc-1-0-0-20000420-mergebrianp13-204/+374
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-03-31mask/disable stencil/accum clears in fxDDClear()brianp1-1/+4
2000-03-30implemented optimized glReadPixels - preliminarybrianp1-2/+121
2000-03-29new texture image interface and optimizationsbrianp5-723/+462
2000-03-27fixed another bug in Z clearing with single buffered windowsbrianp1-0/+4
2000-03-27fixed bug 103349 - Z buffer clearing bugbrianp1-8/+8
2000-03-23Mesa 3.3 updatebrianp9-71/+103
2000-02-26Back out last fix. It fragments texture memory.freeze-20000226daryll1-2/+0
2000-02-26Fix the problem with very small mipmap levels by correctly aligningdaryll6-5/+15
2000-02-26Merged dispatch-0-0-3dispatch-0-0-3-20000225-mergebrianp3-228/+303
2000-02-13Fix for multiple contexts. We were calling a lock function within a lock.daryll2-1/+4
2000-02-13initialize fxMesa->verbose with MESA_FX_INFO env varbrianp1-0/+5
2000-02-12Merged dispatch-0-0-2brianp28-945/+256
2000-02-12Support for wide points and lines added. (Preliminary, still has a few bugs)daryll9-53/+170
2000-01-30Merged dispatch-0-0-1dispatch-0-0-1-20000129-mergebrianp7-539/+191
2000-01-14This patch merges the latest tdfx-1-1 code into the main trunk.daryll2-3/+33
1999-12-21Make sure TMU1 is off when doing a single texture operation in TMU1.daryll2-5/+14
1999-12-20Cleaned up the writeRegionClipped code a little.daryll1-4/+10
1999-12-18Update Mesa to 3.1 official release.daryll4-295/+222
1999-12-16Fix for the lightmap problems in Q3A. We can't use DST_ALPHA, becausedaryll2-7/+111
1999-12-15GL_BLEND is not yet implemented. I had started writing support for it, butdaryll1-0/+6
1999-12-15Fix black screengrabs. (Wasn't initializing pixel tables)daryll4-23/+26