summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2001-11-29main trunk is now 4.1Karl Schultz
2001-11-29update to version 4.0Karl Schultz
2001-11-28updated comment about CHAN_BITSBrian Paul
2001-11-27don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()Brian Paul
2001-11-23fix for bug 474479, remove Trace/* stuffBrian Paul
2001-11-19added test implementation of GL_ARB_window_posBrian Paul
2001-11-18added test implementation of GL_ARB_window_posBrian Paul
2001-11-18included by glapi.cBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul
2001-11-03fix error in error checking conditional (bug 476846)Brian Paul
2001-11-02init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)Brian Paul
2001-10-25added a bunch of missing breaks for multisample getsBrian Paul
2001-10-22version bumps, etc for 4.1Brian Paul
2001-10-18 Committing in .Jouk Jansen
2001-10-17added GL_ARB_texture_mirrored_repeatBrian Paul
2001-10-15Fix comments.Karl Schultz
2001-10-04Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
2001-09-23updates for Mesa 4.0Brian Paul
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
2001-09-19silence compiler warnings (last batch for src)Karl Schultz
2001-09-18more compiler warning fixesKarl Schultz
2001-09-18clean up makefiles some more for WindowsKarl 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-14Win32 updates (Karl Schultz)Brian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-08-28OpenGL 1.3 supportBrian Paul
2001-08-20better error messagesBrian Paul
2001-08-20better error reportingBrian Paul
2001-08-20WindML driver (Stephane Raimbault)Brian Paul
2001-08-13added GL_EXT_texture_edge_clampBrian 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 NewState update bugs in _mesa_PopClientAttrib()Brian Paul
2001-07-28Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell
2001-07-27check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug)Brian Paul
2001-07-26fixes for proxy cube map texture imagesBrian 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-23check for pixels=NULL in _mesa_store_teximage[123]d()Brian Paul
2001-07-19Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul
2001-07-16Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul
2001-07-14more work on float colors (still not finished)Brian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-07-13silence a warningBrian Paul