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