Implemented GL_ARB_texture_env_crossbar.
[mesa.git] / src / mesa / swrast / s_context.c
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-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
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-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-03-29 Keith WhitwellRemoved DD_STENCIL, DD_FEEDBACK, DD_SELECT.
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-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-24 Keith WhitwellTemplate work
2001-02-16 Keith WhitwellFix state bitmasks for invalidating line,tri,point...
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-01-29 Brian Paulfixed computation of _MultiTextureEnabled (again)
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-13 Keith WhitwellUse correct pv in swrast lines routines
2000-12-27 Keith WhitwellFixes for compiling assembly (disable unused 'masked...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-12-09 Brian Paul_MultiTextureEnabled was being computed incorrectly
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.