Merge branch 'origin' into i915-unification
[mesa.git] / src / mesa / swrast / s_copypix.c
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-20 BrianOverhaul/simplify SWvertex and SWspan attribute handling.
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-21 BrianFix color sum bug 10688.
2007-04-11 Brianas with prev commit, also fix color index mode zoomed...
2007-04-11 Brianfix zoomed depth copies (bug 10608)
2007-04-06 Brianfix color storage bug in convolution path
2007-04-04 BrianOverlapping copies with zoomZ=-1 were broken. See...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 BrianAdd _swrast_span_default_secondary_color() for use...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-22 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-21 Brianmerge from master
2007-03-21 Brian1D convolution (and post-conv scale/bias) were inadvert...
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
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
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-22 Brian Paulsilence used var warnings
2006-10-14 Brian Paulcut and paste error: s/Width/Height/
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-12 Brian PaulLots of changes to support runtime renderbuffer depths.
2006-10-11 Brian Pauluse GLvoid * for _swrast_write_zoomed_rgb/rgba_span...
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-05-06 Brian PaulCheck for overflow when converting floating pt Z values...
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-17 Brian Pauls/MEMCPY/_mesa_memcpy/ and fix typo
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-10-31 Brian Paulcheck swrast->_FogEnabled instead of ctx->Fog.Enabled
2005-09-29 Brian Paulimplement CopyPixels for GL_DEPTH_STENCIL_EXT
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-22 Brian PaulWhen testing visual attributes, use the Draw/Read buffe...
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-15 Brian PaulUpdate includes post-splitting of s_texture.c
2005-09-06 Brian Pauldon't use DEFARRAY/CHECKARRAY stuff
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-06-02 Brian PaulRemove last of the old span code.
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2004-11-01 Brian Paulfix convolution regression from revision 1.48 to 1.49
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulconsolidate image transfer operations in new _mesa_appl...
2004-02-28 Brian Paulmove _swrast_texture_table_lookup() to _mesa_lookup_rgb...
2003-12-05 Brian PaulFix a front/back CopyPixels glitch.
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2002-12-05 Brian Paulclean-ups, comments
2002-10-30 Brian Pauldon't call abort()
2002-10-24 Brian PaulHeader file clean-up:
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-03-14 Brian Paulfixed pointer arithmetic error in glCopyPixels
2002-02-17 Brian Pauldon't include s_fog.h
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-28 Brian PaulStill more texture/span simplification and clean-up.
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-16 Brian Pauladded another test in regions_overlap() (Klaus)
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-12-14 Brian Paulvertex program check-in
2001-07-23 Brian PaulGLubyte -> GLchan change
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Brian Paulfixed two bad casts (Stephane Conversy)
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-18 Brian Paulfix glDraw/CopyPixels w/ fog bug. minor fog code clean...
2001-05-30 Brian Pauladded current raster fog coord and related code
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
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-22 Brian Paulimprovements to regions_overlap() function
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-28 Brian Paulchanged error tests for depth and stencil buffers
2000-11-28 Jouk Jansen Committing in .
2000-11-28 Brian PaulPass scale and bias values to _mesa_scale_and_bias_rgba().
2000-11-10 Brian Paulreplaced s_imaging.h with s_histogram.h
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-10-31 Brian PaulAlways call Driver.SetReadBuffer() in copy pixels funct...
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.