Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-12 | Lots of changes to support runtime renderbuffer depths. | Brian Paul | |
_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-14 | Protect _swrast_read_rgba_span with RENDER_START/FINISH | Keith Whitwell | |
2005-09-03 | Remove last remnants of pre-renderbuffer code. | Brian Paul | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2004-10-31 | PBO support for glColorTable, glColorSubTable, glGetColorTable, etc. | Brian Paul | |
2004-10-31 | PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc. | Brian Paul | |
2004-03-13 | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | |
Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet. | |||
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | |
2003-03-25 | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul | |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | |
indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details. | |||
2002-04-04 | fixed 16/32-bit channel problems in CopyColor[Sub]Table() | Brian Paul | |
2001-03-19 | New files | Keith Whitwell | |
2000-11-10 | renamed to histogram | Brian Paul | |
2000-11-05 | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell | |
with tighter interfaces with the rest of the world. Proper documentation to come. | |||
2000-10-31 | Moved software rasterizer functionality to new directory. | Keith Whitwell | |