merge from master
[mesa.git] / src / mesa / swrast / s_drawpix.c
2007-03-21 Brianmerge from master
2007-03-21 Brian1D convolution (and post-conv scale/bias) were inadvert...
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-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...
2002-02-17 Brian Pauldon't include s_fog.h
2002-02-15 Brian Paulfixed float->int conversion. Fix conditional for 16...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-15 Brian Pauladded some missing error checks
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-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-04-20 Brian PaulMinor fixes for Win32 (Karl Schultz).
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
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-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
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-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-05 Brian PaulFixed bug in MinMagThresh computation.
2001-01-03 Brian PaulMore color macro clean-ups.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulminor changes to silence compiler warnings
next