Age | Commit message (Expand) | Author |
2002-05-02 | Implemented GL_ARB_texture_env_crossbar. | Brian Paul |
2002-04-19 | Allocate a sw_span struct in the swrast context instead of allocating it | Brian Paul |
2002-04-19 | casts to fix GLint/GLuint mismatches | Brian Paul |
2002-02-02 | Converted line drawing over to new span code, pb no longer used. | Brian Paul |
2002-02-02 | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul |
2002-01-10 | Klaus's latest patches: change texcoord[3] to texcoord[4] everywhere | Brian Paul |
2001-12-17 | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul |
2001-07-28 | Remove _BaseAlpha, fix reflect lighting bug. | Keith Whitwell |
2001-07-17 | Lighting now emits colors as CHAN_TYPE, as it used to. This will require | Keith Whitwell |
2001-07-13 | assorted changes for supporting GLfloat color channels (not done) | Brian Paul |
2001-07-12 | Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make it | Keith Whitwell |
2001-05-17 | Fix order of decomposition of quad. | Keith Whitwell |
2001-03-29 | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. | Keith Whitwell |
2001-03-29 | Removed DD_Z_NEVER. | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-24 | Template work | Keith Whitwell |
2001-02-16 | Fix state bitmasks for invalidating line,tri,point functions. (won't fix | Keith Whitwell |
2001-02-16 | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR when | Keith Whitwell |
2001-01-29 | fixed computation of _MultiTextureEnabled (again) | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2001-01-13 | Use correct pv in swrast lines routines | Keith Whitwell |
2000-12-27 | Fixes for compiling assembly (disable unused 'masked' versions) | Keith Whitwell |
2000-12-26 | Major rework of tnl module | Keith Whitwell |
2000-12-09 | _MultiTextureEnabled was being computed incorrectly | Brian Paul |
2000-11-22 | Committing in . | Jouk Jansen |
2000-11-19 | Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
2000-11-10 | minor changes to silence compiler warnings | Brian Paul |
2000-11-05 | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell |
2000-10-31 | Moved software rasterizer functionality to new directory. | Keith Whitwell |