summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-28XQuartz: xprIsX11Window can be called from the Appkit thread (see X11Applicat...Jeremy Huddleston1-6/+0
2008-04-28XQuartz: Disabled DPMS extensionJeremy Huddleston2-48/+36
2008-04-28XQuartz: Added thread debugging to xprFrame.cJeremy Huddleston1-2/+45
2008-04-28EXA: Try to accelerate non-antialiased text via the glyph cache as well.Michel Dänzer1-0/+15
2008-04-28EXA: Accumulate glyphs whenever possible, for full benefits of the glyph cache.Michel Dänzer1-0/+96
2008-04-28EXA: Glyph cache upload tweaks.Michel Dänzer1-1/+8
2008-04-28EXA: Use UploadToScreen() for uploads to glyph cacheOwen Taylor1-11/+66
2008-04-28EXA: Clean up debug messagesOwen Taylor2-4/+1
2008-04-28EXA: Fix overlapping glyphs in glyph cacheOwen Taylor2-10/+18
2008-04-28EXA: Add exaCompositeRects()Owen Taylor3-54/+267
2008-04-28EXA: Use a single large glyph cache pixmapOwen Taylor4-0/+796
2008-04-28XQuartz: More startup / threading house cleaning.Jeremy Huddleston6-38/+28
2008-04-28XQuartz: Updated Localizable.stringsJeremy Huddleston1-0/+0
2008-04-28XQuartz: Added missing Xquartz.man.pre to EXTRA_DISTJeremy Huddleston1-0/+1
2008-04-26Xquartz: Added missing to EXTRA_DISTJeremy Huddleston1-0/+2
2008-04-26XQuartz: Cleaned up startup and thread creation a tad.Jeremy Huddleston10-99/+96
2008-04-26XQuartz: Don't subtract the titlebar off of the pointer_yJeremy Huddleston2-2/+2
2008-04-25XQuartz: Added some pseudoramiX debug tracesJeremy Huddleston3-2/+39
2008-04-24XQuartz: More multi-monitor work... reverted Ben's workaround (worked for sid...Jeremy Huddleston2-8/+16
2008-04-24XQuartz: Cleaned up multi-monitor support.Jeremy Huddleston1-14/+22
2008-04-24darwin gots /dev/urandom, too yo!Jeremy Huddleston1-1/+1
2008-04-24Bug 14247: If pkg-config can't find openssl.pc, just link with -lcryptoAlan Coopersmith1-1/+3
2008-04-24Added missing HAVE_LAUNCHD to dix-config.h.inJeremy Huddleston1-0/+3
2008-04-24XQuartz: Compile in missing glx source that we still needJeremy Huddleston1-0/+5
2008-04-24glx: test for valid read and draw privates before using themDave Airlie1-28/+30
2008-04-24Xi: don't attempt to send to a NULL window.Peter Hutterer1-0/+2
2008-04-24dix: NULL out WindowTable after freeing all the windows.Peter Hutterer1-0/+3
2008-04-24xfree86: don't free the config-file related information in DIDR. #15645Peter Hutterer2-35/+43
2008-04-23Moved Apple GL bits into our DDX subtreeJeremy Huddleston5-27/+13
2008-04-23XQuartz: No need to include indirect.c a second timeJeremy Huddleston1-1/+0
2008-04-23xquartz: build fixes for GLX/DRI2 fallout (note: not guaranteed)Ben Byer1-28/+30
2008-04-23glx / xquartz: we still need glxcontentmodes.[ch] kthxBen Byer1-0/+2
2008-04-23xquartz: clean up linker line for main binaryBen Byer1-17/+1
2008-04-23xquartz: remove vestigial aglGlx.cBen Byer2-1368/+4
2008-04-23Prefer glxvisuals with stencil buffer for default visualsHans de Goede1-3/+10
2008-04-23xephyr: XEPHYR_DRI is identical to XF86DRIGeorge Sapountzis11-49/+18
2008-04-23xephyr: sync with mesaGeorge Sapountzis5-520/+123
2008-04-23xephyr: libGL is client libGeorge Sapountzis2-16/+7
2008-04-23xephyr: Makefile cleanup 2George Sapountzis1-8/+20
2008-04-23xephyr: Makefile cleanup 1George Sapountzis1-49/+39
2008-04-23drop TOGCUP remnantsGeorge Sapountzis1-7/+0
2008-04-23drop EVI remnantsGeorge Sapountzis1-58/+0
2008-04-23glcore: drop GLcore (files)George Sapountzis16-678/+0
2008-04-23glcore: drop GLcore (build system)George Sapountzis4-21/+4
2008-04-23glcore: build from mesa, dlopen from xorgGeorge Sapountzis2-36/+84
2008-04-23glcore: prepare for dynamic loadingGeorge Sapountzis19-1/+74
2008-04-23autoconfig: don't call closedir() when opendir() failedJulien Cristau1-70/+71
2008-04-23XQuartz: Make sure QuartzAudioInit() gets run.Jeremy Huddleston1-2/+2
2008-04-22Don't set DRI2=yes if we can't find dri2proto or libdrmJulien Cristau1-3/+3
2008-04-22Reuse the existing framebuffer mode in kdrive/fbdevRoss Burton1-9/+17