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