summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri/dri.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-20xfree86: Move DRICreatePCIBusID to the PCI codeAdam Jackson1-12/+0
2016-10-05xfree86/dri: remove libdrm runtime checksEmil Velikov1-21/+1
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-2/+2
2016-07-18Remove readmask from screen block/wakeup handlerKeith Packard1-8/+4
2016-06-08dri1: Hide the SIGIO details from driversAdam Jackson1-71/+62
2016-03-02dri1: Fix unchecked AddResourceAdam Jackson1-3/+5
2015-08-28debug output format fix in DRISwapContext()Jon TURNEY1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson1-2/+2
2014-07-29dri1: Remove unused DRI{,Post}ValidateTreeAdam Jackson1-73/+0
2014-04-18dri1: Don't bother asking the loader about drmGetLibVersionAdam Jackson1-9/+5
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-6/+6
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-14/+14
2014-01-12xfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print _X_ATTRIBUTE_PRINTFKeith Packard1-12/+21
2012-12-12dri1: fix dri1 startup since 459c6da0f907ba33d733c7e62a116184ba2f14e5Dave Airlie1-2/+5
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-0/+2
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone1-0/+2
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-11/+8
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-5/+5
2012-03-21Introduce 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