Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More suport for t&l drivers | Keith Whitwell | 2002-02-13 | 2 | -30/+40 |
| | | | | | Fix GLuint compare bugs Fix RESET_STIPPLE calls | ||||
* | Daniel Borca's new DOS/DJGPP driver. | Brian Paul | 2002-02-12 | 4 | -0/+1499 |
| | |||||
* | return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32 | Brian Paul | 2002-01-30 | 1 | -3/+9 |
| | |||||
* | Fixes for 24-bit Windows devices. The old code was trying to do 3-byte | Karl Schultz | 2002-01-16 | 1 | -5/+11 |
| | | | | stores with a full DWORD store (yuk). (Jeff Lewis) | ||||
* | Fixed pixel color component problem and clear code for 24-bit Windows | Karl Schultz | 2002-01-15 | 2 | -159/+179 |
| | | | | devices. (Jeff Lewis) | ||||
* | Remove trailing CR's. No logical changes. | Karl Schultz | 2002-01-15 | 1 | -478/+487 |
| | |||||
* | Fix clipping problem on mga | Keith Whitwell | 2001-12-20 | 1 | -3/+3 |
| | |||||
* | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul | 2001-12-17 | 2 | -50/+49 |
| | |||||
* | fix for ubyte colors | Keith Whitwell | 2001-12-13 | 1 | -14/+14 |
| | |||||
* | fix glut tess lockup | Keith Whitwell | 2001-12-11 | 1 | -8/+3 |
| | |||||
* | main trunk is now 4.1 | Karl Schultz | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | update to version 4.0 | Karl Schultz | 2001-11-29 | 1 | -1/+1 |
| | |||||
* | 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. |