Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | More .cvsignore updates. | pesco | 2001-07-02 | 2 | -0/+2 |
| | |||||
* | support for RGB_565 pixels (Lars Andersson), untested | Brian Paul | 2001-06-27 | 1 | -3/+212 |
| | |||||
* | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | 2001-06-15 | 1 | -1/+7 |
| | | | | | compression isn't really implmented. Just updated glTexImageXD() to accept compressed internal format tokens. | ||||
* | replace 255 with CHAN_MAX | Brian Paul | 2001-06-15 | 1 | -7/+7 |
| | |||||
* | fixed a comment | Brian Paul | 2001-06-14 | 1 | -2/+2 |
| | |||||
* | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul | 2001-06-13 | 1 | -1/+0 |
| | |||||
* | removed some code in XMesaDestroyContext() which could lead to a segfault | Brian Paul | 2001-06-04 | 1 | -6/+9 |
| | |||||
* | apply David Miller's quad/backcolor patch | Keith Whitwell | 2001-06-01 | 1 | -23/+49 |
| | |||||
* | fixed s/w alpha channel bug | Brian Paul | 2001-05-31 | 1 | -2/+2 |
| | |||||
* | forgot to check-in yesterday | Brian Paul | 2001-05-30 | 2 | -0/+489 |
| | |||||
* | more DRI libGL-related changes | Brian Paul | 2001-05-29 | 3 | -20/+24 |
| | |||||
* | removed some old DRI-isms | Brian Paul | 2001-05-29 | 4 | -54/+13 |
| | |||||
* | added new functions to GLX_functions[] | Brian Paul | 2001-05-29 | 1 | -4/+65 |
| | |||||
* | more work on XMesa / libGL integration | Brian Paul | 2001-05-25 | 3 | -230/+158 |
| | |||||
* | added some casts so that older glx.h can be used | Brian Paul | 2001-05-24 | 2 | -9/+9 |
| | |||||
* | Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL. | Brian Paul | 2001-05-24 | 3 | -64/+138 |
| | |||||
* | prototyping some new stuff | Brian Paul | 2001-05-24 | 1 | -82/+314 |
| | |||||
* | s/Height/height/ (Jeff Potter) | Brian Paul | 2001-05-21 | 1 | -2/+2 |
| | |||||
* | New triangle rasterization code. Store per-span initial/step values in the | Brian Paul | 2001-05-14 | 2 | -532/+551 |
| | | | | | new triangle_span struct. Much cleaner code and possibilities for future optimizations. | ||||
* | Fix for glean texgen test. | Keith Whitwell | 2001-05-14 | 1 | -8/+8 |
| | |||||
* | Set 'prefer_float_colors' true, now that tnl uses them natively. | Keith Whitwell | 2001-05-10 | 1 | -55/+40 |
| | | | | Apply Jeff Epler's optimization to ci spans as well, remove old code. |