Age | Commit message (Expand) | Author |
2009-01-28 | Make GL_ARB_draw_buffers mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_multisample mandatory | Ian Romanick |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul |
2008-05-29 | Fix segfault on exit in unichrome driver (bug 16150) | Luc Verhaegen |
2008-02-29 | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2007-10-30 | More vblank cleanups. | Michel Dänzer |
2007-10-29 | Refactor and fix core vblank support | Jesse Barnes |
2007-10-10 | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg |
2007-08-07 | fix potential NULL dereference (bug 11879) | Brian |
2007-03-18 | screen offset changes, bug 9965 | Miguel Marte |
2007-03-13 | enable ARB_vertex_buffer_object for more dri drivers | Roland Scheidegger |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-11-10 | Implement GLX_SGI_make_current_read | Ian Romanick |
2006-10-31 | switch remaining drivers over to vbo | Keith Whitwell |
2006-10-15 | allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130) | Brian Paul |
2006-10-15 | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul |
2006-10-15 | increate MaxTextureLevels to 11 (bug 3130) | Brian Paul |
2006-09-28 | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer |
2006-07-10 | The SiS and Unichrome drivers assume that the handle to the | Thomas Hellström |
2006-06-29 | only assert front/back pitch if double-buffered (bug 7663) | Brian Paul |
2006-01-30 | fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL... | Roland Scheidegger |
2005-11-16 | Fixes for x86_64 Unichrome. | Thomas Hellström |
2005-11-16 | Bring in last minute 6_4 branch changes to the unichrome driver | Thomas Hellström |
2005-09-14 | Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, | Brian Paul |
2005-09-07 | try to fix renderbuffer breakage, primarily in calculate_buffer_parameters() | Brian Paul |
2005-09-06 | added viaRenderbufferStorage() function | Brian Paul |
2005-09-03 | SetBuffer, renderbuffer changes | Brian Paul |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-07-26 | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick |
2005-06-30 | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick |
2005-05-26 | Bump driver date. | Keith Whitwell |
2005-05-25 | Fix various issues with cliprects and MakeCurrent | Keith Whitwell |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-03-22 | rename mesaVis to try and improve clarity | Keith Whitwell |
2005-03-22 | merge unichrome changes from branch | Keith Whitwell |
2005-02-11 | Turn _via_fastrender_stage back on. | Keith Whitwell |
2005-01-19 | Bring the texcombine fixes to the trunk. | Keith Whitwell |
2005-01-14 | Fix previously un-noticed issue with flat-shaded points. | Keith Whitwell |
2005-01-13 | revert some makecurrent code | Alan Hourihane |
2005-01-13 | Fix glean scissor test | Alan Hourihane |
2005-01-12 | Remove bogus write to freed memory (valgrind). | Keith Whitwell |
2005-01-12 | Check for deletion of currently bound context | Alan Hourihane |
2005-01-11 | Disable bogus pbuffer code (though this could be revived with a little | Keith Whitwell |
2005-01-11 | Temporarily disable pageflipping assert. | Keith Whitwell |
2005-01-11 | Add a big nasty fallback for AlphaTest -- seems to always be wrong | Keith Whitwell |
2005-01-10 | Fallback on PolygonStipple for CLE266 hardware. | Alan Hourihane |
2005-01-05 | Only try to free the front buffer when it's a pbuffer. | Alan Hourihane |