Age | Commit message (Expand) | Author |
2007-05-20 | Overhaul/simplify SWvertex and SWspan attribute handling. | Brian |
2007-03-09 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian |
2007-02-23 | Update DRI drivers for new glsl compiler. | Brian |
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane |
2006-10-31 | switch remaining drivers over to vbo | Keith Whitwell |
2006-10-18 | Want to stop passing x/y/width/height to Clear() function. | Brian Paul |
2006-10-15 | Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since | Brian Paul |
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul |
2005-11-28 | Remove the many aliases for 'struct mem_block' in mm.h | Keith Whitwell |
2005-10-31 | fix problems found with gcc 2.96 (bug 4934) | Brian Paul |
2005-10-05 | In gl_texture_image replace IntFormat with InternalFormat and Format with | Brian Paul |
2005-09-13 | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul |
2005-09-04 | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul |
2005-09-04 | Use InitPointers helper | Brian Paul |
2005-09-03 | SetBuffer, renderbuffer changes | Brian Paul |
2005-08-15 | Add Egberts fixes for 64bit architectures | Alan Hourihane |
2005-07-24 | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick |
2005-07-01 | remove common macros used in the span functions of most drivers from the indi... | Roland Scheidegger |
2005-05-05 | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson |
2005-05-04 | Add drirenderbuffer.c to COMMON_SOURCES | Adam Jackson |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-04-22 | First pass at updating these drivers with pipeline_stage struct changes. | Keith Whitwell |
2005-01-31 | Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless. | Adam Jackson |
2005-01-23 | silence makedepend warnings about non-portable whitespace | Adam Jackson |
2005-01-02 | linux-dri-x86 build fix from Andreas Stenglein. | Adam Jackson |
2004-12-27 | Fix read-from-uninitialized in s3vMakeCurrent() | Adam Jackson |
2004-12-27 | Get s3v building with a minimum of warnings. | Adam Jackson |
2004-12-16 | Import s3virge and trident drivers. Not functional yet; no Makefile, no DRI-... | Adam Jackson |