summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul2001-11-065-6/+32
* fix error in error checking conditional (bug 476846)Brian Paul2001-11-031-2/+2
* init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)Brian Paul2001-11-021-2/+6
* added a bunch of missing breaks for multisample getsBrian Paul2001-10-251-1/+37
* version bumps, etc for 4.1Brian Paul2001-10-221-4/+4
* Committing in .Jouk Jansen2001-10-181-2/+3
* added GL_ARB_texture_mirrored_repeatBrian Paul2001-10-174-15/+26
* Fix comments.Karl Schultz2001-10-151-2/+3
* Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz2001-10-041-0/+3
* Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz2001-09-251-1/+1
* updates for Mesa 4.0Brian Paul2001-09-232-6/+6
* Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz2001-09-211-0/+2
* silence compiler warnings (last batch for src)Karl Schultz2001-09-192-18/+28
* more compiler warning fixesKarl Schultz2001-09-184-46/+50
* clean up makefiles some more for WindowsKarl Schultz2001-09-181-3/+7
* remove carriage return charsKarl Schultz2001-09-182-671/+671
* compiler warningsKarl Schultz2001-09-186-142/+152
* compiler warningsKarl Schultz2001-09-181-5/+5
* more warning fixes (Karl Schultz)Brian Paul2001-09-153-21/+18
* Win32 updates (Karl Schultz)Brian Paul2001-09-143-578/+678
* more warning fixes (Karl Schultz)Brian Paul2001-09-146-106/+116
* more GL 1.3 and GLX 1.4 updatesBrian Paul2001-09-141-3/+3
* OpenGL 1.3 supportBrian Paul2001-08-281-3/+13
* better error messagesBrian Paul2001-08-201-7/+16
* better error reportingBrian Paul2001-08-201-27/+35
* WindML driver (Stephane Raimbault)Brian Paul2001-08-201-0/+367
* added GL_EXT_texture_edge_clampBrian Paul2001-08-131-2/+4
* removed ss_interp.cBrian Paul2001-08-131-1/+0
* fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)Brian Paul2001-08-071-12/+16
* fixed NewState update bugs in _mesa_PopClientAttrib()Brian Paul2001-08-071-4/+4
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-283-13/+4
* check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug)Brian Paul2001-07-271-1/+9
* fixes for proxy cube map texture imagesBrian Paul2001-07-262-4/+12
* don't make default teximage if glTexImage's pixels=NULL (Gerk Huisma)Brian Paul2001-07-231-1/+27
* rename ERROR macro to TE_ERROR (Gerk Huisma)Brian Paul2001-07-231-28/+28
* check for pixels=NULL in _mesa_store_teximage[123]d()Brian Paul2001-07-231-37/+49
* Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma)Brian Paul2001-07-191-1/+11
* Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma)Brian Paul2001-07-166-31/+45
* more work on float colors (still not finished)Brian Paul2001-07-143-5/+16
* assorted changes for supporting GLfloat color channels (not done)Brian Paul2001-07-136-27/+37
* silence a warningBrian Paul2001-07-131-1/+3
* replace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to catch color matrix changesBrian Paul2001-07-131-12/+12
* Committing in .Jouk Jansen2001-07-131-4/+0
* Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell2001-07-121-5/+4
* fixed segfault (NULL _ShineTable[0]) in shade_rastpos()Brian Paul2001-07-051-1/+4
* Add -f to rm in make clean to avoid error messagesKeith Whitwell2001-06-271-2/+2
* More raster fog coord fixes.Brian Paul2001-06-263-41/+52
* added GL_IBM_rasterpos_clip extensionBrian Paul2001-06-268-18/+116
* Modified Files:mesa_3_5Jouk Jansen2001-06-211-9/+0
* removed beta from version stringBrian Paul2001-06-201-2/+2