Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | applied Jeff & Keith's optimization to write_span_mono_pixmap() | Brian Paul | 2001-05-10 | 1 | -1/+22 |
| | |||||
* | fixed bad texture border test (sometimes caused a segfault) | Brian Paul | 2001-05-10 | 1 | -1/+1 |
| | |||||
* | minor clean-up | Brian Paul | 2001-05-10 | 1 | -18/+1 |
| | |||||
* | Driver interface changes | Keith Whitwell | 2001-05-10 | 3 | -2/+7 |
| | |||||
* | check hardware type and use SETUP_SNAP if needed | Brian Paul | 2001-05-10 | 3 | -13/+21 |
| | |||||
* | minor clean-ups | Brian Paul | 2001-05-09 | 1 | -8/+13 |
| | |||||
* | fixed font/bitmap x-offset bug (Frank Warmerdam) | Brian Paul | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam) | Brian Paul | 2001-05-09 | 1 | -2/+3 |
| | |||||
* | remove debug code | Keith Whitwell | 2001-05-09 | 1 | -2/+2 |
| | |||||
* | fix for moebius infinite loop | Keith Whitwell | 2001-05-03 | 1 | -1/+2 |
| | |||||
* | minor clean-ups and warning fixes | Brian Paul | 2001-05-03 | 2 | -3/+3 |
| | |||||
* | add disabled test to turn on vertex snapping. | Keith Whitwell | 2001-05-03 | 1 | -0/+5 |
| | |||||
* | fixed vertex color problems | Brian Paul | 2001-05-02 | 2 | -13/+13 |
| | |||||
* | teximage updates. seems to work fine. | Brian Paul | 2001-05-02 | 2 | -116/+121 |
| | |||||
* | minor XFree86 change | Brian Paul | 2001-05-01 | 1 | -1/+5 |
| | |||||
* | float color changes | Keith Whitwell | 2001-05-01 | 2 | -18/+18 |
| | |||||
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 1 | -1/+5 |
| | |||||
* | typo | Keith Whitwell | 2001-04-29 | 1 | -2/+1 |
| | |||||
* | More HW_DIVIDE checks. | Keith Whitwell | 2001-04-29 | 1 | -6/+6 |
| | |||||
* | Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide off | Keith Whitwell | 2001-04-29 | 2 | -16/+18 |
| | | | | according to a runtime test. | ||||
* | fix color copying in twosided quads | Keith Whitwell | 2001-04-28 | 1 | -2/+10 |
| | |||||
* | add specialized interp for backcolor, edgeflags | Keith Whitwell | 2001-04-28 | 3 | -5/+129 |
| | |||||
* | Support for floating point color representation in tnl module. | Keith Whitwell | 2001-04-28 | 2 | -61/+60 |
| | |||||
* | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵ | Brian Paul | 2001-04-27 | 5 | -102/+88 |
| | | | | and GLframebuffer structs instead of pointers | ||||
* | fixed mem leak in XFreeFontInfo() call | Brian Paul | 2001-04-26 | 1 | -3/+3 |
| | |||||
* | flush pipeline in WMesaSwapBuffers (Frank Warmerdam) | Brian Paul | 2001-04-26 | 1 | -1/+9 |
| | |||||
* | texture image code updates (not finished) | Brian Paul | 2001-04-24 | 3 | -195/+143 |
| | |||||
* | compilation fixes - texturing isn't working at this time | Brian Paul | 2001-04-20 | 2 | -2/+7 |
| | |||||
* | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul | 2001-04-20 | 1 | -1/+3 |
| | | | | | texture image in the base internal format between user->Mesa format conversion. See comments in texstore.c | ||||
* | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus ↵ | Brian Paul | 2001-04-10 | 1 | -5/+6 |
| | | | | Niederkrueger) | ||||
* | remove a HAVE_ELTS that I'd stuck before. | Alan Hourihane | 2001-04-09 | 1 | -2/+2 |
| |