switch to using driFillInModes fix depthbuffer = 0
[mesa.git] / src / mesa / swrast / s_context.h
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-02-17 Brian PaulA bit of an overhaul of the fog code.
2004-02-17 Brian Pauladded SPAN_W
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
2003-09-18 Brian Pauls/_backface_sign/_BackfaceSign/
2003-09-17 Brian Paulmove a comment
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-03-16 Brian PaulStore partial derivative values in sw_span structure.
2003-02-28 Brian Paulminor typo
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-10-29 Brian Paulupdated email addresses
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-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
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...
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-08-14 Brian PaulFixes for 32-bit GLchans: smooth/flat/textured triangle...
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
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-07 Brian Paul_MinMagThresh[] should be GLfloat
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
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-05 Keith WhitwellReorganized software rasterizer as a module which manag...