summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-09-23[rgba]shift values weren't always correct, only effected blended linesBrian Paul
2001-09-23added missing tnl_dd filesBrian Paul
2001-09-234.0 updatesBrian Paul
2001-09-23updated version infoBrian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-09-23updates for Mesa 4.0Brian Paul
2001-09-23bump versions to 4.0Brian Paul
2001-09-23More of the sameKeith Whitwell
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent.
2001-09-21Add GLAPIENTRY to typedef for callback functions (used by tessellator).Karl Schultz
This is important now that we're using __stdcall instead of the (default) __cdecl on WIN32. This gets apps using the tessellator working again on Windows.
2001-09-21added __glCoreCreateContext and __glCoreNopDispatchBrian Paul
2001-09-20add the same conditional mangling stuff that gl.h has.Karl Schultz
2001-09-20add mangling for new entry pointsKarl Schultz
2001-09-20Don't use "errno" as a parameter name - it is also a function and thatKarl Schultz
confused the Windows compiler. Also make messages unsigned char for consistency.
2001-09-20compiler warningsKarl Schultz
2001-09-20Change UnProject4 prototype to use nearVal and farVal instead of nearKarl Schultz
and far because Windows compiler can get confused over these old keywords.
2001-09-20very brief overview of swrastKeith Whitwell
2001-09-20(very) Brief overview of tnl moduleKeith Whitwell
2001-09-19GL_ADD texture mode was incorrect, renamed some varsBrian Paul
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-09-19set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo)Brian Paul
2001-09-19fix fallback for stippled polygons, removed a debug messageBrian Paul
2001-09-19compute dst->ooz, not dst->z in clip interpolation functionBrian Paul
2001-09-18more compiler warning fixesKarl Schultz
2001-09-18remove some debugKeith Whitwell
2001-09-18Fix FX driver to the point where gears & morph3d work.Keith Whitwell
Textures are broken (eg. isosurf).
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18compiler warningsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-18compiler warningsKarl Schultz
2001-09-18compiler warningsKarl Schultz
2001-09-15more warning fixes (Karl Schultz)Brian Paul
2001-09-15removed carriage return charsBrian Paul
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-09-14silence more warnings (Karl Schultz)Brian Paul
2001-09-14silence minor warningsBrian Paul
2001-09-14replaced gets() with fgets()Brian Paul
2001-09-14more GL 1.3 updatesBrian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-09-13minor optimizations for flat shading (Klaus Niederkrueger)Brian Paul
2001-09-13replaced some tabs with spacesBrian Paul
2001-09-12minor re-orgBrian Paul
2001-09-12hook compressed texture functions into driverBrian Paul
2001-09-10add new WindML/Mesa man pages to tar file listBrian Paul
2001-09-10WindML updates (Stephane Raimbault)Brian Paul
2001-09-10fixed s/w alpha bug 458411Brian Paul
2001-09-07 Committing in .Jouk Jansen
Modified Files: Mesa/src/tnl/t_imm_alloc.c added initialization for Normals ----------------------------------------------------------------------
2001-09-01minor changes, prototype Pbuffer supportBrian Paul