summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_zoom.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-4/+4
2008-06-16mesa: allocate pixel zoom arrays on heap, not stackBrian Paul1-10/+17
2007-06-29simplify INIT_SPAN codeBrian1-1/+1
2007-06-29Undo some prev glDraw/CopyPixel changes which fixed a bug in which colors wer...Brian1-0/+1
2007-06-21fix rgba pointer bug hit on zoomed+fogged glDrawPixelsBrian1-10/+7
2007-06-20copy wpos attrib info into zoomed span (fixes fog perspective correction prob...Brian1-2/+4
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-18/+14
2007-04-14fix negative zoom factor bug (10636), more commentsBrian1-3/+11
2007-04-07fix references to non-existant sz4 fieldRichard Hughes1-2/+2
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian1-6/+6
2007-02-02New span attrStart/attrStepX/attrStepY fields to replace fog, specular, etc. ...Brian1-2/+3
2007-02-01New SWspanarrays attribs[] array.Brian1-5/+5
2007-01-23silence C++ warningsBrian1-8/+8
2006-10-11use GLvoid * for _swrast_write_zoomed_rgb/rgba_span() functionsBrian Paul1-7/+5
2006-10-11support for runtime renderbuffer depthsBrian Paul1-24/+81
2006-10-01New SWspan and SWspanarrays typedefs.Brian Paul1-7/+7
2006-09-25Initial work for supporting different renderbuffer color depths at runtime.Brian Paul1-0/+12
2005-11-16Use new gl_framebuffer _Depth/_StencilBuffer fields instead ofBrian Paul1-2/+1
2005-09-29Rewrite much of the pixel zoom code.Brian Paul1-271/+218
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-5/+30
2005-09-21replace GLdepth with GLuint and remove GLdepthBrian Paul1-4/+3
2003-08-23glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't workBrian Paul1-15/+74
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul1-10/+10
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+2
2003-02-25casts to silence g++ warningsBrian Paul1-5/+5
2003-02-21fix zoom/clipping bug 689964Brian Paul1-1/+6
2003-02-17fixed bad zoomed.zStep assignment (bug 687811)Brian Paul1-3/+3
2002-12-05properly handle very wide imagesBrian Paul1-22/+41
2002-10-24Header file clean-up:Brian Paul1-2/+2
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul1-20/+23
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul1-2/+2
2002-04-19casts to fix GLint/GLuint mismatchesBrian Paul1-11/+12
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul1-4/+5
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul1-1/+4
2002-01-31Clean-up and optimize alpha test code.Brian Paul1-345/+165
2002-01-28More span improvements. Removed _mesa_write_monocolor_span().Brian Paul1-9/+3
2002-01-28More span clean-up, mostly texture-related.Brian Paul1-4/+3
2002-01-27LOTS of changes, building upon Klaus's work.Brian Paul1-66/+90
2002-01-21Klaus's latest patches and some clean-upBrian Paul1-38/+86
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul1-8/+8
2001-05-15Apply antialiasing coverage factor to alpha after texture application,Brian Paul1-5/+4
2001-05-03interpolate fog valus as floats, not fixed - fixed the swrast fog problemBrian Paul1-7/+7
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-9/+9
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-19/+19
2000-11-05Reorganized software rasterizer as a module which manages its own state,Keith Whitwell1-1/+2
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell1-0/+453