Header file clean-up:
[mesa.git] / src / mesa / swrast / s_zoom.c
2002-10-24 Brian PaulHeader file clean-up:
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-05-03 Brian Paulinterpolate fog valus as floats, not fixed - fixed...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
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.