Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added missing GL_MAX_TEXTURE_LOD_BIAS_EXT query | Brian Paul | 2001-11-06 | 5 | -6/+32 |
| | |||||
* | fix error in error checking conditional (bug 476846) | Brian Paul | 2001-11-03 | 1 | -2/+2 |
| | |||||
* | init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun) | Brian Paul | 2001-11-02 | 1 | -2/+6 |
| | |||||
* | added a bunch of missing breaks for multisample gets | Brian Paul | 2001-10-25 | 1 | -1/+37 |
| | |||||
* | version bumps, etc for 4.1 | Brian Paul | 2001-10-22 | 1 | -4/+4 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-10-18 | 1 | -2/+3 |
| | | | | | | | | | | | | Modified Files: Mesa/src/context.c Initializing ctx->Driver.CurrentExecPrimitive to 0, just after the allocation of the context. I hope this solved a very rare crash of the molecule mode of xlockmore on my VMS-machine. (I have not seen any crash the last week. Normally it crashed at least once in the 3 days) ---------------------------------------------------------------------- | ||||
* | added GL_ARB_texture_mirrored_repeat | Brian Paul | 2001-10-17 | 4 | -15/+26 |
| | |||||
* | Fix comments. | Karl Schultz | 2001-10-15 | 1 | -2/+3 |
| | |||||
* | Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG gets | Karl Schultz | 2001-10-04 | 1 | -0/+3 |
| | | | | defined, which is bad for things like assert(). | ||||
* | Fix up Windows makefiles so that the debug build leaves debugger info | Karl Schultz | 2001-09-25 | 1 | -1/+1 |
| | | | | | in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win). | ||||
* | updates for Mesa 4.0 | Brian Paul | 2001-09-23 | 2 | -6/+6 |
| | |||||
* | Make osmesa a DLL instead of a static lib (Windows). This is more | Karl Schultz | 2001-09-21 | 1 | -0/+2 |
| | | | | | consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent. | ||||
* | silence compiler warnings (last batch for src) | Karl Schultz | 2001-09-19 | 2 | -18/+28 |
| | |||||
* | more compiler warning fixes | Karl Schultz | 2001-09-18 | 4 | -46/+50 |
| | |||||
* | clean up makefiles some more for Windows | Karl Schultz | 2001-09-18 | 1 | -3/+7 |
| | |||||
* | remove carriage return chars | Karl Schultz | 2001-09-18 | 2 | -671/+671 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-18 | 6 | -142/+152 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-18 | 1 | -5/+5 |
| | |||||
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-15 | 3 | -21/+18 |
| | |||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 3 | -578/+678 |
| | |||||
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 6 | -106/+116 |
| | |||||
* | more GL 1.3 and GLX 1.4 updates | Brian Paul | 2001-09-14 | 1 | -3/+3 |
| | |||||
* | OpenGL 1.3 support | Brian Paul | 2001-08-28 | 1 | -3/+13 |
| | |||||
* | better error messages | Brian Paul | 2001-08-20 | 1 | -7/+16 |
| | |||||
* | better error reporting | Brian Paul | 2001-08-20 | 1 | -27/+35 |
| | |||||
* | WindML driver (Stephane Raimbault) | Brian Paul | 2001-08-20 | 1 | -0/+367 |
| | |||||
* | added GL_EXT_texture_edge_clamp | Brian Paul | 2001-08-13 | 1 | -2/+4 |
| | |||||
* | removed ss_interp.c | Brian Paul | 2001-08-13 | 1 | -1/+0 |
| | |||||
* | fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel) | Brian Paul | 2001-08-07 | 1 | -12/+16 |
| | |||||
* | fixed NewState update bugs in _mesa_PopClientAttrib() | Brian Paul | 2001-08-07 | 1 | -4/+4 |
| | |||||
* | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell | 2001-07-28 | 3 | -13/+4 |
| | |||||
* | check if deleting _Current texobj in _mesa_DeleteTextures (Bart Barenbrug) | Brian Paul | 2001-07-27 | 1 | -1/+9 |
| | |||||
* | fixes for proxy cube map texture images | Brian Paul | 2001-07-26 | 2 | -4/+12 |
| | |||||
* | don't make default teximage if glTexImage's pixels=NULL (Gerk Huisma) | Brian Paul | 2001-07-23 | 1 | -1/+27 |
| | |||||
* | rename ERROR macro to TE_ERROR (Gerk Huisma) | Brian Paul | 2001-07-23 | 1 | -28/+28 |
| | |||||
* | check for pixels=NULL in _mesa_store_teximage[123]d() | Brian Paul | 2001-07-23 | 1 | -37/+49 |
| | |||||
* | Added Win32 memory debugging and fixed a few memory leaks (Gerk Huisma) | Brian Paul | 2001-07-19 | 1 | -1/+11 |
| | |||||
* | Various 16-bit GLchan fixes and Win32 fixes (Gerk Huisma) | Brian Paul | 2001-07-16 | 6 | -31/+45 |
| | |||||
* | more work on float colors (still not finished) | Brian Paul | 2001-07-14 | 3 | -5/+16 |
| | |||||
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 6 | -27/+37 |
| | |||||
* | silence a warning | Brian Paul | 2001-07-13 | 1 | -1/+3 |
| | |||||
* | replace _NEW_PIXEL with _IMAGE_NEW_TRANSFER_STATE to catch color matrix changes | Brian Paul | 2001-07-13 | 1 | -12/+12 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-07-13 | 1 | -4/+0 |
| | | | | | | | | | Modified Files: Mesa/src/descrip.mms Mesa/src/FX/fxtris.c Mesa/src/FX/fxvb.c -updated OpenVMS makefile -fixed compilation if FX is NOT defined. ---------------------------------------------------------------------- | ||||
* | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | 2001-07-12 | 1 | -5/+4 |
| | | | | | | | | | | | | | | clear that these are owned by t_vb_render.c. Make swrast_setup opaque - it now hooks itself directly into tnl->Driver.Render.*. Add a _swsetup_Wakeup() call that does this. Update X11 (tested), osmesa and FX drivers for this change. FX compiles but is probably broken as the changes there are large. It was the only remaining driver that used the internal _swsetup_ functions for interp and copy_pv. This usage has been replaced with code from the DRI tdfx driver. | ||||
* | fixed segfault (NULL _ShineTable[0]) in shade_rastpos() | Brian Paul | 2001-07-05 | 1 | -1/+4 |
| | |||||
* | Add -f to rm in make clean to avoid error messages | Keith Whitwell | 2001-06-27 | 1 | -2/+2 |
| | |||||
* | More raster fog coord fixes. | Brian Paul | 2001-06-26 | 3 | -41/+52 |
| | | | | | New truncate vs. floor comments in drawpixels.c Added current raster secondary color state, not used yet. | ||||
* | added GL_IBM_rasterpos_clip extension | Brian Paul | 2001-06-26 | 8 | -18/+116 |
| | |||||
* | Modified Files:mesa_3_5 | Jouk Jansen | 2001-06-21 | 1 | -9/+0 |
| | | | | | | | | Mesa/src/descrip.mms Removed obsolete .obj files. ---------------------------------------------------------------------- | ||||
* | removed beta from version string | Brian Paul | 2001-06-20 | 1 | -2/+2 |
| |