Age | Commit message (Expand) | Author |
2010-03-12 | Grammar and spelling fixes | Jeff Smith |
2010-02-19 | mesa: replace _mesa_bzero() with memset() | Brian Paul |
2010-02-19 | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke |
2010-01-15 | swrast: fix broken _swrast_depth_clamp_span() | Brian Paul |
2010-01-13 | swrast: Remove unnecessary header from s_depth.c. | Vinson Lee |
2009-10-29 | mesa: Mostly fix swrast's ARB_depth_clamp support. | Eric Anholt |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul |
2009-10-07 | Merge branch 'mesa_7_6_branch' | Nicolai Hähnle |
2009-10-07 | swrast: s/GLfloat/GLuint/ in bzero() | Brian Paul |
2009-10-07 | swrast: add missing returns | Brian Paul |
2009-09-08 | mesa: Add support for ARB_depth_clamp. | Eric Anholt |
2008-10-07 | mesa: pass 'mask', not NULL to renderbuffer->Put functions | Brian Paul |
2008-09-18 | mesa: prefix a bunch of #include lines with "main/". | Brian Paul |
2007-04-21 | Remove the !rb->Data check that was added a few months ago. | Brian |
2007-03-15 | add some rb->Data null ptr checks (bug 7205) | Brian |
2007-01-23 | fixes for C++ warnings/errors | Brian |
2006-10-01 | New SWspan and SWspanarrays typedefs. | Brian Paul |
2006-04-06 | remove unused var | Brian Paul |
2006-04-06 | Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format. | Brian Paul |
2006-03-29 | fix a GLuint vs GLushort test, new assertions | 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-09-30 | minor improvements | Brian Paul |
2005-09-22 | fix a debug message | Brian Paul |
2005-09-21 | add missing scale factor in _swrast_read_depth_span_float() | Brian Paul |
2005-09-20 | some improvements to _swrast_clear_depth_buffer() | Brian Paul |
2005-09-16 | Fix potential segfault when trying to read pixels outside renderbuffer bounds. | Brian Paul |
2005-09-16 | remove unused _swrast_read_depth_span() | Brian Paul |
2005-09-08 | fix precision problem in depth clearing (bug 4395) | Brian Paul |
2005-05-15 | fix GetRow parameters (Nicolai Haehnle) | 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-09-24 | patches for clearing hw depth buffers from software fallback (Nicolai Haehnle) | Brian Paul |
2003-04-21 | Implemented GL_EXT_depth_bounds_test. | Brian Paul |
2003-03-25 | replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] | Brian Paul |
2002-10-30 | s/BZERO/_mesa_bzero/ | 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 | casts to fix GLint/GLuint mismatches | Brian Paul |
2002-04-18 | restored writeAll = GL_FALSE test/assignment | Brian Paul |
2002-04-12 | Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitive | 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-06 | fixed typo in depth_test_pixels(), should fix reported VTK failures | 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 |