merge from master
[mesa.git] / src / mesa / swrast / s_readpix.c
2007-03-21 Brianmerge from master
2007-03-21 Brian1D convolution (and post-conv scale/bias) were inadvert...
2007-03-18 Nicolai Haehnlefix assertion in read_depth_pixels()
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-26 Brianif renderbuffer ptr is null, just return
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-01 BrianNew SWspanarrays attribs[] array.
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-14 Keith WhitwellMake sure RENDER_FINISH is called on the zero pixel...
2006-10-22 Brian PaulColor clamping fixes.
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Brian PaulIn _mesa_pack_rgba_span_float() we don't need to make...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-12 Brian Pauladjust_colors() function replaces old _mesa_chan_to_flo...
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-10-06 Brian Paulrewrite of read_fast_rgba_pixels()
2006-09-13 Brian Paulupdated comment
2006-05-30 Brian Paulfree convolved image / fix mem leak (bug 7077)
2006-05-07 Brian Paulminor clean-ups around DepthScale/Bias
2006-03-22 Brian PaulNeed to check for new state and do readpixels/drawpixel...
2005-11-17 Brian Pauloptimize case of reading GL_DEPTH_STENCIL pixels from...
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-10-04 Brian PaulUse Visual.depthBits rather than Renderbuffer::DepthBit...
2005-10-01 Brian Paulsimplify the read_depth_stencil_pixels() function
2005-09-30 Brian Paulminor improvements
2005-09-29 Brian PaulRewrite much of the pixel zoom code.
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-27 Brian PaulLift all the format/type error checking out of the...
2005-09-23 Brian Paulfix clipped glReadPixels bug
2005-09-22 Brian PaulWhen testing visual attributes, use the Draw/Read buffe...
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-16 Brian Paullots of little clean-ups, improvements
2005-09-06 Brian Pauldon't use DEFARRAY/CHECKARRAY stuff
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-06-04 Brian Paulremove old span code
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauluse the new _mesa_clip_readpixels() routine
2004-11-09 Brian Pauldon't use ctx->Pack, use the function argument
2004-10-31 Brian PaulAllow the software fallback glDrawPixels, glReadPixels...
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2003-11-18 Brian Pauladded missing <type> error checking in read_index_pixels()
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-10-24 Brian PaulHeader file clean-up:
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-01-12 Brian Pauldon't apply scissor box in read_fast_rgba_pixels()
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-16 Brian Paulmoved depth/index/stencil span packing into image.c
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2000-12-13 Brian Paulimproved precision of glReadPixels for colorbuffers...
2000-11-28 Brian Paulfixed a convolution pixel store bug
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.