Age | Commit message (Expand) | Author |
2009-04-01 | dri: use BorderColor instead of _BorderChan | Brian Paul |
2009-03-07 | mesa: move glViewport and glDepthRange functions into new viewport.c file | Brian Paul |
2009-03-07 | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-01-28 | Make GL_ARB_draw_buffers mandatory | Ian Romanick |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-08-05 | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao |
2008-06-21 | #undef DEBUG to silence warnings | Brian Paul |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul |
2008-03-31 | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg |
2007-12-22 | fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527) | Roland Scheidegger |
2007-10-10 | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg |
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 |