Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-04-29 | Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide off | Keith Whitwell | |
according to a runtime test. | |||
2001-04-28 | fix color copying in twosided quads | Keith Whitwell | |
2001-04-28 | add specialized interp for backcolor, edgeflags | Keith Whitwell | |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell | |
2001-04-27 | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵ | Brian Paul | |
and GLframebuffer structs instead of pointers | |||
2001-04-26 | fixed mem leak in XFreeFontInfo() call | Brian Paul | |
2001-04-26 | flush pipeline in WMesaSwapBuffers (Frank Warmerdam) | Brian Paul | |
2001-04-24 | texture image code updates (not finished) | Brian Paul | |
2001-04-20 | compilation fixes - texturing isn't working at this time | Brian Paul | |
2001-04-20 | Fixed a texture conversion problem: sometimes need to produce an intermediate | Brian Paul | |
texture image in the base internal format between user->Mesa format conversion. See comments in texstore.c | |||
2001-04-10 | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus ↵ | Brian Paul | |
Niederkrueger) | |||
2001-04-09 | remove a HAVE_ELTS that I'd stuck before. | Alan Hourihane | |
2001-04-09 | fix use of projected vertices with notex vertices when DO_PTEX isn't set. | Alan Hourihane | |
2001-04-07 | Add quad and quad_strip | Alan Hourihane | |
2001-04-06 | add FINISH function at end of each render_* function | Alan Hourihane | |
fix typo. | |||
2001-04-04 | More texture image changes. | Brian Paul | |
1. Added ctx->Driver.ChooseTextureFormat() function. Examines user's internalFormat, format, type params and returns a gl_texture_format. 2. _mesa_store_teximage[123]d() calls ctx->Driver.ChooseTextureFormat(), allocates storage and transfers the image into the desired format. 3. _mesa_transfer_teximage() now takes a gl_texture_format to describe the destination format. Any combination of input format/type and output gl_texture_format is accepted. Uses optimized _mesa_convert_- texsubimage[123]d() functions when possible. 3. DRI driver's TexImage[123]D functions should be a lot simpler now. | |||
2001-04-03 | another fix to clear_32bit_ximage() | Brian Paul | |
2001-04-03 | include fxdrv.h before other headers (Ivan Kalvatchev) | Brian Paul | |
2001-04-03 | fixed wglUseFontBitmapsA() bugs (Frank Warmerdam) | Brian Paul | |
2001-04-03 | clear pixel value wasn't byteswapped for scissored clears in ↵ | Brian Paul | |
clear_32bit_ximage() | |||
2001-03-30 | fixed compilation problems related to ctx->_Enabled removal | Brian Paul | |
2001-03-30 | Fix calculation of fog coordinate in translate_vertex(). | Keith Whitwell | |
2001-03-29 | silence a compiler warning | Brian Paul | |
2001-03-29 | Removed DD_Z_NEVER. | Brian Paul | |
Replaced SEPERATE with SEPARATE. Renumbered _NEW_ flags. Removed _NEW_COLORTABLE. | |||
2001-03-28 | compilation updates | Brian Paul | |
2001-03-28 | - Restore texImage->IntFormat. | Gareth Hughes | |
- Fix FX driver texture image conversions. | |||
2001-03-27 | silence compiler warnings | Brian Paul | |
2001-03-23 | minor tweak to visual setup for accum buffers | Brian Paul | |