~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk:xfixes_2_branch

Last commit made on 2003-11-02
Get this branch:
git clone -b xfixes_2_branch https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

e3e6fa3... by Eric Anholt <email address hidden>

Fix fill/copyarea of r128 by setting the scissor registers in setup, as
    XFree86 does on engine init. Add another PCI ID to r128stub.c.

fe28039... by Keith Packard

Prototype fixes (various) Add GCC warnings (including -Werror. clean up
    your code) Other warning fixes (unused variables, etc) Get rid of
    unused extension interfaces (aux screen procs) Make lots of functions
    in kdrive static Eliminate unused code from os library

f1d1424... by Keith Packard

Was using byteStride before set in computing off_screen_base Also a couple
    of unused variables removed

0e1c630... by Keith Packard

Make building (almost) work with automake 1.4 or 1.7. The dist-bzip2 option
    needs help still.

91dfc6b... by Keith Packard

Function pointer initializers in wrong order (oops)
Missing return value
Not obeying autoconf HAVE_ALLOCA_H all of the time.

faa7c94... by Keith Packard

Add function called at CreateScreenResources to get shadow set up on pixmap
    correctly. Rework vesa and fbdev code to handle shadows right with the
    non-layer world.
Use GetScreenPixmap directly for damage detection of sprite. Avoids
    problems during server shutdown with windows disappearing before the
    sprite layer is closed.

d5b176b... by Keith Packard

Ok, so this change is way bigger than it needed to be, but I couldn't stand
    it anymore. The "real" change here is the addition of the damage
    extension server side pieces and a minor change of the miext/damage
    interface to add a callback on damage destroy. All of the configuration
    changes are to add macros for various sets of libraries so that we
    don't have to keep editing every Makefile.am whenever we add another
    extension to the library. The xfixes changes expose VERIFY_REGION so
    that damageext can use it.

d67e480... by Keith Packard

Added SYNC_ALWAYS for debugging (sync after each operation)
Add SPRITE_DEBUG_ENABLE to help debug cursor problems
Leave all GCs redirected through Damage GC ops so that adding damage
    doesn't require revalidating all GCs (that would require walking the
    window tree and resetting all serial numbers). Add DAMAGE_DEBUG_ENABLE
    to help debug damage problems

a7d61f2... by Keith Packard

Don't start pixmaps differing from root format in off-screen memory

f2f8347... by Keith Packard

oops. Failed to set window offsets in kaaGetOffscreenPixmap
Initialized shadow too early; acceleration stomped damage