summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-23XQuartz: Add the launchd fd to AllSockets as wellJeremy Huddleston1-6/+8
2008-05-23XQuartz: Don't need launchd checking in configure.ac anymore since its functi...Jeremy Huddleston2-19/+0
2008-05-23XQuartz: Move the launchd display grabbing into mach_startupJeremy Huddleston2-31/+33
2008-05-23XQuartz: Fixed a few issues with fd passing... still not working =(Jeremy Huddleston2-15/+14
2008-05-21Actually enable building GLX without Mesa sourceDan Nicholson1-1/+1
2008-05-22int10: add pci_device_enable support on LinuxDave Airlie3-0/+8
2008-05-21Clean up remaining afb references.Kristian Høgsberg3-11/+0
2008-05-21Death to afb.Adam Jackson37-11867/+2
2008-05-21Fix up paths for GL/glx -> glx renamingDan Nicholson8-13/+13
2008-05-21Move GL/glx on level up now that it's the only thing left under GL.Kristian Høgsberg61-15/+5
2008-05-21Move the windows GL files to the xwin DDX.Kristian Høgsberg5-0/+7
2008-05-21Get out of the mesa symlinking business.Kristian Høgsberg24-226/+33618
2008-05-21Use LD_EXPORT_SYMBOLS_FLAG when linking Xnest.Kristian Høgsberg1-0/+1
2008-05-21Drop glcore GLX provider.Kristian Høgsberg7-545/+9
2008-05-21Stop symlinking glcontextmodes.[ch] from mesa.Kristian Høgsberg2-6/+0
2008-05-21glx: drop drm.h, sareaHandle from swrast loaderGeorge Sapountzis1-5/+2
2008-05-21drop xprint remnants: InitGlobalsGeorge Sapountzis13-67/+1
2008-05-21drop xprint remnants: xpstubsGeorge Sapountzis3-67/+8
2008-05-20Short-circuit PanoramiXTranslateVisualID after verifying that the visual actu...Aaron Plattner1-4/+4
2008-05-20Add loader for the swrast dri driver.George Sapountzis8-207/+806
2008-05-19Restore return type on xf86SetScrnInfoModesAlan Coopersmith1-0/+1
2008-05-19Fix reduced-blanking mode filtering in RANDR 1.2.Adam Jackson3-1/+33
2008-05-19XQuartz: First stab at SCM_RIGHTS passing the $DISPLAY launchd fd from the st...Jeremy Huddleston3-50/+192
2008-05-19XQuartz: Fixed dropped code in the !XKB blocks, disable XKB support until we ...Jeremy Huddleston1-15/+17
2008-05-18XQuartz: Cleaned up ListenOnOpenFD...Jeremy Huddleston2-31/+5
2008-05-18New XQuartz icon thanks to Simone Karin LehmannJeremy Huddleston1-0/+0
2008-05-18XQuartz: More work towards Mach-IPC startup... started working on FD passingJeremy Huddleston8-106/+194
2008-05-19xfree86: fix initial output positions with Above or LeftOf and rotationJulien Cristau1-2/+2
2008-05-19cursor: don't dereference NULL pointer is devPrivates not yet set.Dave Airlie1-8/+7
2008-05-17XQuartz: Ok, pass XQUARTZ_USE_XKB since it breaks worse without it... but we ...Jeremy Huddleston1-4/+1
2008-05-17XQuartz: Added functionality to add a file descriptor to the connection list ...Jeremy Huddleston9-11/+224
2008-05-17XQuartz: Disable xkb since it doesn't work after getting xkeyboard-config ins...Jeremy Huddleston1-1/+4
2008-05-17XQuartz: Made DarwinSendDDXEvent a little more robust to context switching di...Jeremy Huddleston2-15/+15
2008-05-17Xquartz: Xquartz stub now can send Mach IPC to start the server.Jeremy Huddleston3-5/+10
2008-05-17OpenBSD doesn't define __x86_64__, simplify tests.Brad Smith1-4/+4
2008-05-17BSD's also have /dev/urandom.Brad Smith1-0/+2
2008-05-16RANDR 1.1 compat: remove senseless comparison against the virtual size.Adam Jackson1-3/+1
2008-05-16xf86SetDesiredModes(): Skip disabled CRTCs first thing.Adam Jackson1-3/+5
2008-05-16Fix initial mode selection even harder.Adam Jackson1-29/+50
2008-05-16Redo RANDR compatibility output selection.Adam Jackson1-36/+96
2008-05-16Re-add sync range inference from legacy setup to RANDR 1.2.Adam Jackson1-0/+48
2008-05-16Fix hal shutdown crash.Adam Jackson1-3/+5
2008-05-16The great kdrive purge.Adam Jackson168-63343/+3
2008-05-15Add necessary include for COMPILEDDISPLAYCLASS.Eric Anholt1-0/+1
2008-05-14Move defaultDisplayClass to xdmcp-only visibility.Adam Jackson2-2/+1
2008-05-14Simplify default font path setup.Adam Jackson4-12/+2
2008-05-14Remove global argc/argv variables.Adam Jackson4-18/+3
2008-05-14Restore compression of duplicate log file entries.Adam Jackson1-10/+0
2008-05-14XQuartz: More work on the Mach-IPC startup pathJeremy Huddleston3-11/+70
2008-05-14Xquartz: More work on the new Mach startupJeremy Huddleston2-12/+91