NameDateSize

..10-Nov-202533

aclocal.m4H A D10-Nov-2025443.8 KiB

ChangeLogH A D10-Nov-202537.4 KiB

compileH A D10-Nov-20257.2 KiB

config.guessH A D10-Nov-202543.1 KiB

config.h.inH A D10-Nov-20251.9 KiB

config.subH A D10-Nov-202535.5 KiB

configureH A D10-Nov-2025609.5 KiB

configure.acH A D10-Nov-20254.1 KiB

COPYINGH A D10-Nov-20255.6 KiB

depcompH A D10-Nov-202523 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202514.3 KiB

ltmain.shH A D10-Nov-2025316.5 KiB

Makefile.amH A D10-Nov-20251.3 KiB

Makefile.inH A D10-Nov-202527 KiB

man/H10-Nov-202561

missingH A D10-Nov-20256.7 KiB

READMEH A D10-Nov-2025640

README.pm3H A D10-Nov-20252 KiB

src/H10-Nov-20254 KiB

README

1xf86-video-glint - GLINT/Permedia video driver for the Xorg X server
2
3Please submit bugs & patches to the Xorg bugzilla:
4
5        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver/glint
6
7All questions regarding this software should be directed at the
8Xorg mailing list:
9
10        http://lists.freedesktop.org/mailman/listinfo/xorg
11
12The master development code repository can be found at:
13
14        git://anongit.freedesktop.org/git/xorg/driver/xf86-video-glint
15
16        http://cgit.freedesktop.org/xorg/driver/xf86-video-glint
17
18For more information on the git code manager, see:
19
20        http://wiki.x.org/wiki/GitPage
21

README.pm3

1STATUS as of Tue,  8 May 2001 19:01:39 +0200
2  
3Working :
4  * Unaccelerated : Depth 8, 15, 16 and 24 are ok. I tested them upto
5    1280x1024 only as my monitor don't support higher modes.
6  * Endianess clean, thanks to Romain Dolbeau <dolbeaur@club-internet.fr> for
7    helping me debug this.
8  * HW cursor.
9  * ShadowFb.
10  * Full 2D Accels.
11    - Sync.
12    - Pixmap cache.
13    - Offscreen pixmaps.
14    - Clipping.
15    - Screen to screen copy. 
16    - Solid fills.
17    - HorVert Solid Lines .
18    - 8x8 Mono Pattern Fills.
19    - Color Expansion Fills.
20    - Images Writes.
21    - Bitmap Writes using direct FIFO writes with or without FIFO Disconnect.
22    - Pixmap Writes using direct FIFO writes with or without FIFO Disconnect.
23  * Appian J2000 second head initialization.
24  * Xv : Hardware video scaler :
25    - Needs checking on a big endian machine.
26    - Needs acceleration to work - there is a hardware bug in YV12 mode.
27    - Support both dual head and single head, trough gamma or permedia3.
28    - NOTE: depth 15 and 16 currently broken as I can't figure out the
29      colorKey equation. From the docs it needs to be padded to 8bits per RGB,
30      but that doesn't seem to work either. FIXME.
31    - Attributes are :
32      - FILTER : None, Partial (X only) or Full filtering.
33      - COLORKEY : Speaks for itself
34      - DOUBLE_BUFFER : Speaks for itself
35      - AUTOPAINT_COLORKEY : Speaks for itself
36      - MIRROR : X and/or Y Axis mirroring. (NOT DONE)
37      - ALPHA : (NOT DONE)
38        - 0 -> FB Only
39        - 1 -> 25% Video, 75% FB
40        - 2 -> 75% Video, 25% FB
41        - 3 -> Video Only
42
43Not Working :
44
45  * [NOT POSSIBLE] 2D Accel :
46    - Solid & Dashed Lines are not possible on glint hardware.
47    - 8x8 Color Pattern Fill is almost never used.
48    - Clipping needs cleaning up.
49  * [TODO] 2D Accel hooks for the Rendering extension :
50    - Render extension initialization.
51    - CPUToScreenTexture.
52    - CPUToScreenAlphaTexture.
53
54Sven Luther <luther@dpt-info.u-strasbg.fr>
55Alan Hourihane <alanh@fairlite.demon.co.uk>
56