s/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()
[mesa.git] / src / mesa / swrast / s_buffers.c
2007-06-30 Brians/SPAN_RGBA/SPAN_INDEX/ in clear_ci_buffer_with_masking()
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-23 Briansilence C++ warnings
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-06 Brian Paulrewrite clear_rgba_buffer_with_masking()
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-24 Brian PaulChange logicop, blend, masking functions to use the...
2006-09-24 Brian Pauluse span.arrays for color/indexes instead of a local...
2006-09-22 Brian PaulGet rid of _swrast_mask_rgba_array() and _swrast_mask_i...
2006-04-25 Brian Paulupdate some tests for visual bit depths to use renderbu...
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-09 Brian Pauluse UNCLAMPED_FLOAT_TO_USHORT/UBYTE in clear_rgba_buffe...
2005-09-16 Brian Paulpass mask=NULL to write all pixels in clear_ci_buffer_w...
2005-09-05 Brian Paulremove unused var
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-08-31 Brian PaulJust additional comments.
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-21 Brian Paulcheck for NULL swrast->Driver.SetBuffer before calling it
2005-06-04 Brian Paulremove old span code
2005-05-08 Jon Smirldri fb works using renderbuffers now in RGBA mode
2005-05-06 Brian Paulrestore call to SetBuffer() in clear_color_buffers...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-02-04 Brian Paulfix typo
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2002-11-13 Brian Pauloptimized color buffer clear fallback (use mono-color...
2002-10-24 Brian PaulHeader file clean-up:
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
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 Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-13 Brian Paulfixed an assertion
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.