summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-06-04New files to provide glEvalPoint, glEvalCoord implementations forKeith Whitwell
2001-06-01Add api_arrayelt.cKeith Whitwell
2001-06-01Working implementation of glArrayElt that decomposes to regularKeith Whitwell
2001-06-01added minor commentsBrian Paul
2001-06-01applied Klaus Niederkrueger's CHAN_BITS==32 patchBrian Paul
2001-06-01apply David Miller's quad/backcolor patchKeith Whitwell
2001-05-31replaced #ifdef 0 with #if 0Brian Paul
2001-05-31swapped in/out arguments to interp_func. Improved commentsBrian Paul
2001-05-31fixed s/w alpha channel bugBrian Paul
2001-05-30GLubyte -> GLchan fixBrian Paul
2001-05-30added current raster fog coord and related codeBrian Paul
2001-05-30added test for EXT_fog_coordBrian Paul
2001-05-30forgot to check-in yesterdayBrian Paul
2001-05-30rerun vertex stage on _MESA_NEW_NEED_EYE_COORDSKeith Whitwell
2001-05-29more DRI libGL-related changesBrian Paul
2001-05-29added math/m_debug_clip.cBrian Paul
2001-05-29removed some old DRI-ismsBrian Paul
2001-05-29added new functions to GLX_functions[]Brian Paul
2001-05-29s/void */GLvoid */Brian Paul
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul
2001-05-29removed unused varBrian Paul
2001-05-25more work on XMesa / libGL integrationBrian Paul
2001-05-25added void to __GLXextFuncPtrBrian Paul
2001-05-25added missing GLX_SGIS_multisample tokensBrian Paul
2001-05-25changed #if OLD_VMS to #ifdef OLD_VMSBrian Paul
2001-05-24added some casts so that older glx.h can be usedBrian Paul
2001-05-24change GLXContext and GLXFBConfig typedefsBrian Paul
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul
2001-05-24added GL_SGIS_generate_mipmapBrian Paul
2001-05-24Finished GL_SGIS_generate_mipmap. Should be trivial to enable in DRI drivers.Brian Paul
2001-05-24prototyping some new stuffBrian Paul
2001-05-23added color table clamp bugfixBrian Paul
2001-05-23fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul
2001-05-23import from 3.4 branchBrian Paul
2001-05-23added 3.4.2 changes, SPARC assemblyBrian Paul
2001-05-23updated copyrightBrian Paul
2001-05-23SPARC assembly optimizations from David Miller.Brian Paul
2001-05-22a little more work on GL_SGIS_generate_mipmapBrian Paul
2001-05-21fixed a number of multi-texture line bugsBrian Paul
2001-05-21added multitexture supportBrian Paul
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul
2001-05-21Initial commit of cliptest work. More to come shortly.Gareth Hughes
2001-05-21s/Height/height/ (Jeff Potter)Brian Paul
2001-05-18added missing #undefs at end of fileBrian Paul
2001-05-18fixed a bad error string in ClientActiveTexture()Brian Paul
2001-05-17fixed two GL error callsBrian Paul
2001-05-17fixed Width/Height typo (Jeff Hartmann)Brian Paul
2001-05-17removed (void) index; statementBrian Paul
2001-05-17Comment out __FUNCTION__ usage.Keith Whitwell
2001-05-17Fix order of decomposition of quad.Keith Whitwell