diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-25 02:47:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-25 02:47:31 +0000 |
commit | 5c5b30eebcb311920272ffb3057e45f9f6b95e1e (patch) | |
tree | afc0bde278ad78e2247ef744db2ef9d78dd59a6b /graphics/libggi/patches | |
parent | 1825c7529af03e26af3af9342a5b5e8d8f9cde50 (diff) | |
download | pkgsrc-5c5b30eebcb311920272ffb3057e45f9f6b95e1e.tar.gz |
Update to 2.1.0:
New in 2.1.0: 2004-11-30:
- Documentation updates
- removed obseleted Xlib target
- added new GGIFLAG_TIDYBUF flag. It is intended for applications
using directbuffer and having their own dirty-region
management. Currently only supported by the X-target.
- KGI target improvements
- added Matrox Gx00 accelerator sublib
- added devfs support
- added multiple frame support
- merged improvements from the FreeBSD ports tree
- fbdev gammamap support
- added the -fullscreen option to the X-target
- added the -physz option to the ipc-target
- Major DirectX target improvements
- added -noinput and -physz options by Christoph Egger. Tested by Albert Graef.
- fix cursor stuff, added -keepcursor and -nocursor options (patch from Albert Graef)
- disable maximize button on GGI-on-DX window (patch from Albert Graef)
- remove stuff in WindowProc made obselete by the above two items (patch from Albert Graef)
- move the globals in ddinit.c into private data structure (patch from Albert Graef)
- merge the two targets into one (directxnt has been renamed to directx and is now the *one* directx target)
(patch from Albert Graf)
- fix a couple of bugs and race conditions (patch from Albert Graef)
- added -inwin option (patch from Albert Graef)
- added support for virtual size != visible size.
- added support for panning (ggiSetOrigin)
- added support for up to 16 frames.
- added support for asynchronous mode (no background updates when active).
- added support for fullscreen and mode switching.
- preliminary support for palettized modes.
- display-auto has been added. It replaces the 5 years old linux specific target autodetection and handles it OS dependend
- works on Windows using MinGW w/o requiring special Makefiles.
- a pseudo-stubs target has been added by Peter Ekberg. It does effectively nothing, but gives extensions
a way to have one target that stands for all targets that passes all operations to their parent visuals.
libggiwmh and libggimisc make palemu and trueemu working with it w/o having a target for each of them.
- display-mansync has been reworked by Peter Ekberg. It now uses the platform independent task scheduler.
- added a new macro: GT_ByPPP which is basically GT_ByPP but for packed pixels and it takes two arguments.
New in 2.0.7: 2004-11-30:
* minor buildsystem update
* eliminate lvalue assignments. Fixes problems with latest gcc versions
* Use more length bounded string operations
Diffstat (limited to 'graphics/libggi/patches')
-rw-r--r-- | graphics/libggi/patches/patch-aa | 6 | ||||
-rw-r--r-- | graphics/libggi/patches/patch-ab | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/libggi/patches/patch-aa b/graphics/libggi/patches/patch-aa index 8ffe1425c91..de3f5a6f04a 100644 --- a/graphics/libggi/patches/patch-aa +++ b/graphics/libggi/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.6 2004/09/20 22:39:03 wiz Exp $ +$NetBSD: patch-aa,v 1.7 2005/03/25 02:47:31 wiz Exp $ ---- configure.orig 2004-09-14 21:31:55.000000000 +0200 +--- configure.orig 2004-11-30 22:11:36.000000000 +0100 +++ configure -@@ -18135,7 +18135,7 @@ cat >>confdefs.h <<_ACEOF +@@ -18455,7 +18455,7 @@ cat >>confdefs.h <<_ACEOF _ACEOF cat >>confdefs.h <<_ACEOF diff --git a/graphics/libggi/patches/patch-ab b/graphics/libggi/patches/patch-ab index d9a88fe75e2..9319b41665f 100644 --- a/graphics/libggi/patches/patch-ab +++ b/graphics/libggi/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.6 2004/09/20 22:39:03 wiz Exp $ +$NetBSD: patch-ab,v 1.7 2005/03/25 02:47:31 wiz Exp $ ---- Makefile.in.orig 2004-09-14 21:29:10.000000000 +0200 +--- Makefile.in.orig 2004-11-30 22:11:32.000000000 +0100 +++ Makefile.in -@@ -221,7 +221,7 @@ x_helper_xf86dga_libs = @x_helper_xf86dg +@@ -260,7 +260,7 @@ x_helper_xf86dga_libs = @x_helper_xf86dg x_helper_xf86vm_libs = @x_helper_xf86vm_libs@ AUTOMAKE_OPTIONS = 1.4 foreign SUBDIRS = include ggi display default extensions programs doc m4 dist @@ -10,4 +10,4 @@ $NetBSD: patch-ab,v 1.6 2004/09/20 22:39:03 wiz Exp $ +ggiconfdatadir = $(datadir)/examples/ggi ggiconfdata_DATA = libggi.conf DISTCLEANFILES = libggi.conf - EXTRA_DIST = ChangeLog.1999 ChangeLog FAQ INSTALL.autoconf autogen.sh + EXTRA_DIST = ChangeLog.1999 ChangeLog FAQ INSTALL.autoconf \ |