Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2003-10-13 | Fix a couple of bugs. | Anders Carlsson | 1 | -3/+13 | |
2003-10-13 | Add offscreen memory manager and update the servers to reflect the name | Anders Carlsson | 12 | -82/+434 | |
change for the kaa structure. | |||||
2003-10-12 | Remove this for now. | Anders Carlsson | 1 | -100/+0 | |
2003-10-11 | Add ATI Rage 128 server. | Anders Carlsson | 6 | -1/+772 | |
2003-10-09 | use #if instead of #ifdef | Keith Packard | 2 | -3/+3 | |
2003-10-09 | Build smi after vesa. | Anders Carlsson | 1 | -2/+3 | |
2003-10-09 | Initialize smi chip on graphics setup. Seems to help some. | Keith Packard | 2 | -2/+3 | |
2003-10-09 | Leave iopl set to 3 so vesa module will work | Keith Packard | 2 | -3/+3 | |
2003-10-09 | Add xfixes, fix smi driver to use either fbdev or vesa. Add hole mapping to | Keith Packard | 18 | -22/+2677 | |
vesa server by default | |||||
2003-10-09 | Use either vesa or fbdev, selectable at compile time | Keith Packard | 4 | -18/+68 | |
2003-10-05 | Fix fbdev server to allow accelerated servers on top to use RandR. Switch | Keith Packard | 8 | -161/+200 | |
smi server to fbdev (vesa bios doesnt work on the Acer I have here) | |||||
2003-10-04 | few more fixes for h3600 ts | Phil Blundell | 3 | -2/+12 | |
2003-10-04 | configure.ac Makefile.am os/oscolor.c Xext/saver.c Xext/Makefile.am | Keith Packard | 6 | -44/+9 | |
hw/kdrive/linux/ts.c hw/kdrive/src/Makefile.am hw/kdrive/src/kdrive.h hw/kdrive/src/kinput.c hw/kdrive/src/kmap.c Autodetect VM86 (for vesa), AGPGART, APM, MTRR, tslib and handhelds.org touch screen. Add USE_RGB_BUILTIN and code for fileless RGB database. Add MIT-SCREEN-SAVER | |||||
2003-10-03 | add --disable-kdrivevesa option | Phil Blundell | 1 | -3/+6 | |
2003-10-02 | Add smi server | Keith Packard | 7 | -22/+58 | |
2003-10-01 | Add XDM cookies. Fix up support for pkgconfig X bits | Keith Packard | 6 | -5/+8 | |
2003-09-30 | Fixed tslib driver to handle VT switches | Matthew Allum | 1 | -3/+37 | |
2003-09-30 | Enable maintainer mode from autogen.sh. Fix vesa build to create library | Keith Packard | 1 | -2/+2 | |
before program. Remove bogus AC_SUBST lines for XSERVER_CFLAGS and XSERVER_LIBS | |||||
2003-09-30 | Added --enable-tslib configure option | Matthew Allum | 2 | -0/+8 | |
2003-09-29 | Use other freedesktop.org packages to build the server | Keith Packard | 6 | -102/+93 | |
2003-09-24 | Add beginnings of offscreen memory manager. | Anders Carlsson | 1 | -0/+100 | |