summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2001-08-20WindML driver (Stephane Raimbault)Brian Paul
2001-08-14Fixes for 32-bit GLchans: smooth/flat/textured triangles seem to work now.Brian Paul
2001-08-14Reenable, but only in the size four case...Keith Whitwell
2001-08-14Undo last change - breaks other stuff.Keith Whitwell
2001-08-14Compute first partials before taking cross product to calculate normal.Keith Whitwell
2001-08-13Fix problem with colormaterial (bug #441859)Keith Whitwell
2001-08-13Removed optimizations (this code is now seldom used)Keith Whitwell
2001-08-13added GL_EXT_texture_edge_clampBrian Paul
2001-08-13fixed Solaris compilation problems (Bug 441817)Brian Paul
2001-08-13rm .lo .la files for make cleanBrian Paul
2001-08-13removed ss_interp.cBrian Paul
2001-08-07fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)Brian Paul
2001-08-07fixed bug in DEST_4F template functionBrian Paul
2001-08-07removed some now bogus assertions (due to Klaus's latest optimization)Brian Paul
2001-08-07fixed NewState update bugs in _mesa_PopClientAttrib()Brian Paul
2001-08-07Win32 fixes, etc. (Gerk Huisma)Brian Paul
2001-08-07optimization to sample_lambda_2d() (Klaus Niederkrueger)Brian Paul
2001-08-07fixed GLX context sharing bug (reported by Eric Plante)Brian Paul
2001-08-03Use #function instead of @functiondavem69
2001-08-03Fix VERT_RGBA special case.Keith Whitwell
2001-08-02Fix SGL testLights.exe bugs (interaction of copying and fixup in display lists)Keith Whitwell
2001-08-02Fix SGL testGeoSets.exe polygon mode problem (wrong interpretation ofKeith Whitwell
2001-08-02Fix SGL monoindexed bug (glDrawRangeElements in dlist)Keith Whitwell
2001-08-01Fix copying problem (light spots) on evaluated surfaces.Keith Whitwell
2001-07-28Fix core in fixup_normal_lengthsKeith Whitwell
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell
2001-07-27more GLAPIENTRY fixes (Karl Schultz)Brian Paul
2001-07-27undo previous check-in (restore the @ symbols)Brian Paul
2001-07-27check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug)Brian Paul
2001-07-27replaced @ with ## or # to allow compilation on SunOS 5.6 (Bug 442742)Brian Paul
2001-07-27wglUseFontBitmapsA() update (Frank Warmerdam)Brian Paul
2001-07-26fixes for proxy cube map texture imagesBrian Paul
2001-07-26use GLAPIENTRY when declaring a couple function pointers (Gerk Huisma)Brian Paul
2001-07-26Applied Klaus Niederkrueger's latest flat-shading clean-ups and some of my own.Brian Paul
2001-07-23GLchan and GL_ADD clamping changes (Klaus Niederkrueger)Brian Paul
2001-07-23don't make default teximage if glTexImage's pixels=NULL (Gerk Huisma)Brian Paul
2001-07-23rename ERROR macro to TE_ERROR (Gerk Huisma)Brian Paul
2001-07-23fix some Win32 warnings (Gerk Huisma)Brian Paul
2001-07-23don't clamp colors if GLchan==GLfloat in add_colors()Brian Paul
2001-07-23GLubyte -> GLchan changeBrian Paul
2001-07-23check for pixels=NULL in _mesa_store_teximage[123]d()Brian Paul
2001-07-20 Committing in .Jouk Jansen
2001-07-19GLchan changesBrian Paul
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul
2001-07-18do some 16-bit GLchan computations in floating point (Gerk Huisma)Brian Paul
2001-07-18 Committing in .Jouk Jansen
2001-07-17Fix Alan Barnett's 'try10' display list bug.Keith Whitwell
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell
2001-07-17include glu.hBrian Paul
2001-07-16disable MMX blend code until it gets fixedBrian Paul