Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable blocks of GGI code so it at least compiles instead of bombingmesa_4_0_1 | Brian Paul | 2001-12-18 | 3 | -5/+9 |
| | |||||
* | fix for ubyte colors | Keith Whitwell | 2001-12-13 | 1 | -14/+14 |
| | |||||
* | fix glut tess lockup | Keith Whitwell | 2001-12-11 | 1 | -8/+3 |
| | |||||
* | update version string to 4.0 | Karl Schultz | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | update vendor string | Keith Whitwell | 2001-11-28 | 1 | -2/+2 |
| | |||||
* | bump version to 4.0.1 | Brian Paul | 2001-11-25 | 1 | -3/+3 |
| | |||||
* | Fix decomposition of quads/quad-strips to indexed tris | Keith Whitwell | 2001-11-22 | 1 | -5/+6 |
| | |||||
* | casts to silence warnings from gcc 2.96 | Brian Paul | 2001-11-06 | 3 | -6/+6 |
| | |||||
* | Updates for improved DirectDraw support (Daniel Slater) | Karl Schultz | 2001-11-01 | 2 | -65/+514 |
| | |||||
* | version bumps, etc for 4.1 | Brian Paul | 2001-10-22 | 1 | -3/+3 |
| | |||||
* | Fix the clear() function | Karl Schultz | 2001-10-05 | 1 | -80/+98 |
| | | | | | | | | - add checks for the ColorMask and IndexMask (like osmesa) - correctly handle the DD_*_BIT flags so that we don't also ask the swrast to clear the color buffer after we cleared it ourselves. (doh!) This gives nearly a 2X improvement in the frame rate in a program like gears. | ||||
* | Updated Windows driver for Mesa 4.0. | Karl Schultz | 2001-10-04 | 1 | -1555/+1427 |
| | | | | Needs optimization. | ||||
* | remove extra CR chars | Karl Schultz | 2001-10-04 | 2 | -194/+194 |
| | |||||
* | use correct vertex for flatshading | Keith Whitwell | 2001-09-25 | 1 | -14/+14 |
| | |||||
* | 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). | ||||
* | disable some more code so that it compiles quietly on Windows. | Karl Schultz | 2001-09-25 | 1 | -6/+6 |
| | |||||
* | [rgba]shift values weren't always correct, only effected blended lines | Brian Paul | 2001-09-23 | 1 | -12/+47 |
| | |||||
* | fixed some configure;make build problems. cleaned-up copyright info. | Brian Paul | 2001-09-23 | 13 | -223/+165 |
| | |||||
* | updates for Mesa 4.0 | Brian Paul | 2001-09-23 | 2 | -7/+8 |
| | |||||
* | More of the same | Keith Whitwell | 2001-09-23 | 1 | -14/+3 |
| | |||||
* | Make osmesa a DLL instead of a static lib (Windows). This is more | Karl Schultz | 2001-09-21 | 3 | -19/+35 |
| | | | | | consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent. | ||||
* | set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo) | Brian Paul | 2001-09-19 | 1 | -2/+7 |
| | |||||
* | fix fallback for stippled polygons, removed a debug message | Brian Paul | 2001-09-19 | 1 | -6/+7 |
| | |||||
* | compute dst->ooz, not dst->z in clip interpolation function | Brian Paul | 2001-09-19 | 1 | -1/+1 |
| | |||||
* | remove some debug | Keith Whitwell | 2001-09-18 | 1 | -5/+5 |
| | |||||
* | Fix FX driver to the point where gears & morph3d work. | Keith Whitwell | 2001-09-18 | 3 | -26/+15 |
| | | | | Textures are broken (eg. isosurf). | ||||
* | clean up makefiles some more for Windows | Karl Schultz | 2001-09-18 | 1 | -11/+10 |
| | |||||
* | compiler warnings | Karl Schultz | 2001-09-18 | 1 | -14/+14 |
| | |||||
* | remove carriage return chars | Karl Schultz | 2001-09-18 | 3 | -3653/+3653 |
| | |||||
* | Win32 updates (Karl Schultz) | Brian Paul | 2001-09-14 | 3 | -3600/+3653 |
| | |||||
* | more GL 1.3 and GLX 1.4 updates | Brian Paul | 2001-09-14 | 2 | -5/+15 |
| | |||||
* | minor re-org | Brian Paul | 2001-09-12 | 3 | -42/+46 |
| | |||||
* | hook compressed texture functions into driver | Brian Paul | 2001-09-12 | 1 | -1/+4 |
| | |||||
* | fixed s/w alpha bug 458411 | Brian Paul | 2001-09-10 | 1 | -7/+2 |
| | |||||
* | minor changes, prototype Pbuffer support | Brian Paul | 2001-09-01 | 1 | -4/+54 |
| | |||||
* | prototype work for Pbuffer support | Brian Paul | 2001-09-01 | 2 | -28/+258 |
| | |||||
* | fixed dangling pointer problem (Chris Burghart) | Brian Paul | 2001-08-31 | 1 | -1/+10 |
| | |||||
* | changes to allow the driver to compile - still doesn't work though | Brian Paul | 2001-08-29 | 5 | -6/+29 |
| | |||||
* | added OSMESA_MAX_WIDTH/HEIGHT queries | Brian Paul | 2001-08-28 | 1 | -1/+7 |
| | |||||
* | OpenGL 1.3 support | Brian Paul | 2001-08-28 | 2 | -4/+5 |
| | |||||
* | bumped version string to 3.5.1 | Brian Paul | 2001-08-20 | 1 | -2/+2 |
| | |||||
* | fixed GLX context sharing bug (reported by Eric Plante) | Brian Paul | 2001-08-07 | 1 | -3/+3 |
| | |||||
* | wglUseFontBitmapsA() update (Frank Warmerdam) | Brian Paul | 2001-07-27 | 1 | -7/+135 |
| | |||||
* | Fix Alan Barnett's 'try10' display list bug. | Keith Whitwell | 2001-07-17 | 1 | -4/+4 |
| | |||||
* | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell | 2001-07-17 | 1 | -7/+7 |
| | | | | minor adjustments in the dri drivers for twosided lighting to work again. | ||||
* | more work on float colors (still not finished) | Brian Paul | 2001-07-14 | 1 | -4/+4 |
| | |||||
* | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | 2001-07-13 | 1 | -7/+7 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-07-13 | 2 | -0/+35 |
| | | | | | | | | | 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 | 8 | -1271/+1211 |
| | | | | | | | | | | | | | | 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 logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson) | Brian Paul | 2001-07-05 | 1 | -3/+4 |
| |