summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri/dri.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Introduce a consistent coding styleKeith Packard1-1203/+1220
2011-04-24hw/xfree86/dri: remove duplicated includesNicolas Kaiser1-2/+0
2011-03-28dri: kill if 0 out code.Dave Airlie1-4/+0
2010-12-31dri1: warning fixAdam Jackson1-1/+1
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-5/+2
2010-09-14xfree86: dri: remove unused PCI macroTiago Vignatti1-2/+0
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-5/+3
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-5/+10
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-18/+18
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-18/+18
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-5/+4
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+3
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+3
2009-10-08Cast small-int values through intptr_t when passed as pointersJamey Sharp1-3/+5
2009-09-18dri: use noPanoramiXExtension directly.Shunichi Fuji1-11/+3
2009-09-16Change xf86dristr.h includes to use xf86driproto.h insteadAlan Coopersmith1-1/+1
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+7
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-2/+3
2009-02-23DRI1: Make DRICreateDrawable return TRUE for pixmaps.Michel Dänzer1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-54/+54
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-27/+27
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-27/+27
2008-11-24Notify DRI when crtc regions changeKeith Packard1-0/+19
2008-10-10dri: don't set the dixPrivate key to NULL, as this is a staticly set variable.Maarten Maathuis1-2/+0
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-3/+4
2008-07-04Remove deprecated function miPointerPosition().Tiago Vignatti1-1/+1
2008-05-02Merge branch 'master' into mpxPeter Hutterer1-1/+1
2008-05-01Fix an off by one read error in drmSIGIOHandler().Paulo Cesar Pereira de Andrade1-1/+1
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-36/+16
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-43/+8
2007-10-25Merge branch 'master' into XACE-SELINUXEamon Walsh1-36/+4
2007-10-18Drop VisualConfigPriv support from the DRI module.Kristian Høgsberg1-36/+4
2007-10-17Merge branch 'master' into XACE-SELINUXEamon Walsh1-2/+2
2007-10-12Convert GLX module to use screen private indexes like everything else.Kristian Høgsberg1-2/+2
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-36/+16
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-79/+146
2007-08-12Merge branch 'master' into mpxPeter Hutterer1-79/+146
2007-07-27Don't map the front buffer in libdri if the ddx driver doesn't set the size.Kristian Høgsberg1-30/+40
2007-07-10Make sure DRI drawables are cleaned up when client dies.Michel Dänzer1-42/+97
2007-06-25Make sure DRIScreenPrivIndex is -1 when no DRI screen private is allocated.Michel Dänzer1-7/+9
2007-06-19Merge branch 'master' into mpxPeter Hutterer1-10/+33
2007-06-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-182/+372
2007-06-11DRI: Clip cliprects obtained from DRIGetDrawableInfo to screen dimensions.Michel Dänzer1-7/+12
2007-06-11DRITreeTraversal: Stop walking tree when we've seen all DRI windows.Michel Dänzer1-3/+8
2007-05-22DRI: Add TexOffset driver hooks.Michel Dänzer1-0/+13
2007-04-27Merge branch 'master' into mpxPeter Hutterer1-172/+339
2007-04-19libdri: Make sure the new DRIInfo keepFDOpen member is honoured.Thomas Hellstrom1-0/+3
2007-04-16Changes for single-entity multi-screen DRI.Thomas Hellstrom1-172/+336