summaryrefslogtreecommitdiff
path: root/hw/xquartz/xpr
AgeCommit message (Expand)AuthorFilesLines
2014-01-12XQuartz: Validate length in appledri before swappingJeremy Huddleston Sequoia1-0/+6
2014-01-12XQuartz: Validate screen in AppleDRIQueryDirectRenderingCapable requestsJeremy Huddleston Sequoia1-0/+4
2014-01-12XQuartz: Simplify hook_run to quiet static analyzerJeremy Huddleston Sequoia1-21/+6
2014-01-12Replace 'pointer' type with 'void *'Keith Packard3-7/+7
2013-10-04Merge remote-tracking branch 'ajax/xserver-next'Keith Packard1-2/+0
2013-09-16XQuartz: Fix build with moved pseudoramiXJeremy Huddleston Sequoia1-0/+1
2013-09-10mipointer: Remove EnqueueEvent from miPointerScreenFuncRecAdam Jackson1-1/+0
2013-09-10mipointer: Flatten calls to mieqSwitchScreenAdam Jackson1-1/+0
2012-12-18XQuartz: Don't add the 15bit visual any moreJeremy Huddleston Sequoia1-0/+5
2012-09-24Merge remote-tracking branch 'ajax/server-1.14-abi-churn'Keith Packard1-3/+3
2012-09-22XQuartz: Add some verbose logging to debug xp_lock_window being unbalancedJeremy Huddleston Sequoia1-0/+28
2012-09-22XQuartz: Avoid a possible deadlock with DRI on OS X 10.7.5 and OS X 10.8.2Jeremy Huddleston Sequoia1-0/+6
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-3/+3
2012-08-03XQuartz: Fix xp_window_bring_all_to_front linking on OS versions with older l...Jeremy Huddleston Sequoia1-22/+12
2012-07-25XQuartz: Call xp_window_bring_all_to_front if available in libXpluginJeremy Huddleston1-0/+32
2012-07-11XQuartz: Re-add prototype for DRIExtensionInitJeremy Huddleston1-0/+3
2012-07-10Remove last renmants of XFree86LOADER defineDaniel Stone1-5/+0
2012-07-09Move extension initialisation prototypes into extinit.hDaniel Stone2-3/+1
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-4/+4
2012-04-23XQuartz: Fix a deadlock in pre-dispatch codeJeremy Huddleston1-1/+1
2012-03-24XQuartz: Source formatting cleanupJeremy Huddleston21-879/+1001
2012-03-21Introduce a consistent coding styleKeith Packard21-1432/+1337
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-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+1
2011-10-26XQuartz: appledri: Correct byte swapping in event notificationsJeremy Huddleston1-1/+3
2011-10-21XQuartz: appledri: Allow byte swapped requestsJeremy Huddleston1-5/+91
2011-10-21XQuartz: appledri: Fix byte swapping in repliesJeremy Huddleston1-3/+36
2011-10-21XQuartz: appledri: Set the correct reply length for XAppleDRICreatePixmapJeremy Huddleston1-1/+1
2011-10-21XQuartz: appledri: Change whitespace in appledristr.h to match mesaJeremy Huddleston1-141/+157
2011-09-21Use internal temp variable for swap macrosMatt Turner1-5/+3
2011-07-31XQuartz: xpr: Don't FatalError if xp_unlock_window failsJeremy Huddleston1-3/+6
2011-07-19XQuartz: Add diagnostic error checking to xp_destroy_surface.George Staplin1-1/+6
2011-07-19XQuartz: Fix a memory leak with surfaces that a new test found.George Staplin1-11/+45
2011-06-01XQuartz: ASL: Use xpr subsystem for logging xpr messagesJeremy Huddleston4-3/+5
2011-05-22XQuartz: RandR: Don't crash if X11 is launched while there are no attached di...Jeremy Huddleston1-0/+1
2011-05-22XQuartz: Update DEBUG_LOG to report to ASLJeremy Huddleston1-1/+1
2011-04-29XQuartz: Use a rwlock instead of a mutex to protect window_hash in the pthrea...Jeremy Huddleston1-10/+10
2011-04-25XQuartz: Rename launchd-id-prefix to bundle-id-prefixJeremy Huddleston1-1/+1
2011-04-25XQuartz: xpr: Dead code removalJeremy Huddleston1-5/+0
2011-04-25XQuartz: xpr: Use a serial queue rather than pthread mutexes for window_hashJeremy Huddleston2-39/+48
2011-04-25XQuartz: xpr: Initialize window_hash in xprInitJeremy Huddleston1-33/+19
2011-04-25XQuartz: Remove the threadSafety dead-ish codeJeremy Huddleston2-40/+2
2011-04-25XQuartz: Fix compilation warnings with XPLUGIN_VERSION >= 4Jeremy Huddleston1-2/+2
2011-03-23XQuartz: Put ifdef guards around have_depth label (-Wunused-label)Jeremy Huddleston1-0/+2
2011-02-27XQuartz: Don't use deprecated CoreGraphics API on SL and LionJeremy Huddleston1-1/+26
2011-02-27XQuartz: RandR: Add RandR modes for the primary display in multi-monitor configsJeremy Huddleston1-0/+7
2011-02-27XQuartz: RandR: Capture the display when switching modes with RandRJeremy Huddleston2-0/+6
2010-11-22XQuartz dri: Don't check CoreGraphics versionJeremy Huddleston1-112/+0
2010-09-28XQuartz: RandR: Don't change the rootless preference when changing RandR modeJeremy Huddleston4-8/+9