diff options
author | dawes <dawes> | 1999-08-14 10:48:56 +0000 |
---|---|---|
committer | dawes <dawes> | 1999-08-14 10:48:56 +0000 |
commit | 3e025580679acdb602b24d79872239ea8b707141 (patch) | |
tree | 9e5584e6febbd14154d76d6a5849c6f6a4a348c9 /Makefile | |
parent | c1e280fe43596504cbbef3b9f6b5711a649d9ea9 (diff) |
2951. Remove the Latin2 Type1 fonts.
2950. Change the RGB mask names in the DGA structures (#3120, Mark Vojkovich).
2949. More acceleration and bug fixes for the NV driver (#3119,
Jarno Paananen).
2948. Change some things in the XAA color expansion code to facilitate
rendering into DMA buffers (#3118, Mark Vojkovich).
2947. Fix a 64 bit problem with the xf24_32bpp layer (#3117, Mark Vojkovich).
2946. Modify XF86FlushInput() to work for non-tty devices, which is required
for PS/2 mice with Linux 2.2.x kernels (#3114, Kazutaka Yokota).
2945. Support for rotating the virtual desktop for the MGA driver using
the shadowfb (#3113, 3116, Mark Vojkovich).
2944. Fix a colormap problem with DGA when initialized from an 8+24 mode with
the MGA driver (#3112, Mark Vojkovich).
2943. Fix multihead on the MGA-2164W (#3111, Mark Vojkovich).
2942. XAA speedups for planar copies in some cases (#3110, Mark Vojkovich).
2941. Add a driver SDK which performs a similar function to the old LinkKit,
but for the loadable server (#3105, David Bateman).
2940. C&T doc update and xgamma man page update (#3105, David Bateman).
2939. Add an option to the C&T driver to allow the user to select the
transparency key when using the overlay (#3105, David Bateman).
2938. Add DGA2 support to the C&T driver (#3105, David Bateman).
2937. Fix a bug in the bitmap font code introduced in 3.9.15a (#3101,
Juliusz Chroboczek).
2936. Some TGA driver cleanups, including a SaveScreen function and code to
disallow virtual desktops in a nicer way (#3100, Matt Grossman).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # $TOG: Makefile /main/37 1998/02/17 14:30:04 kaleb $ -# $XFree86: xc/Makefile,v 3.13 1998/12/20 11:56:08 dawes Exp $ +# $XFree86: xc/Makefile,v 3.14 1999/04/15 01:29:11 dawes Exp $ # Luna users will need to either run make as "make MAKE=make" # or add "MAKE = make" to this file. @@ -176,7 +176,7 @@ external.ln: $(MAKE_CMD) $@ includes: $(MAKE_CMD) $@ -install.linkkit: +install.sdk: $(MAKE_CMD) $@ install.ln: $(MAKE_CMD) $@ |