summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2008-09-26dri: remove unused files present only on gallium-0.2 branchKeith 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
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-26Check in SwapBuffers for any new pending dri2 eventsAlan Hourihane
2008-06-24Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-24mesa/dri: User standard integer types.José Fonseca
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt
2008-06-11remove obsoleted doxygen \param commentsBrian Paul
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-09Check for NULL pointerAlan Hourihane
2008-06-03Merge commit 'origin/master' into drm-gemKeith Packard
2008-06-04mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt
2008-05-29Report correct damage rectangle in CopySubBuffer.Dennis Kasprzyk
2008-05-26Remove CVS keywords.José Fonseca
2008-05-24dri: vblank_mode warningTormod Volden
2008-05-23dri/swrast: cosmetic, mainly generic vs. xorg terminologyGeorge Sapountzis
2008-05-23dri: add support for generating 3_3_2 configsGeorge Sapountzis
2008-05-22Add back a mostly-correct glFinish for GEM and fake.Eric Anholt
2008-05-20Make utils.h self-contained.George Sapountzis
2008-05-18Regenerated API dispatch filesBrian Paul
2008-05-11[intel] update GEM api. Add bo_subdata and bo_get_subdata driver hooks.Keith Packard
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt
2008-05-07Never fail `make clean'Dan Nicholson
2008-05-02[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.Eric Anholt