summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2001-05-14Fix for glean texgen test.Keith Whitwell
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell
2001-05-10applied Jeff & Keith's optimization to write_span_mono_pixmap()Brian Paul
2001-05-10fixed bad texture border test (sometimes caused a segfault)Brian Paul
2001-05-10minor clean-upBrian Paul
2001-05-10Driver interface changesKeith Whitwell
2001-05-10check hardware type and use SETUP_SNAP if neededBrian Paul
2001-05-09minor clean-upsBrian Paul
2001-05-09fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul
2001-05-09fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul
2001-05-09remove debug codeKeith Whitwell
2001-05-03fix for moebius infinite loopKeith Whitwell
2001-05-03minor clean-ups and warning fixesBrian Paul
2001-05-03add disabled test to turn on vertex snapping.Keith Whitwell
2001-05-02fixed vertex color problemsBrian Paul
2001-05-02teximage updates. seems to work fine.Brian Paul
2001-05-01minor XFree86 changeBrian Paul
2001-05-01float color changesKeith Whitwell
2001-04-30Lots more eval fixesKeith Whitwell
2001-04-29typoKeith Whitwell
2001-04-29More HW_DIVIDE checks.Keith Whitwell
2001-04-29Allow drivers to provide a dynamic CHECK_HW_DIVIDE, to turn the divide offKeith Whitwell
2001-04-28fix color copying in twosided quadsKeith Whitwell
2001-04-28add specialized interp for backcolor, edgeflagsKeith Whitwell
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-27changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul
2001-04-26fixed mem leak in XFreeFontInfo() callBrian Paul
2001-04-26flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul
2001-04-24texture image code updates (not finished)Brian Paul
2001-04-20compilation fixes - texturing isn't working at this timeBrian Paul
2001-04-20Fixed a texture conversion problem: sometimes need to produce an intermediateBrian Paul
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul
2001-04-09remove a HAVE_ELTS that I'd stuck before.Alan Hourihane
2001-04-09fix use of projected vertices with notex vertices when DO_PTEX isn't set.Alan Hourihane
2001-04-07Add quad and quad_stripAlan Hourihane
2001-04-06add FINISH function at end of each render_* functionAlan Hourihane
2001-04-04More texture image changes.Brian Paul
2001-04-03another fix to clear_32bit_ximage()Brian Paul
2001-04-03include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul
2001-04-03fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul
2001-04-03clear pixel value wasn't byteswapped for scissored clears in clear_32bit_xima...Brian Paul
2001-03-30fixed compilation problems related to ctx->_Enabled removalBrian Paul
2001-03-30Fix calculation of fog coordinate in translate_vertex().Keith Whitwell
2001-03-29silence a compiler warningBrian Paul
2001-03-29Removed DD_Z_NEVER.Brian Paul
2001-03-28compilation updatesBrian Paul
2001-03-28- Restore texImage->IntFormat.Gareth Hughes
2001-03-27silence compiler warningsBrian Paul
2001-03-23minor tweak to visual setup for accum buffersBrian Paul
2001-03-21added teximage rescaling code. untested at this pointBrian Paul