| Commit message (Expand) | Author | Age | Files | Lines |
* | swrast: rename s_buffers.c -> s_clear.c | Brian Paul | 2009-03-07 | 1 | -346/+0 |
* | mesa: remove unused AUX buffers | Brian Paul | 2009-03-02 | 1 | -4/+1 |
* | swrast: replace RENDER_START/FINISH macros with inline functions | Brian Paul | 2009-01-30 | 1 | -4/+2 |
* | mesa: prefix a bunch of #include lines with "main/". | Brian Paul | 2008-09-18 | 1 | -5/+5 |
* | fix botched test for clearing color buffers (should fix depth peeling regress... | Brian | 2008-03-09 | 1 | -3/+4 |
* | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian | 2008-01-06 | 1 | -5/+5 |
* | simplify INIT_SPAN code | Brian | 2007-06-29 | 1 | -2/+6 |
* | s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking() | Brian | 2007-06-29 | 1 | -1/+1 |
* | silence C++ warnings | Brian | 2007-01-23 | 1 | -1/+4 |
* | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 1 | -12/+9 |
* | rewrite clear_rgba_buffer_with_masking() | Brian Paul | 2006-10-06 | 1 | -8/+27 |
* | New SWspan and SWspanarrays typedefs. | Brian Paul | 2006-10-01 | 1 | -2/+2 |
* | Change logicop, blend, masking functions to use the colors/indexes in the | Brian Paul | 2006-09-24 | 1 | -2/+2 |
* | use span.arrays for color/indexes instead of a local var when doing masked cl... | Brian Paul | 2006-09-24 | 1 | -20/+26 |
* | Get rid of _swrast_mask_rgba_array() and _swrast_mask_index_array(). | Brian Paul | 2006-09-22 | 1 | -7/+19 |
* | update some tests for visual bit depths to use renderbuffers | Brian Paul | 2006-04-25 | 1 | -3/+4 |
* | Use new gl_framebuffer _Depth/_StencilBuffer fields instead of | Brian Paul | 2005-11-16 | 1 | -9/+4 |
* | use UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffer() (bug #4992) | Brian Paul | 2005-11-09 | 1 | -8/+9 |
* | pass mask=NULL to write all pixels in clear_ci_buffer_with_masking() | Brian Paul | 2005-09-16 | 1 | -9/+8 |
* | remove unused var | Brian Paul | 2005-09-05 | 1 | -1/+0 |
* | Remove last remnants of pre-renderbuffer code. | Brian Paul | 2005-09-03 | 1 | -100/+0 |
* | Just additional comments. | Brian Paul | 2005-08-31 | 1 | -1/+7 |
* | Remove NEW_RENDERBUFFER stuff. | Brian Paul | 2005-07-01 | 1 | -1/+1 |
* | check for NULL swrast->Driver.SetBuffer before calling it | Brian Paul | 2005-06-21 | 1 | -3/+5 |
* | remove old span code | Brian Paul | 2005-06-04 | 1 | -52/+26 |
* | dri fb works using renderbuffers now in RGBA mode | Jon Smirl | 2005-05-08 | 1 | -2/+4 |
* | restore call to SetBuffer() in clear_color_buffers(), only temporary | Brian Paul | 2005-05-06 | 1 | -7/+6 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -135/+235 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -11/+21 |
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul | 2004-08-25 | 1 | -0/+2 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -38/+71 |
* | fix typo | Brian Paul | 2004-02-04 | 1 | -4/+3 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
* | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | 2003-03-25 | 1 | -11/+11 |
* | optimized color buffer clear fallback (use mono-color span functions | Brian Paul | 2002-11-13 | 1 | -28/+11 |
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -2/+2 |
* | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul | 2002-10-11 | 1 | -23/+10 |
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -17/+15 |
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -14/+74 |
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -9/+9 |
* | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | 2002-03-16 | 1 | -10/+10 |
* | sw_span can now hold x/y arrays of fragment positions - getting ready to | Brian Paul | 2002-02-02 | 1 | -5/+5 |
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -14/+18 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -10/+8 |
* | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul | 2001-03-07 | 1 | -2/+2 |
* | fixed an assertion | Brian Paul | 2001-02-13 | 1 | -2/+3 |
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 1 | -10/+10 |
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 1 | -5/+5 |
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 1 | -9/+9 |
* | Moved software rasterizer functionality to new directory. | Keith Whitwell | 2000-10-31 | 1 | -0/+257 |