Age | Commit message (Expand) | Author |
2010-03-03 | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg |
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2007-10-10 | Drop createDrawable and destroyDrawable fron DRIinterfaceMethods. | Kristian Høgsberg |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-11-02 | fix typo, silence warnings | Brian Paul |
2006-11-02 | Use RGBA_LOGICOP_ENABLED() instead of ctx->Color._LogicOpEnabled since we often | Brian Paul |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-10-31 | switch remaining drivers over to vbo | Keith Whitwell |
2006-10-30 | Fix bug #8799. | Ian Romanick |
2006-10-30 | Refactor mgaXMesaSetFrontClipRects and mgaXMesaSetBackClipRects. | Ian Romanick |
2006-10-15 | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul |
2005-09-14 | Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, | Brian Paul |
2005-09-13 | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul |
2005-09-03 | SetBuffer, renderbuffer changes | Brian Paul |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul |
2004-10-16 | Fixed off by one errors in clipping. | Ville Syrjala |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul |
2004-03-12 | Adjust mga drivers to remove redundant h file for sarea and IOCTLs | Jon Smirl |
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl |
2004-01-28 | Use NEED_SECONDARY_COLOR() for checking specular state at all times | Keith Whitwell |
2004-01-27 | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick |
2004-01-21 | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick |
2003-12-05 | bring over latest mga DRI driver from DRI trunk | Alan Hourihane |
2003-10-21 | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl |
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul |
2003-08-06 | mga driver, brought over by Jon Smirl | Keith Whitwell |