summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_imaging.c
AgeCommit message (Collapse)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
This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code...
2006-10-12Lots of changes to support runtime renderbuffer depths.Brian Paul1-4/+4
_swrast_read_rgba_span() now takes a datatype parameter. New optimization for glReadPixels(format=GL_RGB). New glCopyPixels optimization for the simple, common cases.
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
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
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
Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet.
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
indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details.
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
with tighter interfaces with the rest of the world. Proper documentation to come.
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+105