Age | Commit message (Expand) | Author |
2009-04-02 | dri glx: Fix dri_util::driBindContext | Thomas Hellstrom |
2009-04-02 | dri glx: Propagate driver MakeCurrent errors. | Thomas Hellstrom |
2009-03-25 | Convert u_int*_t to C99 standard uint*_t | Alan Coopersmith |
2009-03-12 | regenerate glapi | Roland Scheidegger |
2009-03-05 | intel: Add always_flush_batch driconf option for making small batchbuffers. | Eric Anholt |
2009-03-05 | intel: Add always_flush_cache driconf option for debugging cache flush failure. | Eric Anholt |
2009-03-04 | mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER string | Brian Paul |
2009-02-22 | texmem: fix typo from brianp's changes. | Dave Airlie |
2009-02-21 | mesa: use an array for current texture objects | Brian Paul |
2009-02-10 | intel: Add x8r8g8b8 visuals to DRI1 fbconfigs alongside a8r8gb8. | Eric Anholt |
2009-02-09 | mesa: merge gallium-0.2 into gallium-master-merge | Brian Paul |
2009-01-30 | intel: Expose more FBconfigs in the 3D driver. | Eric Anholt |
2009-01-28 | Make GL_ARB_draw_buffers mandatory | Ian Romanick |
2009-01-28 | Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick |
2009-01-28 | Make GL_ARB_texture_compression mandatory | Ian Romanick |
2009-01-22 | mesa: regenerated GL API files | Brian Paul |
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2009-01-20 | dri1: Add a macro to validate two dri drawables in one go. | Thomas Hellstrom |
2009-01-06 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2009-01-06 | dri: correct the damage. | Xiang, Haihao |
2008-12-30 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-12-29 | dri: Fix driWaitForMSC32 when divisor >= 2 and msc < 0. | Eric Anholt |
2008-11-11 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul |
2008-11-10 | mesa: restore glapi/ prefix on #include | Brian Paul |
2008-11-10 | GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident() | Brian Paul |
2008-11-10 | dri: alloc __DRIscreen object with calloc() | Brian Paul |
2008-10-14 | dri: don't check the number of cliprects before swap, let | Alan Hourihane |
2008-09-26 | dri: remove unused files present only on gallium-0.2 branch | Keith Whitwell |
2008-09-21 | Remove CVS keywords. | Keith Whitwell |
2008-09-21 | Merge branch 'master' into gallium-0.2 | Keith Whitwell |
2008-09-21 | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell |
2008-09-19 | bug fix to MSAA visuals | Alan Hourihane |
2008-09-19 | re-add MSAA support | Alan Hourihane |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-09-12 | i915simple: A step closer to compiling | Jakob Bornecrantz |
2008-09-11 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal... | Alan Hourihane |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-09-01 | Fix build by removing #include of removed dri_sarea.h. | Michel Dänzer |
2008-08-29 | DRI2: Drop sarea, implement swap buffers in the X server. | Kristian Høgsberg |
2008-08-24 | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie |
2008-08-24 | Revert "Merge branch 'drm-gem'" | Dave Airlie |
2008-08-21 | Report damage before modifying the area, not after. | Peter Hutterer |
2008-08-09 | dri: fix crash in driGetConfigAttribIndex | Dave Miller |
2008-08-08 | Merge branch 'drm-gem' | Eric Anholt |
2008-08-05 | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao |
2008-07-25 | Merge branch 'master' into drm-gem | Ian Romanick |
2008-07-23 | intel-gem: Use pread/pwrite for span access. | Eric Anholt |
2008-07-15 | intel-gem: Disable spantmp sse/mmx functions when tile swizzling. | Eric Anholt |
2008-07-09 | mesa: disable fprintf() error | Brian Paul |