fixes for CHAN_BITS!=8
[mesa.git] / src / mesa / swrast / s_logic.c
2006-04-27 Brian Paulfixes for CHAN_BITS!=8
2005-09-16 Brian PaulFix potential segfault when trying to read pixels outsi...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-04 Brian Paulfix an assertion
2005-06-02 Brian PaulRemove last of the old span code.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2002-10-24 Brian PaulHeader file clean-up:
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
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-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-05-10 Brian PaulRGBA mode GL_NAND was wrong, fixed 16-bit GLchan support
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-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-13 Brian Paulfixed GL_SET bug
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.