Major check-in of changes for GL_EXT_framebuffer_object extension.
[mesa.git] / src / mesa / swrast / swrast.h
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-10-31 Brian PaulRemoved _swrast_validate_pbo_access().
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-24 Brian Paulpatches for clearing hw depth buffers from software...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-09 Brian PaulFix color index mode rendering.
2003-09-17 Brian Paulchanged a comment
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-02-23 Brian PaulMove span stuff from swrast.h to s_context.h (it's...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-11-13 Brian Pauladded comments about NULL mask parameter to span-write...
2002-10-29 Brian Paulupdated email addresses
2002-10-21 Brian Pauldoxygen comments (Klaus Niederkrueger)
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2002-09-17 Brian Paulpull-in changes from DRI/Mesa-4.0.4
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-12 Brian Paulupdated a few comments
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-28 Brian PaulStill more texture/span simplification and clean-up.
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
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-01-13 Keith WhitwellUse correct pv in swrast lines routines
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-08 Brian PaulCompute attenuated point size in a new pipeline stage.
2000-11-22 Jouk Jansen Committing in .
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.