Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-24 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Ian Romanick | 2 | -1/+39 | |
2006-08-24 | Regenerate from gl_API.xml 1.63. Enable extensions. | Ian Romanick | 5 | -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-24 | Regenerate from gl_API.xml 1.62. Functions move, no real changes. | Ian Romanick | 4 | -1893/+1893 | |
2006-08-24 | More #ifdef USE_DEPRECATED_KEYBOARD_DRIVER. | Adam Jackson | 1 | -1/+3 | |
2006-08-24 | Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver | Matthias Hopf | 42 | -3889/+2376 | |
2006-08-24 | Adapt to Mesa header name change. | Lukáš Turek | 1 | -1/+1 | |
2006-08-24 | Apply patch in bug #7919, blit improvements in | Alan Hourihane | 2 | -14/+13 | |
multiwindow mode for Xming/CygwinX | |||||
2006-08-24 | Fix typo | Alan Hourihane | 1 | -1/+1 | |
2006-08-23 | Add xorg.conf IgnoreABI option which does the same thing as -ignoreABI | David Nusinow | 4 | -1/+17 | |
2006-08-23 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Ian Romanick | 28 | -213/+959 | |
2006-08-23 | Fix the sorting of the extension string. Add a few extensions that | Ian Romanick | 1 | -4/+20 | |
are supported by the new code. A few of these were actually supported before but weren't advertised. | |||||
2006-08-23 | Refector __glXDisp_Render and __glXDispSwap_Render to DoRender. | Ian Romanick | 3 | -309/+58 | |
Refector __glXDisp_RenderLarge and __glXDispSwap_RenderLarge to DoRenderLarge. | |||||
2006-08-23 | Memo to myself: Whenever a Makefile.am changes, autogen.sh must be | Ian Romanick | 2 | -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-23 | Add LOCALCONN to dix-config.h template for xtrans | Alan Coopersmith | 1 | -0/+3 | |
2006-08-23 | Convert protocol decode tabels for Render and RenderLarge to use nice, | Ian Romanick | 7 | -2652/+1073 | |
compact N-way search trees generated by scripts in Mesa. | |||||
2006-08-23 | Fix __glXDispatchInfo::dispatch_functions and | Ian Romanick | 1 | -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-23 | Rename __glXDrawArraysSize to __glXDrawArraysReqSize. This makes its | Ian Romanick | 3 | -4/+4 | |
name match the pattern of all the other functions in __glXRenderSizeTable. | |||||
2006-08-23 | Re-generated files after a fix to glX_API.xml (in Mesa). | Ian Romanick | 2 | -1/+3 | |
2006-08-23 | Convert protocol decode tables for Single, VendorPrivate, and | Ian Romanick | 20 | -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-23 | Make sure Composite is never enabled for Xnest. | Adam Jackson | 1 | -0/+7 | |
2006-08-23 | Make 'Xvfb -render' also disable Composite, lest we segfault on startup. | Adam Jackson | 1 | -0/+3 | |
2006-08-18 | dix: fix whiteroot thinko | Daniel Stone | 1 | -2/+2 | |
Note to self: run git update-index _after_ testing, not just before. | |||||
2006-08-18 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Daniel Stone | 5 | -85/+113 | |
2006-08-18 | dix: add whiteroot flag | Daniel Stone | 4 | -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-18 | Fix bug #5735, Serious flaw in CygwinX clipboard | Alan Hourihane | 1 | -2/+46 | |
integration prevents paste from X to Windows apps (Brett Stahlman & Colin Harrison) | |||||
2006-08-18 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Alan Hourihane | 3 | -131/+39 | |
2006-08-18 | Fix bug #7302, make Xn.hosts work from the | Alan Hourihane | 1 | -0/+4 | |
Microsoft Windows install directory on Xming. (Colin Harrison) | |||||
2006-08-18 | Fix bug #7281, clipboard viewer should not | Alan Hourihane | 1 | -27/+29 | |
call SetClipboard viewer when bogus in Xming/CygwinX (Colin Harrison) | |||||
2006-08-18 | Fix bug #7280, round title corner background | Alan Hourihane | 1 | -0/+9 | |
should be transparent not black in Xming/CygwinX (Colin Harrison) | |||||
2006-08-17 | Un-cut-and-paste the mode rejection message. | Adam Jackson | 1 | -56/+22 | |
2006-08-17 | Fix default mouse device on Linux, again. | Adam Jackson | 1 | -0/+3 | |
It would be really nice if we only did this in one place instead of 40. | |||||
2006-08-17 | events.c: fix tiny XEvIE thinko | Daniel Stone | 1 | -4/+4 | |
Make sure xeviehot gets updated after the ConfineToShape() call. | |||||
2006-08-17 | events.c: make XEvIE a little less verbose | Daniel Stone | 1 | -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-16 | Fixed segfault w/ broken Xinerama configs. | Matthias Hopf | 1 | -0/+36 | |
2006-08-12 | Merge branch 'master' of git+ssh://gsap7@git.freedesktop.org/git/xorg/xserver | George Sapountzis | 6 | -27/+10 | |
2006-08-12 | remove obsolete vendor defines | Daniel Stone | 3 | -17/+0 | |
Remove random behaviour changes for SGI and MetroLink. | |||||
2006-08-12 | Call exaTryComponentAlphaHelper() for solid src also. | George Sapountzis | 1 | -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-12 | xfree86: don't do legacy IO on ARM or S/390 (Debian #362641) | Bastian Blank | 3 | -10/+10 | |
Don't attempt to poke legacy IO ranges on ARM or S/390. | |||||
2006-08-12 | xfree86: add Hurd support (#5613) | Samuel Thibault | 7 | -1/+701 | |
Add support for GNU/Hurd. | |||||
2006-08-12 | configure.ac: fix execinfo.h test (Debian #363218) | Daniel Stone | 2 | -0/+4 | |
Define HAVE_EXECINFO_H as well as HAVE_BACKTRACE, when we find execinfo.h. | |||||
2006-08-10 | Fix a mode sanity check to not break reduced-blanking setups (LCDs). | Adam Jackson | 1 | -1/+2 | |
2006-08-10 | Rename some mode tokens to better reflect their use. | Adam Jackson | 1 | -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-09 | Remove TargetRefresh option from the autoconfig logic. | Adam Jackson | 1 | -1/+0 | |
The default target of 75Hz is almost always wrong for LCDs. | |||||
2006-08-09 | Remove the bc flag from the -help text, since it's gone. | Adam Jackson | 1 | -1/+0 | |
2006-08-09 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver | Tilman Sauerbeck | 3 | -12/+49 | |
2006-08-09 | Sanitized glxdri's Block/Wakeuphandler calling. | Tilman Sauerbeck | 1 | -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-08 | Add CompositeRegisterAlternateVisuals. | Aaron Plattner | 3 | -12/+49 | |
This provides drivers the ability to add their own alternate visuals and then register them with Composite for implicit redirection. | |||||
2006-08-07 | remove optional R3 backwards compatibility | Daniel Stone | 7 | -34/+15 | |
Remove the permitOldBugs flag, which enabled backwards compatbility with broken R2/R3 era clients. | |||||
2006-08-06 | Document enable/disable flag for AIGLX in xorg.conf manpage. | David Nusinow | 1 | -0/+3 | |
2006-08-01 | Back out 'mystery' spurious host window hints. | Matthew Allum | 1 | -6/+0 | |