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