MMX modulate belding function added.
[mesa.git] / src / mesa / swrast / s_blend.c
2002-04-19 Jose FonsecaMMX modulate belding function added.
2002-04-10 Brian Paulnew MMX blend code (Jose Fonseca)
2002-04-04 Brian Paulfixed 16 bit/channel problem in blend_modulate()
2002-04-04 Brian Paulblend_add() modified for GLfloat channels
2002-04-02 Brian Paulmore blending updates from Jose
2002-04-02 Brian Paulfaster blending (Jose Fonseca)
2002-03-27 Brian Paulfixed inequality in an assertion
2002-02-12 Karl Schultzfix compiler warning (windows)
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2001-12-13 Brian Paulspecial case blend optmizations (Jeremy Fitzhardinge)
2001-07-16 Brian Pauldisable MMX blend code until it gets fixed
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paulmore clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.