Merge branch 'origin' into glsl-compiler-1
[mesa.git] / src / mesa / swrast / s_imaging.c
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-06-14 Keith WhitwellProtect _swrast_read_rgba_span with RENDER_START/FINISH
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-10-31 Brian PaulPBO support for glColorTable, glColorSubTable, glGetCol...
2004-10-31 Brian PaulPBO support for glConvolutionFilter1D/2D, glGetConvolut...
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
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-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-04-04 Brian Paulfixed 16/32-bit channel problems in CopyColor[Sub]Table()
2001-03-19 Keith WhitwellNew files
2000-11-10 Brian Paulrenamed to histogram
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.