summaryrefslogtreecommitdiff
path: root/hw/xfree86/dri
AgeCommit message (Expand)AuthorFilesLines
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 Packard2-23/+23
2014-01-12xfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print _X_ATTRIBUTE_PRINTFKeith Packard1-12/+21
2012-12-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard1-2/+2
2012-12-12dri1: fix dri1 startup since 459c6da0f907ba33d733c7e62a116184ba2f14e5Dave Airlie1-2/+5
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-2/+2
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2012-07-10XFree86: DRI: Don't use per-target CFLAGSDaniel Stone1-11/+11
2012-07-10Move DRI1 from external module to built-inDaniel Stone4-101/+5
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone3-6/+9
2012-07-09Replace INITARGS with voidTomas Carnecky1-2/+1
2012-07-09Use C99 designated initializers in xf86 extension RepliesAlan Coopersmith1-54/+58
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-5/+7
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-13/+12
2012-07-02Add pixman to module dependencies for pixman_region_* functionsAlan Coopersmith1-1/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-17/+12
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-5/+5
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard6-1707/+1652
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-09-21Use internal temp variable for swap macrosMatt Turner1-14/+10
2011-04-24hw/xfree86/dri: remove duplicated includesNicolas Kaiser2-3/+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-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-43/+27
2010-09-14xfree86: dri: remove unused PCI macroTiago Vignatti1-2/+0
2010-06-07Make DRI_SCREEN_PRIV just return NULL when DRI isn't initializedKeith Packard1-1/+2
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-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-12/+12
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-20/+20
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith2-10/+5
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith2-0/+7
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-21input: define server-supported protocol versions in one single file.Peter Hutterer1-3/+4
2009-09-18dri: use noPanoramiXExtension directly.Shunichi Fuji1-11/+3
2009-09-16Change xf86dristr.h includes to use xf86driproto.h insteadAlan Coopersmith3-3/+3
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+7
2009-07-14xfree86: switch to byte counting functionsPeter Hutterer1-7/+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
2009-01-18Kill off --with-mesa-source completelyDan Nicholson1-2/+0
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson1-1/+1
2009-01-11xfree86: don't mix declarations and codeJulien Cristau1-1/+1