Age | Commit message (Expand) | Author |
2007-07-11 | clean-up of stencil code | Brian |
2007-04-21 | Remove the !rb->Data check that was added a few months ago. | Brian |
2007-04-19 | remove invalid assertion (span->facing may be set because of polygonmode) | Brian |
2007-03-15 | add some rb->Data null ptr checks (bug 7205) | Brian |
2007-01-23 | silence C++ warnings | Brian |
2006-10-01 | New SWspan and SWspanarrays typedefs. | Brian Paul |
2005-12-06 | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul |
2005-11-16 | Use new gl_framebuffer _Depth/_StencilBuffer fields instead of | Brian Paul |
2005-11-15 | Fix problem in stencil_and_ztest_span() when using h/w stencil buffer. | Brian Paul |
2005-09-26 | glDraw/CopyPixels of stencil data didn't obey the stencil write mask. Fixed. | Brian Paul |
2005-09-22 | Replace gl_renderbuffer.ComponentSizes[] with separate RedBits, GreenBits, | Brian Paul |
2005-09-22 | changed a renderbuffer check | Brian Paul |
2005-09-20 | remove STENCIL_MAX | Brian Paul |
2005-09-16 | Fix potential segfault when trying to read pixels outside renderbuffer bounds. | Brian Paul |
2005-09-13 | OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. | Brian Paul |
2005-09-13 | Clear either 8 or 16-bit stencil buffers. | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-11-27 | new comments and assertions | Brian Paul |
2004-06-02 | fix stencil index bug (#964704) | 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 |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-10-02 | finished up GL_EXT_stencil_two_side | Brian Paul |
2002-09-06 | GL_EXT_stencil_two_side extension, not 100% complete yet. | Brian Paul |
2002-08-07 | struct sw_span is again allocated on the stack, but the arrays of span | Brian Paul |
2002-04-20 | fixed Width/Height cut&paste typo | Brian Paul |
2002-04-19 | casts to fix GLint/GLuint mismatches | Brian Paul |
2002-03-19 | Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture | Brian Paul |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul |
2002-02-04 | Clean-up and remove dead code related to depth/stecil testing. | Brian Paul |
2002-02-02 | Converted line drawing over to new span code, pb no longer used. | Brian Paul |
2002-02-02 | sw_span can now hold x/y arrays of fragment positions - getting ready to | 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 |
2002-01-08 | work-around for QNX compiler problem | Brian Paul |
2001-12-17 | first checkpoint commit of Klaus's new span code (struct sw_span) | Brian Paul |
2001-05-17 | fixed Width/Height typo (Jeff Hartmann) | Brian Paul |
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-07 | fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ... | Brian Paul |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul |
2001-02-23 | another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacks | Brian Paul |
2001-02-23 | fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driver | Brian Paul |
2001-01-23 | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul |
2000-11-28 | fixed parameter mis-ordering bug in Driver.StencilSpan calls | Brian Paul |
2000-11-13 | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell |
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 |