Age | Commit message (Expand) | Author |
2010-01-05 | Merge branch 'remove-intel-dri1' | Kristian Høgsberg |
2010-01-04 | mesa: make texture BorderColor a union of float/int/uint | Brian Paul |
2010-01-04 | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg |
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 |
2009-11-19 | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. | Eric Anholt |
2009-11-19 | tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] | Eric Anholt |
2009-10-28 | Merge branch 'texformat-rework' | Brian Paul |
2009-10-16 | mesa: lift default symlinks target into Makefile.template | Brian Paul |
2009-10-05 | drivers: don't include texformat.h | Brian Paul |
2009-04-01 | dri: use BorderColor instead of _BorderChan | 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-21 | Remove CVS keywords. | Keith Whitwell |
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell |
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 | 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-03-06 | Fix/improve framebuffer object reference counting. | 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-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-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-04 | replace GET_SRC_PTR, GET_DST_PTR with GET_PTR | Brian Paul |
2005-08-15 | Add Egberts fixes for 64bit architectures | Alan Hourihane |
2005-07-26 | Fix bug 1858 - array subscript out of range in gamma driver. | Brian Paul |
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-20 | Enclose passed macro values in brackets to ensure correct read/write span | Alan Hourihane |
2004-12-14 | uint*t -> u_int*t changes | Alan Hourihane |
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul |
2004-07-04 | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl |
2004-07-01 | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell |
2004-06-03 | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl |
2004-06-02 | Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with | Ian Romanick |
2004-05-27 | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick |
2004-05-12 | obsolete in favor of regular Makefiles | Brian Paul |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell |
2004-04-13 | Add DRM_SOURCE_PATH to make system. | Jon Smirl |
2004-04-08 | lots of Makefile updates for new build system | Brian Paul |