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