Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-20 | bumped version string to 3.5.1 | Brian Paul | |
2001-08-07 | fixed GLX context sharing bug (reported by Eric Plante) | Brian Paul | |
2001-07-27 | wglUseFontBitmapsA() update (Frank Warmerdam) | Brian Paul | |
2001-07-17 | Fix Alan Barnett's 'try10' display list bug. | Keith Whitwell | |
2001-07-17 | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell | |
minor adjustments in the dri drivers for twosided lighting to work again. | |||
2001-07-14 | more work on float colors (still not finished) | Brian Paul | |
2001-07-13 | assorted changes for supporting GLfloat color channels (not done) | Brian Paul | |
2001-07-13 | Committing in . | Jouk Jansen | |
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. ---------------------------------------------------------------------- | |||
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell | |
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. | |||
2001-07-05 | fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson) | Brian Paul | |
2001-07-02 | More .cvsignore updates. | pesco | |
2001-06-27 | support for RGB_565 pixels (Lars Andersson), untested | Brian Paul | |
2001-06-15 | Enable GL_ARB_texture_compression for XMesa/GLX driver. Texture | Brian Paul | |
compression isn't really implmented. Just updated glTexImageXD() to accept compressed internal format tokens. | |||
2001-06-15 | replace 255 with CHAN_MAX | Brian Paul | |
2001-06-14 | fixed a comment | Brian Paul | |
2001-06-13 | Allow different max texture sizes for 1/2D, 3D and cube maps. | Brian Paul | |
2001-06-04 | removed some code in XMesaDestroyContext() which could lead to a segfault | Brian Paul | |
2001-06-01 | apply David Miller's quad/backcolor patch | Keith Whitwell | |
2001-05-31 | fixed s/w alpha channel bug | Brian Paul | |
2001-05-30 | forgot to check-in yesterday | Brian Paul | |
2001-05-29 | more DRI libGL-related changes | Brian Paul | |
2001-05-29 | removed some old DRI-isms | Brian Paul | |
2001-05-29 | added new functions to GLX_functions[] | Brian Paul | |
2001-05-25 | more work on XMesa / libGL integration | Brian Paul | |
2001-05-24 | added some casts so that older glx.h can be used | Brian Paul | |
2001-05-24 | Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL. | Brian Paul | |
2001-05-24 | prototyping some new stuff | Brian Paul | |
2001-05-21 | s/Height/height/ (Jeff Potter) | Brian Paul | |
2001-05-14 | New triangle rasterization code. Store per-span initial/step values in the | Brian Paul | |
new triangle_span struct. Much cleaner code and possibilities for future optimizations. | |||
2001-05-14 | Fix for glean texgen test. | Keith Whitwell | |
2001-05-10 | Set 'prefer_float_colors' true, now that tnl uses them natively. | Keith Whitwell | |
Apply Jeff Epler's optimization to ci spans as well, remove old code. | |||
2001-05-10 | applied Jeff & Keith's optimization to write_span_mono_pixmap() | Brian Paul | |
2001-05-10 | fixed bad texture border test (sometimes caused a segfault) | Brian Paul | |
2001-05-10 | minor clean-up | Brian Paul | |
2001-05-10 | Driver interface changes | Keith Whitwell | |
2001-05-10 | check hardware type and use SETUP_SNAP if needed | Brian Paul | |
2001-05-09 | minor clean-ups | Brian Paul | |
2001-05-09 | fixed font/bitmap x-offset bug (Frank Warmerdam) | Brian Paul | |
2001-05-09 | fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam) | Brian Paul | |
2001-05-09 | remove debug code | Keith Whitwell | |
2001-05-03 | fix for moebius infinite loop | Keith Whitwell | |
2001-05-03 | minor clean-ups and warning fixes | Brian Paul | |
2001-05-03 | add disabled test to turn on vertex snapping. | Keith Whitwell | |
2001-05-02 | fixed vertex color problems | Brian Paul | |
2001-05-02 | teximage updates. seems to work fine. | Brian Paul | |
2001-05-01 | minor XFree86 change | Brian Paul | |
2001-05-01 | float color changes | Keith Whitwell | |
2001-04-30 | Lots more eval fixes | Keith Whitwell | |
2001-04-29 | typo | Keith Whitwell | |
2001-04-29 | More HW_DIVIDE checks. | Keith Whitwell | |