summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_copypix.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-2/+2
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-5/+5
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-1/+1
2012-02-24swrast: remove MAX_WIDTH arrays in s_copypix.cBrian Paul1-5/+20
2012-01-24swrast: use swrast_renderbuffer instead of gl_renderbufferBrian Paul1-3/+7
2012-01-24swrast: stop using Put/GetRow/Values() in swrast codeBrian Paul1-0/+47
2012-01-24swrast: remove dstType param from _swrast_read_rgba_span()Brian Paul1-2/+2
2012-01-06swrast: Fix use of uninitialized value in rbmapping changes.Eric Anholt1-1/+1
2012-01-06swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().Eric Anholt1-6/+7
2012-01-06swrast: Move the check for fast_copy_pixels() ability to caller.Eric Anholt1-9/+5
2011-12-24swrast: remove the copy_depth_stencil_pixels() functionBrian Paul1-178/+3
2011-12-24swrast: stop using depth/stencil wrappers in CopyPixels codeBrian Paul1-8/+21
2011-12-24swrast: do fast_copy_pixels() with Map/UnmapRenderbuffer()Brian Paul1-43/+89
2011-12-08swrast: use malloc instead of MAX_WIDTH arrays in glCopyPixels, zoom codeBrian Paul1-1/+9
2011-11-15mesa: replace GLstencil with GLubyteBrian Paul1-8/+8
2010-10-23mesa: split up the image.c fileBrian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-7/+7
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-103/+0
2010-09-23mesa: Remove EXT_histogram.Eric Anholt1-22/+18
2010-03-03swrast: Remove support for CopyPixels to / from a color-index bufferIan Romanick1-112/+5
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-18/+18
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-7/+7
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-2/+0
2010-01-13swrast: Remove unnecessary headers from s_copypix.c.Vinson Lee1-2/+0
2009-12-31swrast: add check for conditional renderingBrian Paul1-0/+4
2009-01-30swrast: replace RENDER_START/FINISH macros with inline functionsBrian Paul1-2/+2
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-9/+9
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-2/+2
2007-09-14fix copypixels overlap test bug (#12417)Brian1-2/+9
2007-06-29simplify INIT_SPAN codeBrian1-4/+9
2007-06-29Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer...Brian1-12/+5
2007-06-21Another round of fixing attribute interpolation for glDraw/CopyPixels.Brian1-3/+11
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-25/+4
2007-04-21Fix color sum bug 10688.Brian1-6/+3
2007-04-11as with prev commit, also fix color index mode zoomed depth copies (bug 10608)Brian1-1/+1
2007-04-11fix zoomed depth copies (bug 10608)Brian1-2/+1
2007-04-05fix color storage bug in convolution pathBrian1-1/+1
2007-04-04Overlapping copies with zoomZ=-1 were broken. See bug 10521.Brian1-47/+47
2007-03-26Add _swrast_span_default_secondary_color() for use with glBitmap, glDrawPixel...Brian1-1/+6
2007-03-21merge from masterBrian1-1/+6
2007-03-211D convolution (and post-conv scale/bias) were inadvertantly applied to 2D im...Brian1-1/+6
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-2/+2
2007-02-01New SWspanarrays attribs[] array.Brian1-1/+1
2007-01-23fixes for C++ warnings/errorsBrian1-2/+2
2006-10-22silence used var warningsBrian Paul1-1/+2
2006-10-14cut and paste error: s/Width/Height/Brian Paul1-1/+1