summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2001-10-22applied Andrew Lewycky's patchesBrian Paul3-179/+104
2001-10-20forgotten diffuse alpha fixKeith Whitwell1-1/+3
2001-10-18 Committing in .Jouk Jansen1-2/+3
2001-10-17added a few commentsBrian Paul1-1/+9
2001-10-17warning fixes (Karl Schultz)Brian Paul1-3/+3
2001-10-17added new entrypoints for 1.3Brian Paul2-0/+1199
2001-10-17updated for new glext.hBrian Paul1-1/+3
2001-10-17added GL_ARB_texture_mirrored_repeatBrian Paul5-18/+56
2001-10-17minor updates for new glext.hBrian Paul1-3/+16
2001-10-15Fix comments.Karl Schultz1-2/+3
2001-10-05Fix the clear() functionKarl Schultz1-80/+98
2001-10-04Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz1-0/+3
2001-10-04Updated Windows driver for Mesa 4.0.Karl Schultz1-1555/+1427
2001-10-04remove extra CR charsKarl Schultz2-194/+194
2001-09-25use correct vertex for flatshadingKeith Whitwell1-14/+14
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz2-2/+2
2001-09-25disable some more code so that it compiles quietly on Windows.Karl Schultz1-6/+6
2001-09-23[rgba]shift values weren't always correct, only effected blended linesBrian Paul1-12/+47
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul13-223/+165
2001-09-23updates for Mesa 4.0Brian Paul5-15/+16
2001-09-23More of the sameKeith Whitwell1-14/+3
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz4-19/+37
2001-09-20very brief overview of swrastKeith Whitwell1-0/+55
2001-09-20(very) Brief overview of tnl moduleKeith Whitwell1-0/+102
2001-09-19GL_ADD texture mode was incorrect, renamed some varsBrian Paul1-48/+49
2001-09-19silence compiler warnings (last batch for src)Karl Schultz12-80/+106
2001-09-19set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo)Brian Paul1-2/+7
2001-09-19fix fallback for stippled polygons, removed a debug messageBrian Paul1-6/+7
2001-09-19compute dst->ooz, not dst->z in clip interpolation functionBrian Paul1-1/+1
2001-09-18more compiler warning fixesKarl Schultz9-109/+113
2001-09-18remove some debugKeith Whitwell1-5/+5
2001-09-18Fix FX driver to the point where gears & morph3d work.Keith Whitwell3-26/+15
2001-09-18clean up makefiles some more for WindowsKarl Schultz2-14/+17
2001-09-18compiler warningsKarl Schultz1-14/+14
2001-09-18remove carriage return charsKarl Schultz5-4324/+4324
2001-09-18compiler warningsKarl Schultz6-142/+152
2001-09-18compiler warningsKarl Schultz1-5/+5
2001-09-15more warning fixes (Karl Schultz)Brian Paul3-21/+18
2001-09-14Win32 updates (Karl Schultz)Brian Paul6-4178/+4331
2001-09-14more warning fixes (Karl Schultz)Brian Paul7-110/+120
2001-09-14more warning fixes (Karl Schultz)Brian Paul6-41/+38
2001-09-14silence more warnings (Karl Schultz)Brian Paul1-3/+3
2001-09-14silence minor warningsBrian Paul1-6/+5
2001-09-14more GL 1.3 updatesBrian Paul1-49/+104
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul4-11/+21
2001-09-13minor optimizations for flat shading (Klaus Niederkrueger)Brian Paul3-51/+95
2001-09-13replaced some tabs with spacesBrian Paul1-94/+94
2001-09-12minor re-orgBrian Paul3-42/+46
2001-09-12hook compressed texture functions into driverBrian Paul1-1/+4
2001-09-10fixed s/w alpha bug 458411Brian Paul1-7/+2