| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | check for tiny values in dir[] vector in calcposobjs(), prevents FP underflow... | Brian Paul | 2001-05-09 | 6 | -0/+42 |
* | missed a GLfixed->GLfloat fog change | Brian Paul | 2001-05-09 | 1 | -14/+13 |
* | don't call _mesa_win_fog_coords_from_z() if fog is disabled, fixes FP exception | Brian Paul | 2001-05-09 | 1 | -2/+5 |
* | make sure rotation plugged into sin/cos lookup tables is always positive, fix... | Brian Paul | 2001-05-09 | 1 | -0/+3 |
* | fixed minor logic error in _mesa_StencilOp() | Brian Paul | 2001-05-09 | 1 | -2/+1 |
* | remove debug code | Keith Whitwell | 2001-05-09 | 1 | -2/+2 |
* | add missing translate functions | Keith Whitwell | 2001-05-09 | 2 | -6/+15 |
* | fix possible segfault on destroy context | Keith Whitwell | 2001-05-09 | 3 | -10/+16 |
* | Add FLUSH_CURRENT() calls to fix ordering problems (incl. hierarchical | Keith Whitwell | 2001-05-09 | 1 | -4/+13 |
* | Use correct PV when clipping. | Keith Whitwell | 2001-05-09 | 1 | -7/+7 |
* | Don't scale basealpha by 255 now it's a float. | Keith Whitwell | 2001-05-09 | 1 | -7/+7 |
* | fix eval/colormaterial interaction | Keith Whitwell | 2001-05-09 | 1 | -2/+4 |
* | set MRD to 1.0, fixes new Glean polygon offset failure | Brian Paul | 2001-05-07 | 1 | -2/+2 |
* | sample plane equations at fragment centers, not lower-left corner | Brian Paul | 2001-05-07 | 1 | -37/+41 |
* | Add new tests. | Gareth Hughes | 2001-05-07 | 1 | -0/+2 |
* | More cleanups. | Gareth Hughes | 2001-05-07 | 1 | -141/+0 |
* | Initial new Win32 build support. More to come. | Gareth Hughes | 2001-05-07 | 3 | -123/+712 |
* | added info about driver status in 3.5 | Brian Paul | 2001-05-04 | 1 | -21/+33 |
* | do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, per... | Brian Paul | 2001-05-03 | 1 | -1/+21 |
* | interpolate fog valus as floats, not fixed - fixed the swrast fog problem | Brian Paul | 2001-05-03 | 14 | -185/+167 |
* | fix for moebius infinite loop | Keith Whitwell | 2001-05-03 | 4 | -34/+61 |
* | added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - mi... | Brian Paul | 2001-05-03 | 1 | -2/+4 |
* | minor clean-ups and warning fixes | Brian Paul | 2001-05-03 | 7 | -35/+19 |
* | 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 |
* | changed parameters to _mesa_rescale_teximage2d() | Brian Paul | 2001-05-02 | 2 | -11/+15 |
* | minor XFree86 change | Brian Paul | 2001-05-01 | 1 | -1/+5 |
* | float color changes | Keith Whitwell | 2001-05-01 | 2 | -18/+18 |
* | applied Diego Santa Cruz's patch to triangulateRectCenter() | Brian Paul | 2001-05-01 | 1 | -6/+9 |
* | removed debug | Keith Whitwell | 2001-05-01 | 3 | -18/+15 |
* | fix from Jouk | Keith Whitwell | 2001-05-01 | 1 | -3/+3 |
* | Lots more eval fixes | Keith Whitwell | 2001-04-30 | 13 | -307/+407 |
* | Restore optimization for cva glArrayElement operation. | Keith Whitwell | 2001-04-30 | 3 | -7/+15 |
* | sync with XFree86/DRI glcore.h, now identical | Brian Paul | 2001-04-29 | 1 | -9/+15 |
* | 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 |
* | 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 | 31 | -772/+780 |
* | added -display option | Brian Paul | 2001-04-27 | 1 | -7/+12 |
* | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an... | Brian Paul | 2001-04-27 | 5 | -102/+88 |
* | added _mesa_free_framebuffer_data() | Brian Paul | 2001-04-27 | 2 | -24/+47 |
* | added 16-bit/channel rendering info | Brian Paul | 2001-04-26 | 1 | -10/+10 |
* | Added Makefile support for building libOSMesa16.so which is Mesa compiled | Brian Paul | 2001-04-26 | 4 | -4/+253 |
* | 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 |