summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_imaging.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul1-12/+8
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-2/+3
2006-10-12Lots of changes to support runtime renderbuffer depths.Brian Paul1-4/+4
2006-06-14Protect _swrast_read_rgba_span with RENDER_START/FINISHKeith Whitwell1-0/+10
2005-09-03Remove last remnants of pre-renderbuffer code.Brian Paul1-26/+2
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-6/+28
2004-10-31PBO support for glColorTable, glColorSubTable, glGetColorTable, etc.Brian Paul1-0/+16
2004-10-31PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc.Brian Paul1-1/+17
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-9/+13
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-5/+5
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul1-11/+17
2002-04-04fixed 16/32-bit channel problems in CopyColor[Sub]Table()Brian Paul1-5/+5
2001-03-19New filesKeith Whitwell1-0/+150
2000-11-10renamed to histogramBrian Paul1-106/+0
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-1/+2
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+105