summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-08-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick2-1/+39
2006-08-24Regenerate from gl_API.xml 1.63. Enable extensions.Ian Romanick5-58/+220
gl_API.xml 1.63 corrects some problems with GLX protocol for GL_EXT_paletted_texture and GL_SGI_color_table. Regenerate from that file, and enable those extensions and GL_EXT_shared_texture_palette.
2006-08-24Regenerate from gl_API.xml 1.62. Functions move, no real changes.Ian Romanick4-1893/+1893
2006-08-24More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER.Adam Jackson1-1/+3
2006-08-24Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverMatthias Hopf42-3889/+2376
2006-08-24Adapt to Mesa header name change.Lukáš Turek1-1/+1
2006-08-24Apply patch in bug #7919, blit improvements inAlan Hourihane2-14/+13
multiwindow mode for Xming/CygwinX
2006-08-24Fix typoAlan Hourihane1-1/+1
2006-08-23Add xorg.conf IgnoreABI option which does the same thing as -ignoreABIDavid Nusinow4-1/+17
2006-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverIan Romanick28-213/+959
2006-08-23Fix the sorting of the extension string. Add a few extensions thatIan Romanick1-4/+20
are supported by the new code. A few of these were actually supported before but weren't advertised.
2006-08-23Refector __glXDisp_Render and __glXDispSwap_Render to DoRender.Ian Romanick3-309/+58
Refector __glXDisp_RenderLarge and __glXDispSwap_RenderLarge to DoRenderLarge.
2006-08-23Memo to myself: Whenever a Makefile.am changes, autogen.sh must beIan Romanick2-36/+11
re-run. This is especially true if the change is to remove a source file. Fix RenderLarge to actually use the new protocol decode tables.
2006-08-23Add LOCALCONN to dix-config.h template for xtransAlan Coopersmith1-0/+3
2006-08-23Convert protocol decode tabels for Render and RenderLarge to use nice,Ian Romanick7-2652/+1073
compact N-way search trees generated by scripts in Mesa.
2006-08-23Fix __glXDispatchInfo::dispatch_functions andIan Romanick1-3/+3
__glXDispatchInfo::size_table. dispatch_functions had the const in the wrong place, and size_table was declared as an array of two pointers to int_fast16_t instead of a pointer to an array of 2 int_fast16_t. cdecl to the rescue!
2006-08-23Rename __glXDrawArraysSize to __glXDrawArraysReqSize. This makes itsIan Romanick3-4/+4
name match the pattern of all the other functions in __glXRenderSizeTable.
2006-08-23Re-generated files after a fix to glX_API.xml (in Mesa).Ian Romanick2-1/+3
2006-08-23Convert protocol decode tables for Single, VendorPrivate, andIan Romanick20-761/+1076
VendorPrivateWithReply message to use nice, compact N-way search trees generated by scripts in Mesa. The Render protocol decode tables are next...
2006-08-23Make sure Composite is never enabled for Xnest.Adam Jackson1-0/+7
2006-08-23Make 'Xvfb -render' also disable Composite, lest we segfault on startup.Adam Jackson1-0/+3
2006-08-18dix: fix whiteroot thinkoDaniel Stone1-2/+2
Note to self: run git update-index _after_ testing, not just before.
2006-08-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverDaniel Stone5-85/+113
2006-08-18dix: add whiteroot flagDaniel Stone4-6/+20
Add a -wr option to use a white root window, and use a BackPixel rather than BackPixmap for both white and black root windows.
2006-08-18Fix bug #5735, Serious flaw in CygwinX clipboardAlan Hourihane1-2/+46
integration prevents paste from X to Windows apps (Brett Stahlman & Colin Harrison)
2006-08-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverAlan Hourihane3-131/+39
2006-08-18Fix bug #7302, make Xn.hosts work from theAlan Hourihane1-0/+4
Microsoft Windows install directory on Xming. (Colin Harrison)
2006-08-18Fix bug #7281, clipboard viewer should notAlan Hourihane1-27/+29
call SetClipboard viewer when bogus in Xming/CygwinX (Colin Harrison)
2006-08-18Fix bug #7280, round title corner backgroundAlan Hourihane1-0/+9
should be transparent not black in Xming/CygwinX (Colin Harrison)
2006-08-17Un-cut-and-paste the mode rejection message.Adam Jackson1-56/+22
2006-08-17Fix default mouse device on Linux, again.Adam Jackson1-0/+3
It would be really nice if we only did this in one place instead of 40.
2006-08-17events.c: fix tiny XEvIE thinkoDaniel Stone1-4/+4
Make sure xeviehot gets updated after the ConfineToShape() call.
2006-08-17events.c: make XEvIE a little less verboseDaniel Stone1-74/+13
Change a lot of: #ifdef XEVIE xeviehot.x = #endif sprite.hot.x = ... #ifdef XEVIE xeviehot.y = #endif sprite.hot.y = ... to one single #ifdef XEVIE xeviehot.x = sprite.hot.x; xeviehot.y = sprite.hot.y; #endif at the end of the functions.
2006-08-16Fixed segfault w/ broken Xinerama configs.Matthias Hopf1-0/+36
2006-08-12Merge branch 'master' of git+ssh://gsap7@git.freedesktop.org/git/xorg/xserverGeorge Sapountzis6-27/+10
2006-08-12remove obsolete vendor definesDaniel Stone3-17/+0
Remove random behaviour changes for SGI and MetroLink.
2006-08-12Call exaTryComponentAlphaHelper() for solid src also.George Sapountzis1-17/+76
Also, rename to exaTryMagicTwoPassCompositeHelper() as it is now called for non-component-alpha masks also, and add function description from http://anholt.livejournal.com/32058.html.
2006-08-12xfree86: don't do legacy IO on ARM or S/390 (Debian #362641)Bastian Blank3-10/+10
Don't attempt to poke legacy IO ranges on ARM or S/390.
2006-08-12xfree86: add Hurd support (#5613)Samuel Thibault7-1/+701
Add support for GNU/Hurd.
2006-08-12configure.ac: fix execinfo.h test (Debian #363218)Daniel Stone2-0/+4
Define HAVE_EXECINFO_H as well as HAVE_BACKTRACE, when we find execinfo.h.
2006-08-10Fix a mode sanity check to not break reduced-blanking setups (LCDs).Adam Jackson1-1/+2
2006-08-10Rename some mode tokens to better reflect their use.Adam Jackson1-1/+6
Per #5386, M_T_EDID -> M_T_DRIVER, since it's really for any driver-detected mode. Also add M_T_PREFERRED bit, to select a 'best' mode out of a set.
2006-08-09Remove TargetRefresh option from the autoconfig logic.Adam Jackson1-1/+0
The default target of 75Hz is almost always wrong for LCDs.
2006-08-09Remove the bc flag from the -help text, since it's gone.Adam Jackson1-1/+0
2006-08-09Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserverTilman Sauerbeck3-12/+49
2006-08-09Sanitized glxdri's Block/Wakeuphandler calling.Tilman Sauerbeck1-8/+2
__glXDRIleaveServer() and _enterServer() used to call DRIDoBlockHandler (resp DRIDoWakeupHandler) directly. They are now calling DRIBlockHandler (resp DRIWakeupHandler) to account for driver specific block/wakeup hooks.
2006-08-08Add CompositeRegisterAlternateVisuals.Aaron Plattner3-12/+49
This provides drivers the ability to add their own alternate visuals and then register them with Composite for implicit redirection.
2006-08-07remove optional R3 backwards compatibilityDaniel Stone7-34/+15
Remove the permitOldBugs flag, which enabled backwards compatbility with broken R2/R3 era clients.
2006-08-06Document enable/disable flag for AIGLX in xorg.conf manpage.David Nusinow1-0/+3
2006-08-01Back out 'mystery' spurious host window hints.Matthew Allum1-6/+0