summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-10-22added latest bug fixesmesa_4_0Brian Paul1-3/+7
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 some missing Win32 files to tar file listBrian Paul1-1/+5
2001-10-17minor updatesBrian Paul1-3/+5
2001-10-17removed src/mms_depend from tar file listBrian Paul1-2/+1
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-17updated extensionsBrian Paul2-98/+1440
2001-10-15Updated for Mesa 4.0Karl Schultz1-623/+91
2001-10-15Fix comments.Karl Schultz1-2/+3
2001-10-05Fix the clear() functionKarl Schultz1-80/+98
2001-10-04Allow to compile in Windows.Karl Schultz2-2/+9
2001-10-04Build a few demos that now work with Windows.Karl Schultz1-5/+19
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 Schultz5-6/+6
2001-09-25disable some more code so that it compiles quietly on Windows.Karl Schultz1-6/+6
2001-09-24replaced x86_xform_raw4.S with x86_xform4.SBrian Paul1-2/+2
2001-09-24use OSMESA_* enums for OSMesaCreateContext instead of GL_*.Karl Schultz1-3/+3
2001-09-24removed duplicate GLX_AUX_BUFFERS_BIT definitionBrian Paul1-2/+1
2001-09-24 Committing in .Jouk Jansen1-47/+47
2001-09-23[rgba]shift values weren't always correct, only effected blended linesBrian Paul1-12/+47
2001-09-23added missing tnl_dd filesBrian Paul1-1/+4
2001-09-234.0 updatesBrian Paul1-11/+10
2001-09-23updated version infoBrian Paul1-4/+4
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul13-223/+165
2001-09-23updates for Mesa 4.0Brian Paul10-22/+189
2001-09-23bump versions to 4.0Brian Paul7-26/+26
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-21Add GLAPIENTRY to typedef for callback functions (used by tessellator).Karl Schultz1-1/+1
2001-09-21added __glCoreCreateContext and __glCoreNopDispatchBrian Paul1-1/+7
2001-09-20add the same conditional mangling stuff that gl.h has.Karl Schultz1-0/+4
2001-09-20add mangling for new entry pointsKarl Schultz1-1/+10
2001-09-20Don't use "errno" as a parameter name - it is also a function and thatKarl Schultz2-12/+12
2001-09-20compiler warningsKarl Schultz3-8/+9
2001-09-20Change UnProject4 prototype to use nearVal and farVal instead of nearKarl Schultz1-1/+1
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