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

Last commit made on 2004-04-12
Get this branch:
git clone -b bcook-backend https://git.launchpad.net/~thopiekar/xorg-server/+git/xorg-xserver-displaylink.Spintzyk

Branch merges

Branch information

Recent commits

f16f729... by Brent Cook

Some little debugging additions; this works well with my NM2200 when
    acceleration is turned off in fbdev mode, but hangs when acceleration
    is on. Will merge this with HEAD and debug from there, since backend
    seems in good shape.

1ee3b01... by Brent Cook

Fixed backend segfaults by reordering the BackendCard struct to include the
    backend's PrivRec structure first. Maybe now I'll read the xserver
    website more carefully.
Also, some additions to make adding random testing cards a bit easier, with
    CAP_NONE (meaning no acceleration essentially).

07bc231... by Franco Catrin

small fixes, but still can't get this driver woking again

b526276... by Brent Cook

removed hardcoded vesa references so we can operate with any backend. fbdev
    works for initializing the screen, but input fails shortly after.

920e6ff... by Brent Cook

Begin separating VESA calls into a more generic backend wrapper like the
    ati driver, cascading between VESA and FBDEV. We only have init
    functions done so far; need to add all of the others. Fixed some
    compiler warnings. Whitespace and formatting cleanups (using 4 spaces,
    no tabs)

530371c... by Brent Cook

added touchscreen support, detect all known PCI chips in the Neomagic line.
    We'll not bother with ISA for now.

962b898... by Brent Cook

initial import of original driver by Franco Catrin L. Wraps VESA for most
    parts, with some hardware acceleration enabled for the cursor on the
    NM2300.

8a2fce3... by Harold L Hunt II <email address hidden>

file winkeyhook.c was initially added on branch CYGWIN.

12d5371... by Stuart Kreitman <email address hidden>

file xfixes.h was initially added on branch DAMAGE-XFIXES.

a4b319d... by Stuart Kreitman <email address hidden>

file xfixes.c was initially added on branch DAMAGE-XFIXES.