summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_imaging.c
Commit message (Collapse)AuthorAgeFilesLines
* swrast: remove obsolete s_imaging.c fileBrian Paul2009-09-191-176/+0
|
* mesa: move readbuffer testsBrian Paul2009-09-191-20/+0
|
* mesa: move the NullBufferObj from GLcontext to gl_shared_stateBrian Paul2009-05-071-5/+5
| | | | | Since shared array objects may point to the null/default buffer object, the null/default buffer object should be part of the shared state.
* swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul2009-01-301-12/+8
|
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-2/+3
| | | | | This is another step toward removing a whole bunch of -I flags from the cc commands. Still need to address driver code...
* Lots of changes to support runtime renderbuffer depths.Brian Paul2006-10-121-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.
* Protect _swrast_read_rgba_span with RENDER_START/FINISHKeith Whitwell2006-06-141-0/+10
|
* Remove last remnants of pre-renderbuffer code.Brian Paul2005-09-031-26/+2
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-6/+28
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* PBO support for glColorTable, glColorSubTable, glGetColorTable, etc.Brian Paul2004-10-311-0/+16
|
* PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc.Brian Paul2004-10-311-1/+17
|
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-9/+13
| | | | | Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet.
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
|
* replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul2003-03-251-5/+5
|
* Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul2002-07-091-11/+17
| | | | | indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details.
* fixed 16/32-bit channel problems in CopyColor[Sub]Table()Brian Paul2002-04-041-5/+5
|
* New filesKeith Whitwell2001-03-191-0/+150
|
* renamed to histogramBrian Paul2000-11-101-106/+0
|
* Reorganized software rasterizer as a module which manages its own state,Keith Whitwell2000-11-051-1/+2
| | | | | | with tighter interfaces with the rest of the world. Proper documentation to come.
* Moved software rasterizer functionality to new directory.Keith Whitwell2000-10-311-0/+105