Age | Commit message (Expand) | Author |
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian |
2007-06-29 | simplify INIT_SPAN code | Brian |
2007-03-15 | add some rb->Data null ptr checks (bug 7205) | Brian |
2006-10-18 | Don't pass x/y/width/height to ctx->Driver.Accum(). | Brian Paul |
2006-10-12 | Lots of changes to support runtime renderbuffer depths. | Brian Paul |
2006-10-01 | New SWspan and SWspanarrays typedefs. | Brian Paul |
2006-09-24 | Change logicop, blend, masking functions to use the colors/indexes in the | Brian Paul |
2006-09-24 | use span.array->rgba instead of local var in accum_return() | Brian Paul |
2006-09-22 | Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array(). | Brian Paul |
2006-04-27 | fixes for CHAN_BITS!=8 | Brian Paul |
2005-09-21 | Remove ACCUM_BITS. | Brian Paul |
2005-09-03 | Remove last remnants of pre-renderbuffer code. | Brian Paul |
2005-06-02 | Remove last of the old span code. | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-11-27 | new comments and assertions | Brian Paul |
2004-02-04 | fix typo | Brian Paul |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2003-03-25 | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul |
2002-10-30 | s/BZERO/_mesa_bzero/ | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul |
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul |
2002-03-19 | Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture | Brian Paul |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul |
2002-02-02 | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul |
2001-09-19 | silence compiler warnings (last batch for src) | Karl Schultz |
2001-07-13 | assorted changes for supporting GLfloat color channels (not done) | Brian Paul |
2001-04-20 | Minor fixes for Win32 (Karl Schultz). | Brian Paul |
2001-04-10 | Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk... | 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-08 | More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work. | Brian Paul |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
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 |