Fix some issues with glDrawBuffer(GL_NONE), bug 14198
[mesa.git] / src / mesa / swrast / s_drawpix.c
2008-01-23 BrianFix some issues with glDrawBuffer(GL_NONE), bug 14198
2008-01-06 BrianSimplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers...
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-18 Eric AnholtFix mismatched map/unmap of buffers in swrast read...
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-08 BrianChange float depthScale param to _mesa_unpack_depth_spa...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-05 Eric AnholtMerge branch 'i915-unification' of git+ssh://people...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-03 Brianuse _mesa_unpack_stencil_span() in draw_stencil_pixels...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-30 Briansimplify INIT_SPAN code
2007-06-30 BrianUndo some prev glDraw/CopyPixel changes which fixed...
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Eric AnholtMerge branch 'origin' into i915-unification
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
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-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-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Xiang, Haihaomesa: SWAP_BUFF support when calling DrawPixels(DEPTH_C...
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-13 Brian PaulConsolidate, move, fix code related to color index...
2006-10-13 Brian Pauls/GLuint/GLbitfield/
2006-10-12 Brian Pauluse _mesa_map_ci8_to_rgba8() instead of _mesa_map_ci8_t...
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-11 Brian Paulrewrite/simplify the fast_draw_pixels() function
2006-10-01 Brian PaulNew SWspan and SWspanarrays typedefs.
2006-09-21 Brian Paulremove rgb[] array from span_arrays_struct - was only...
2006-05-22 Brian PaulGL_INDEX_OFFSET didn't work with CI->RGB mappings.
2006-05-07 Brian Paulminor clean-ups around DepthScale/Bias
2006-03-22 Brian PaulNeed to check for new state and do readpixels/drawpixel...
2006-03-19 Brian Paulminor clean-ups
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-17 Brian Pauloptimize drawing GL_DEPTH_STENCIL pixels into a GL_DEPT...
2005-11-16 Brian PaulUse new gl_framebuffer _Depth/_StencilBuffer fields...
2005-11-14 Brian Paulremove unneeded RasterPosValid check
2005-10-31 Brian Paulcheck swrast->_FogEnabled instead of ctx->Fog.Enabled
2005-10-04 Brian PaulUse Visual.depthBits rather than Renderbuffer::DepthBit...
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-22 Brian PaulWhen testing visual attributes, use the Draw/Read buffe...
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-20 Brian Paulremove unneeded sizeof(GLdepth) test
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-07-01 Brian Paulremove OLD_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-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian PaulRemoved _swrast_clip_pixelrect(). Use _mesa_clip_drawp...
2004-10-31 Brian PaulAllow the software fallback glDrawPixels, glReadPixels...
2004-09-30 Brian Paulset span.y prior to each span write in draw_depth_pixel...
2004-09-28 Karl SchultzFix bug in glDrawPixels when writing color indexed...
2004-07-26 Brian Paulconsistantly use unpack parameter, instead of ctx-...
2004-05-14 Brian PaulMinor fixes/optimizations to type conversions in draw_d...
2004-04-22 Brian PaulNew glTexImage code.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulrename some span pack/unpack functions for better unifo...
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-08-23 Brian Paulindentation fix
2003-08-23 Brian PaulglDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn...
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-01-16 Brian Paulanother fix for glDrawPixels + clipping
2003-01-15 Brian Paulfix glDrawPixels hang when clipping
2002-12-18 Brian Paulcomment changes
2002-12-05 Brian Paulproperly handle very wide images
2002-11-25 Brian Paulset default texcoords for glBitmap/glDrawPixels
2002-10-30 Brian Paulremove some stray debug/abort code
2002-10-24 Brian PaulHeader file clean-up:
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
next