summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin-Éric Racine <martin-eric.racine@iki.fi>2012-08-29 12:53:00 +0300
committerMartin-Éric Racine <martin-eric.racine@iki.fi>2012-08-29 12:53:00 +0300
commit4a20e8ac285cfe8a033f771ac8df25f873db9908 (patch)
tree87cfd7e52dc29d4c559bab36e1edc1f392b75e30
parent0e64b1252c51e380f72f6ff0bdb6836a6e27071d (diff)
NEWS: add information about releases since 2.11.9
...and flip the location of the recent src/Makefile.am addition.
-rw-r--r--NEWS40
-rw-r--r--src/Makefile.am2
2 files changed, 41 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1b50f88..fee3a0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,43 @@
+Geode 2.11.13 (2011-12-26)
+==========================
+This release mainly features a complete overhaul of the building scripts plus
+a cleanup of deprecated macros. The key benefit is that this Geode driver can
+finally build on FreeBSD and on other platforms not offering V4L2 support and
+that it can also build on a 64-bit host using its 32-bit personality.
+
+Support for the Video Input Port (VIP) feature of the Geode LX found in 'ztv'
+is now documented and the source code saw the removal of deprecated Linux 2.4
+backward compatibility code. Compiling is skipped on platforms without V4L2.
+
+Configuration for laptops featuring WXGA resolutions is finally documented.
+
+Setting the GEODE_TRACE_FALL macro now enables composite operation tracing on
+this driver. This can be used to profile the performance during development.
+
+Fixes to keep this driver compilable on recent X servers are also included.
+
+VALIDATION PLATFORMS
+* Debian/stable (X server 1.7.7) on Artec DBE61 and Hercules EC-800.
+* Ubuntu/Precise (X server 1.10.4) on FIC ION603A.
+
+Geode 2.11.12 (2011-02-13)
+==========================
+This release drops the "linux/videodev.h" include in z4l.c because
+V4L1 support was dropped as of Linux kernel 2.6.38, and it fixes
+packed overlay offscreen allocations.
+
+Geode 2.11.10 (2010-11-09)
+==========================
+This release migrates deprecated xalloc/xrealloc/xfree/xcalloc calls
+to malloc/realloc/free/calloc, fixes several DCON-specific issues,
+improves mode validation and adds support for one WXGA resolution.
+
+Geode 2.11.11 (2010-12-27)
+==========================
+This release restores code compatibility down to X server 1.4, it fixes
+compilation under 1.9.99 and newer, and it improves handling of gamma
+correction in video vs graphics
+
Geode 2.11.9 (2010-08-23)
=========================
We are pleased to announce this maintenance release of xf86-video-geode.
diff --git a/src/Makefile.am b/src/Makefile.am
index 6c02386..ad21034 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,9 +40,9 @@ geode_drv_la_LDFLAGS = -module -avoid-version
geode_drv_ladir = $(moduledir)/drivers
geode_drv_la_SOURCES = \
- compat-api.h \
cimarron.c \
cim_dev.h \
+ compat-api.h \
durango.c \
geode_blend.h \
geode_common.c \