Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-01 | 3. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich).XEVIE | Egbert Eich | 85 | -858/+1505 | |
2. Merged with XORG-CURRENT branch to obtain a bugfix (Egbert Eich). 1. First add of SUN's XIVIE extension (Stuart Kreitman). | |||||
2004-03-01 | 3. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich). | Egbert Eich | 24 | -224/+808 | |
2. Merged with XORG-CURRENT branch to obtain a bugfix (Egbert Eich). 1. First add of SUN's XIVIE extension (Stuart Kreitman). | |||||
2004-02-26 | Integration of XEVIE into XEVIE branch | Stuart Kreitman | 14 | -23/+4198 | |
2004-02-25 | Integration of XEVIE on XEVIE branch. | Stuart Kreitman | 19 | -4072/+803 | |
2004-02-23 | bug #188 report bugs to X.org bugzilla, not XFree86 | Kaleb Keithley | 1 | -10/+11 | |
2004-02-18 | Additional fixes to allow building with Sun compilers on Solaris x86 | Alan Coopersmith | 2 | -4/+10 | |
2004-02-18 | Sun cc on Solaris x86 defines __i386 but not __i386__ so the x86 | Alan Coopersmith | 1 | -1/+2 | |
architecture #ifdef should accept either form | |||||
2004-02-16 | [fd.o bugzilla #189] _XOPEN_SOURCE defines break builds on Solaris Express | Alan Coopersmith | 2 | -3/+6 | |
2004-02-11 | 2. Fixing segfaults that may happen in some corner cases when VT switching | Egbert Eich | 2 | -4/+8 | |
and during int10 initialization (Egbert Eich). | |||||
2004-02-08 | revert to RC1 version of file with the license we like | Kaleb Keithley | 1 | -32/+15 | |
2004-02-08 | revert to RC1 version of the file with the license we like | Kaleb Keithley | 2 | -64/+30 | |
2003-12-21 | Use a different iconXEVIE-BASE | Kaleb Keithley | 1 | -0/+0 | |
2003-12-20 | merge XFree86 RC2 (4.3.99.902) from vendor branch | Kaleb Keithley | 46 | -345/+3583 | |
2003-12-18 | First pass at "Standard" Xinerama. The sources for this came from Heather | Kaleb Keithley | 48 | -1102/+777 | |
Lanigan's xinerama tree on Sourceforge.Net. No attempt has been made to handle previous, non-standard versions of the protocol. Nor has any attempt been made to preserve the ABI of previous versions -- that part will be added at a later time, and then probably only on systems that have nice object/linker semantics, e.g. ELF systems with weak symbols. | |||||
2003-12-06 | merge XFree86 4.3.99.901 (RC1) from vendor branch | Kaleb Keithley | 27 | -101/+316 | |
2003-11-30 | xfree86 merge | Kaleb Keithley | 14 | -225/+49 | |
2003-11-29 | xfree86 merge | Kaleb Keithley | 8 | -381/+1 | |
2003-11-29 | xfree86 merge | Kaleb Keithley | 1 | -6/+0 | |
2003-11-26 | merge latest (4.3.99.16) from XFree86 (vendor) branch | Kaleb Keithley | 796 | -26484/+57972 | |
2003-11-17 | merge XFree86 4.3.0.1 to -CURRENT | Kaleb Keithley | 615 | -100702/+42560 | |
2003-11-14 | Initial revision | Kaleb Keithley | 982 | -0/+479777 | |
2003-11-14 | R6.6 is the Xorg base-lineXORG-MAIN | Kaleb Keithley | 609 | -0/+262690 | |
2003-11-14 | Accelerated image text code drew glyphs at wrong location when compositing | Keith Packard | 1 | -2/+2 | |
manager enabled. | |||||
2003-11-13 | Have the composite extension tell the damage extension about clients which | Keith Packard | 2 | -7/+7 | |
have redirected subwindows in manual mode. Those clients are marked Critical and given a significant scheduling boost whenever they receive a damage notify event. This dramatically improves update frequency. If the kernel reported a large number of keys, readKernelMapping would walk off the end of the kdKeysym array. Fix usage of _IOWR; the 'size' argument is actually a datatype. | |||||
2003-11-11 | Fix Makefile.am's to include header files needed for distcheck. Remove | Eric Anholt | 5 | -8/+21 | |
-Werror default and add --enable-werror switch to add it back. | |||||
2003-11-10 | Fix KdXv interface to pass drawable down so that bits can be put into | Keith Packard | 4 | -86/+106 | |
drawable pixmap rather than directly into the frame buffer. Rewrite logic in kdoffscreen to make space for new allocations, now deals correctly with locked areas. | |||||
2003-11-10 | Must offset composite parameters by drawable coordinates in accelerated | Keith Packard | 1 | -0/+9 | |
case. | |||||
2003-11-08 | Avoid ugly shell error when libXdmcp isn't present. | Phil Blundell | 1 | -0/+19 | |
New functions. (TsInit): Register them. | |||||
2003-11-08 | Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also add | Keith Packard | 1 | -26/+75 | |
kaaComposite acceleration for simple bltblt case. | |||||
2003-11-07 | Ok, Composite extension is semi-working; when no-one asks for redirection, | Keith Packard | 5 | -15/+43 | |
the server seems to act as before. With RedirectSubwindows (root, automatic), the server looks just like a regular X server. Now to go rewrite the (currently lame) compositing manager to get some real action on the screen. Some of the fixes here are to make valgrind quiet with various ioctls used by kdrive/linux. Also fixed a bug where fbdev initialization was out of order in fbdev.c and smi.c | |||||
2003-11-07 | Fix warnings. | Phil Blundell | 1 | -8/+6 | |
2003-11-06 | tslib improvements | Matthew Allum | 7 | -25/+81 | |
2003-11-05 | Replace translucent compositing hacks with PictOpSrc to match eventual | Keith Packard | 1 | -7/+22 | |
extension semantics. Replace mouse acceleration with quadratic. | |||||
2003-11-02 | merge xfixes_2_branch back to HEAD | Keith Packard | 51 | -996/+920 | |
2003-10-28 | try /dev/misc/apm_bios if /dev/apm_bios doesn't exist | Phil Blundell | 1 | -0/+2 | |
2003-10-28 | move smi into VESA_SUBDIRS | Phil Blundell | 1 | -3/+2 | |
2003-10-19 | Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructure | Keith Packard | 2 | -8/+4 | |
KdOffscreenSwapOut to avoid unneeded 'continue' | |||||
2003-10-16 | Discard/reconstruct list of offscreen areas on VT switch so no allocationsxfixes_2_branchpoint | Keith Packard | 2 | -3/+3 | |
can occur while switched away. Set type of off_screen_areas member to actual type instead of pointer | |||||
2003-10-15 | Add a memory_base variable and use it. | Anders Carlsson | 8 | -12/+11 | |
2003-10-15 | hw/kdrive/*/Makefile.am Libraries in local dir must not use global path or | Keith Packard | 9 | -10/+9 | |
make doesn't build things in the right order (-j) hw/kdrive/mga/mga.h, mgadraw.c Fix warnings | |||||
2003-10-15 | various Split out pixmap allocation debug statements Fix bogus offscreen | Keith Packard | 5 | -17/+15 | |
pixmap size test Add migration to composite function for source operands VbeDPMS Remove extraneous call to VbeGetVib. | |||||
2003-10-14 | Avoid attempting acceleration on non-screen formats (for now) | Keith Packard | 2 | -7/+15 | |
Offscreen allocator API changes. | |||||
2003-10-14 | Use same assumptions as layergc about what layer kind is approprate for | Keith Packard | 5 | -230/+438 | |
unwrapping pixmap operations. This makes sure the accelerated code gets invoked for pixmaps Add pixmap migration support to kaa. Can't quite automatically migrate pixmaps off-screen, but soon we will. Can kick objects out of video memory. Move per-screen linked list pointers to pixmap private. Wrap Composite in preparation for migrating pixmaps. Have kasync ignore drawable type so that pixmaps trigger sync Add KdOffscreenFini to cleanup on server reset. Switch off screen area to have only a 'save' function; moving objects to off screen memory is done by saving then freeing the area. | |||||
2003-10-14 | -Wall fixes. Might have fixed VESA based DPMS code as a result | Keith Packard | 7 | -144/+169 | |
2003-10-14 | Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall | Keith Packard | 13 | -56/+37 | |
fixes. Allocate pixmap private space only for screens with off-screen pixmap support | |||||
2003-10-14 | -Wall fixes. Support off-screen pixmaps | Keith Packard | 6 | -106/+126 | |
2003-10-14 | -Wall fixes. Add klinux.h to export function declarations | Keith Packard | 6 | -24/+56 | |
2003-10-14 | -Wall fixes | Keith Packard | 1 | -19/+2 | |
2003-10-13 | Use pixmaps instead of drawables in the kaa functions. Have the mga server | Anders Carlsson | 3 | -69/+69 | |
support accelerated operations on offscreen pixmaps. | |||||
2003-10-13 | Add support for offscreen pixmaps. | Anders Carlsson | 4 | -7/+188 | |