xkbcommon is a library to handle keyboard descriptions, including
loading them from disk, parsing them and handling their state. It's
mainly meant for client toolkits, window systems, and other system
applications; currently that includes Wayland, kmscon, GTK+, Qt,
Clutter, and more.
This package is required by Qt5.
mga release to fix XAA loading and running.
Alan Coopersmith (1):
Remove mga_esc.c vestigal stub
Andy MacLean (1):
Unbreak dual head (xinerama)
Dave Airlie (2):
mga: fix XAA runtime
mga: bump release to 1.6.3
Egbert Eich (3):
Disable Linear Expansion on BE
Restructure code to make it more readable
Disable HW cursor by default on G200 server chips
Julien Cristau (1):
Restrict kernel driver matching to g200 server chips
Tormod Volden (2):
Fix dual head crash without XAA
mga: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
This is causing problems (3.9.6 to 3.9.8):
* We've started deprecating GtkStock apis. These apis will continue
working until GTK+ 4, so there is no need to rush to replace them.
For more information, see
https://mail.gnome.org/archives/gtk-devel-list/2013-July/msg00000.html
Wholly deprecated as part of this effort:
GtkIconFactory, GtkIconSet, GtkIconSource, GtkImageMenuItem,
GtkAction, GtkUIManager
Other highlights:
* Theme support
- Always fall back to 'gnome' icon theme in addition to 'hicolor'
- Respect deprecated gtk-button-images setting
- Respect deprecated gtk-menu-images setting
* Accessibility improvements
- Add accessible names to csd window buttons
- Mark GtkLinkButton as visited when appropriate
- Add a GtkListBoxRow accessible
* GtkLabel can now ellipsize just the last line,
ellipsized in multi-line labels.
* GtkInfoBar now uses a GtkRevealer internally to slide in place.
It is no longer necessary to do that manually.
* GtkHeaderBar can now add a window close button
* The fine adjustment mode for scrolling has been revamped to be
easier discoverable, and visual feedback and autoscrolling has
been added.
* GtkIconTheme now supports 2x scaled icons for hi-dpi displays.
* The Wayland and X11 clipboard implementations can now coexist
* GtkInfoBar updates
- Turn action area horizontal
- Fix spacing
- Add an easy way to add a close button
* Documentation
- Modernize many screenshots
- Redo the widget gallery
- Improve 'Getting Started' tutorial
- Add new application examples to tutorial
* Deprecations:
tear-off menuitems,
gtk-button-images,
gtk-show-unicode-menu,
gtk-show-input-method-menu,
gtk-enable-mnemonics,
gtk-auto-mnemonics,
gtk-color-palette,
gtk-can-change-accels,
cursor blink settings,
gtk-fallback-icon-theme,
gtk-scrolled-window-placement,
menu popup delay settings,
gtk-menu-bar-accel,
keynav tweaks,
gtk-touchscreen-mode,
gtk-icon-sizes,
im style tweaks,
gtk-file-chooser-backend,
gtk-enable-tooltips,
gtk-visible-focus,
tooltip timeout tweaks,
toolbar style tweaks
* Initial support for scaled output (on high-dpi screens) has been
added. While this can be built with cairo 1.12, it needs a cairo
branch to work. Support for this has been added to the Wayland,
OS X and Windows backends.
* GtkListBox:
- handle double-clicks properly
- add an example in gtk3-demo
* GtkSearchBar: a toolbar that will popup automatically when
searches should be started, and dismissed when they are finished
* GtkListBox a vertical container that can sort and filter its
children
* GtkStack has gained position dependent transitions (left-right
and up-down)
* The Broadway GDK backend can be built on Windows now
* The GDK initialization code has been refactored. GdkDisplayManager
is no longer backend-specific.
* The symbol exporting functionality has been refactored. We no longer
use .symbols files, and instead rely on explicit header annotations
for every exported symbol. the abicheck scripts are no longer used.
* The GDK drawing and scrolling has been simplified. We no longer use
XCopyArea for scrolling, instead an offscreen cache is used. There
is a new debug flag, GTK_DEBUG=pixel-cache for this.
* Window sizing issues have been addressed.
* Implement height-for-width for GtkEventBox and GtkCheckButton
* Custom titlebars can now be set from GtkBuilder files
* Optionally install tests, when configured with --enable-installed-tests.
To run these tests, gnome-desktop-testing-runner can be used.
* Native input methods are supported on OS X now.
Many bug fixes and translation updates. For full details see:
https://git.gnome.org/browse/gtk+/tree/NEWS?id=3.10.6
XXX It would be good if someone could check OS X
* Look in /usr/share/gtk-2.0 for the default gtkrc file
* Support building with automake 1.14
* OS X: Various input handling fixes
- Avoid a crash on first key press
- Fall back from native input method to GtkIMContextSimple
- Avoid beeping when using native input method
- Reset preedit state when needed
* Look for gtkrc in /usr/share/gtk-2.0, in addition to to system config
dirs
* Bug fixes:
513812 Optimize gdk_cairo_set_source_pixbuf() alpha multiplication...
536767 gtksignal.h includes gtk.h
692548 Quartz: Cursor doesn't reset when the mouse leaves a toplev...
695636 _gdk_windowing_create_cairo_surface() may return already fi...
698758 Wrong limit for "Native Windows wider or taller than 65535 ...
699236 Assert triggered during gdk_pixmap_new() if some failure ha...
699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows
701332 Patch for minor glitch in NSTextInput
701571 1ad25dfb causes NSApp to not notice NSWindow destruction
703789 gtk.immodules still referenced after switch to immodules.cache
705181 Annoying beep on arrow keys when using IME on MacOS
705182 Reset Cocoa IME state when immodule is reset
* Translation updates: Hungarian Thai
300: This release fixed a problem when running in XFCE4.
299: This release fixed an error in line drawing.
298: This release fixes several minor bugs and adds a new option
"-report-fonts" to show which fonts are actually loaded.
libdrm 2.4.50 has been released. It fixes a critical bug for Radeon
Southern Islands GPUs.
Keith Packard (1):
intel: Track known prime buffers for re-use
Marek Olšák (1):
Bump the version to 2.4.50
Michel Dänzer (1):
radeon: Update unaligned offset for 2D->1D tiling transition on SI
bundles. This library provides two implementations: An older Carbon
implementation (gtk-mac-integration) and a new implementation in Cocoa
(GtkOSXApplication). PyGtk bindings are provided for both.
Changes:
- work around perl 5.18.0 breakage in tabbed extension
(reported by Karol Blazewicz) and in pod (Dominic Hargreaves).
- fix regression that caused the double-click word selection to
erroneously include a tab on the left of the selected word.
- implement FOCUS variable and focus_fade function in background
expression, to allow focus-sensitive background images.
- add support for the set cursor style (DECSCUSR) control
function.
- honour cursorColor also when the cursor style is underline.
- export some Color_xxx constants to Perl.
pkgsrc changes:
- remove patches/patch-src_perl_tabbed, it is upstream now
Changes from doc/en/ReleaseNote:
ver 3.3.1
* Add "use_auto_detect" and "auto_detect_encodings" options.
(auto_detect_encodings=utf8,eucjp,sjis and use_auto_detect=true enable
auto detection of utf8, eucjp and sjis.)
* Support ESC $ on non-ISO2022 encodings such as UTF-8.
* Reset pending DCS sequence by pressing ESC key.
* Support iBus 1.5.
* Enable to specify the conversion engine name of iBus. (e.g. --im ibus:anthy)
* Desynchronize ESC [ 5379 ; show_picture BEL on cygwin/win32gdi or mingw.
* "unlimited" value is available for "logsize" option.
* Bug fixes:
Fix the bug of convertion to sjis.
Fix the bug which disabled threading scp.
Fix https://bugzilla.novell.com/show_bug.cgi?id=849342
Upstream changes:
=================
Changes in version 3.3.13beta5, 4. September 2013
[all] Corrected the CGCSGID for code page 1145 (spanish-euro).
[all] Second try at getting pr3287/wpr3287 shut down and
re-launched correctly.
Changes in version 3.3.13beta4, 23. August 2013
[all] Corrected the start/stop of pr3287/wpr3287 printer sessions,
so that a new one is not started until the previous one has completely
exited.
Changes in version 3.3.13beta3, 6. August 2013
None relevant to x3270
Changes in version 3.3.13alpha2, 30. July 2013
[all] Fixed a crash when connecting to certain hosts using an SSL tunnel.
[all] Fixed a crash in the Wait(n,seconds) action.
Changes in version 3.3.13alpha1, 11. July 2013
[x3270] Combined the various text screen save/print options into a
single menu option, which brings up a dialog box that allows snapshots,
continuous saving, save to text, HTML or RichText or directly to the printer.
[x3270] Added a -secure to simplify invoking secure mode.
[all] Corrected a problem with interpreting the SuppressMap resource.
[all] Added the -accepthostname command-line option and acceptHostname
resource to allow accepting specific names and IP addresses in host
certificates, or any name.
[all] Turned off variable substitution for all actions under certain
circumstances, such as inside macros. It mostly just caused confusion.
[all] Added two pseudo-variables for filename substitutions:
${TIMESTAMP} becomes a microsecond-resolution timestamp and ${UNIQUE}
guarantees that the filename is unique. Changed the default trace file
names to use ${UNIQUE}.
[all] Added a number of keywords to the Query action.
[all] Made the Open (Connect) and Close (Disconnect) aliases available
everywhere.
[all] Added support for code page 803 (hebrew-old).
[all] Added a -loginmacro command-line option, and made the existing
loginMacro resource work on x3270.
[all] Added output to scripts to the event trace file.
A new version of libdrm has been released. It adds support for 2D
tiling for Sea Islands Radeon GPUs and fixes bugs.
Ian Romanick (1):
intel: Use memset instead of VG_CLEAR
Marek Olšák (3):
radeon: implement 2D tiling for CIK
radeon: handle P16 pipe configs for Hawaii
Bump the version for release
Michel Dänzer (2):
radeon: fix mipmap level 0 and 1 alignment for SI and CIK
radeon: don't overallocate stencil by 4 on SI and CIK
Thomas Hellstrom (1):
libdrm/mode: Update the encoder and connector defines
Log:
Jakub Bogusz (1):
Fix the SSSE3 CPUID detection.
Matt Turner (1):
Pre-release version bump to 0.32.4
Søren Sandmann (2):
Post-release version bump to 0.32.3
test/utils.c: Make the stack unaligned only on 32 bit Windows
A new version of libdrm has been released. The main motivation for this
release is the addition of the reset status query ioctl for the Intel
kernel module. Access to this ioctl will be necessary for Mesa 10.0.
Alex Deucher (2):
radeon: add hawaii chip family
radeon: add hawaii pci ids
Ben Widawsky (2):
intel/bdw: Add broadwell chipset IDs
intel/bdw: Handle gen8 bufmgr_init
Damien Lespiau (2):
intel/bdw: Add gen8 to the decode init
intel/bdw: Update MI_BATCH_BUFFER_START for aub dumps
Dave Airlie (1):
Revert "intel: Add support for GPU reset status query ioctl"
Ian Romanick (3):
intel: Add support for GPU reset status query ioctl
intel: Add support for GPU reset status query ioctl
libdrm: bump to 2.4.48
Keith Packard (1):
Add DRM_MODE_PAGE_FLIP_ASYNC define
Kenneth Graunke (3):
intel: Add the Gen6+ version of MI_REPORT_PERF_COUNT to intel_decode.c.
intel: Add MI_LOAD_REGISTER_MEM to intel_decode.c.
intel/bdw/aub: Update AUB trace block writes for 48-bit addressing.
Maarten Lankhorst (1):
nouveau: prevent undefined behavior in nouveau_pushbuf_reloc with gcc-4.8
0.32.2:
A new pixman release 0.32.2 is now available. This is a stable release
in the 0.32 series.
This release corrects the problem that the 0.32.0 tarball was missing
some files required to build the GTK+ based demo programs. Also included
is a fix for a build problem with MSVC.
0.32.0:
A new pixman release 0.32.0 is now available. This is new major release
with performance improvements for image scaling, and a large number of
bug fixes.
Release 0.1.1 (2013-11-12)
===========================
- Fix memleak with broken resource databases
- Check exact RENDER version that the server supports
- Use LE_32 macro from <sys/byteorder.h> on Solaris versions without le32toh()
- Use $(AM_V_GEN) when calling gperf
- Fail the build if gperf is needed, but not found
- handle read() errors
- Bugfix: Properly load cursor files where not all cursors are suitable
1.9.3:
Fix up some portability and build issues in the FD passing code introduced
in 1.9.2. Now builds & works on Solaris as well as Linux, can be enabled
or disabled via --enable-sendfds and --disable-sendfds flags to configure.
1.9.2:
This has minimal patches needed to support GE events and current
xcb-proto, and then the patches for DRI3 and Present.
Another round of fixes for the fd sending API's: improves portability,
fixes build failures on BSD & Solaris when building with the new API
disabled, and enables the new API for Solaris.
1.3.1:
Here's a new 1.3.1 release of libXtrans. The only interesting change
is that it now requires applications to specify that they want FD
passing support by defining XTRANS_SEND_FDS; the X server will do that
only on Linux. When non-Linux FD passing support is integrated, we can
change what the X server does
Keith Packard (3):
Revert "Remove 'Readv' interface"
Add SEND_FDS version of Readv
Update to version 1.3.1
Mark Kettenis (1):
Don't include file descriptor passing code by default
1.3.0:
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (3):
Remove unused TLI ("STREAMSCONN") code from xtrans
Docs: convert function synopses to docbook funcsynopsis markup
Docs: Drop pre-C89 TRANS() from docs since it's no longer in the headers
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Keith Packard (3):
Remove 'Readv' interface
Add APIs to send file descriptors through the network
Update to version 1.3.0
Łukasz Stelmach (1):
Add const qualifier to unix_nolisten
* update applications for 4.01
* various fixes in windows port
* add some GTK enumerations and update stock icon list
* add properties GtkTreeView.enable_{tree,grid}_lines
* add properties GtkEntry.{primary,secondary}_icon_{stock,name,pixbuf},
see examples/entry2.ml for usage
* add tags in GtkMovementStep
* fix compatibility with ocaml 4.01 (?lab for non-optional arguments)
* add handling of new modifiers
* detect findlib during configuration
* support DESTDIR with findlib-install
* have old-install copy the META file too
* cleanup the two phases of findlib-install
The DRI3 extension provides mechanisms to translate between direct
rendered buffers and X pixmaps. When combined with the Present
extension, a complete direct rendering solution for OpenGL is
provided.
The direct rendered buffers are passed across the protocol via
standard POSIX file descriptor passing mechanisms. On Linux, these
buffers are DMA-BUF objects.
DRI3 also includes a mechanism to translate between Linux Futexes
and X Sync extension Fences. This provides a synchronization
mechanism which can be used to serialize access to shared render
buffers.
The Present extension provides a way for applications to update
their window contents from a pixmap in a well defined fashion,
synchronizing with the display refresh and potentially using a more
efficient mechanism than copying the contents of the source pixmap.
1.8.0:
Consider this the NetBSD release, bringing the driver closer to sync with
the NetBSD source directory. Non-BSD platforms should not be affected by
these changes.
Peter Hutterer (1):
keyboard 1.8.0
Thomas Klausner (25):
Added some missing keysyms to the ADB keymap.
Map the Sun keyboard "help" key.
Added keysym for Power keys.
Added keysyms for extra keys on Sun Type 6 USB keyboard.
Fixes for the ADB map.
More ADB fixes.
Add translation table for AT/PS2 pseudo XT scancodes.
Use existing wscons USB keymap for WSKBD_TYPE_MAPLE on dreamcast.
Add a couple mappings for keys found on Sun keyboards.
Fix scan code 50 key on non-US-USB keyboards.
Add a basic map for an LK201 keyboard.
Set the version for the keyboard.
Fix a shadowing warning, and add const.
Recognize WSKBD_TYPE_MAPLE for dreamcast.
Add default device for Protocol "wskbd".
Add WSKBD_TYPE_LK201.
Make OpenKeyboard() warn instead of error out.
Fix wskbd handling when VT switching.
Improve auto-detection.
Move WSCONS case inside switch statement.
Add some NetBSD feature detection code.
Do not assume type in WS_*_MAP_SIZE macros.
Factor out common code.
Check open() return value.
Whitespace fixes.
1.7.0:
No big changes, but since we removed AM_MAINTAINER_MODE might as well bump
the minor release number.
Adam Jackson (1):
configure: Drop AM_MAINTAINER_MODE
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Peter Hutterer (2):
Use sigsafe logging for keyboard debug messages
keyboard 1.7.0
pkgsrc changes:
- remove obsolete post-3.2.2 fixes
- adjust patches per changes in original files
Changes from doc/en/ReleaseNote:
ver 3.3.0
* Support framebuffer on NetBSD/x68k. (Thanks to NetBSD/x68k developers)
* Support Android. (Experimental)
* Update the colormap instead of searching the closest color when
OSC 4 ; c ; spec changes RGB of the color number on framebuffer.
* Support OSC ? 80 h (disable sixel scrolling).
* Support U+XXXX-XXXX key in 'font' configuration file.
* Add "unicode_noconv_areas" (a.k.a --ucsnoconv) option.
* Add "allow_scp" (a.k.a --scp) option.
* Remove SWITCH_OSC52. (Use "proto:allow_osc52=switch" instead.)
* OSC 5383 reqests challenge sequence.
* Bug fixes:
#70 (Thanks to Thomas Wolff)
Fix the bug which disabled redrawing the margin area on framebuffer.
Fix the bug of the transparent color of sixel graphics on win32.
OSC 4 has an effect on RGB of the window background color.
Send a sixel next line character (-) following a sixel dump.
Fix the bug which disabled Mod+XXX shortcut key settings on win32.
Fix the bug which erased the end character of each line in scrolling if DECSLRM
set the right margin at the right end is fixed.
Fix the bug of DL/IL which scrolled the screen instead of inserting or deleteing
lines from the cursor position.
Fix keypad '5' key (VK_CLEAR) on win32.
Fix the bug of ignoring the next character after sixel graphics data.
Fix the bug which makes the window smaller than necessary in resizing.
Support wsdisplay of the BBGGRR format on NetBSD/OpenBSD. (Thanks to @oshimyja san)
announcement. This has been fixed, the matching distfiles are now available.
The contents did not change at all (says Ben, and diff.
Set DIST_SUBDIR and update distinfo.
I am proud to announce xauth-1.0.8, a minor maintenance release
containing mostly bug fixes, where I want to highlight two of them:
* Fix a long standing problem that for ssh tunneled connections a
display variable of the form: localhost:<N>.<M> leads to correct
authorization when an X client is started but "xauth list $DISPLAY"
returns nothing.
* Fix for: If using GDM with XDMCP, then ssh is not able to start X11
clients on the remote side. You get a "No xauth data; using fake
authentication data for X11 forwarding." from SSH.
--Tilmann Bubeck
Alan Coopersmith (3):
Remove unused TLI ("STREAMSCONN") code from xauth
Remove unused DECnet ("DNETCONN") code from xauth
Assume signal handlers return void, as C89 requires
Dr. Tilmann Bubeck (11):
Fix various compiler warnings raised by modern gcc (4.8.1).
More fixes for compiler warnings regarding the use of "const".
Added black box tests for basic functionality started with "make check".
Rework match_auth_dpy() to be easier to read and maintain (hopefully).
Fix warning raised by "-Wshadow".
Added command "version" and command line arg "-V" to show version of xauth.
Improved README to explain "make check".
version bump to 1.0.8
Revert version bump back to 1.0.7 to prepare missing commit before 1.0.8
Rewrote test_xauth to C to make automake and "make distclean" happy.
Second version bump to 1.0.8
Egbert Eich (5):
Don't crash when running past the end of the chain
Look for FamilyLocal if inet or inet6 address is loopback
Look for FamilyLocal if inet or inet6 address is loopback
Handle v4-mapped inet6 addresses correctly
Make matching algorithm mimic XauGet*AuthByAddr
Jeremy Huddleston Sequoia (2):
Revert "Look for FamilyLocal if inet or inet6 address is loopback"
Silenece lack of noreturn warning
Jon TURNEY (1):
Include Xwinsock.h rather than sys/socket.h on WIN32
Thomas Klausner (1):
Use copystring to create non-const string.]
Alex Deucher (2):
radeon: add berlin pci ids
radeon: pad CS to 8 DW
Ben Widawsky (1):
libdrm: bump to 2.4.47
Chia-I Wu (1):
intel: silence valgrind warnings for unsynchronized maps
Damien Lespiau (3):
drm: Synchronize the stereo 3D mode flags from the kernel headers
drm: Sync the DRM_SET_CLIENT_CAP ioctl definition
drm: Introduce a drmSetClientCap() wrapper
Daniel Kurtz (1):
libdrm: Make some drm headers compatible with gcc -std=c89 -pedantic
Emil Velikov (6):
tests/*version: add missing string.h header
tests/modetest: silence compiler warning about uninitialised variables
freedreno: use local drm.h over the system one
freedreno: set automake options to include subdir-objects
intel: Update package name and description in libdrm_intel.pc
configure: add AC_LANG_SOURCE call within AC_COMPILE_IFELSE
Ilia Mirkin (2):
modetest: add a -D option to specify a device to be used
modetest: allow setting a scaling factor when showing plane
Imre Deak (1):
libdrm: add missing DRM_CAP_TIMESTAMP_MONOTONIC
Kristian Høgsberg (1):
intel: Set bo size from lseek if kernel supports it
Laurent Pinchart (23):
modetest: Fix warnings
modetest: Remove extern declarations of opt(arg|ind|err|opt)
modetest: Sort command line arguments
modetest: Add a command line parameter to select the driver
modetest: Add a command line parameter to drop master after mode set
modetest: Retrieve all resources in one go
modetest: Don't limit mode set and planes to two instances
modetest: Add a command line parameter to set properties
modetest: Allow specifying plane position
modetest: Print the plane ID when setting up a plane
modetest: Remove the -m argument
modetest: Create a device structure
modetest: Compute CRTC pipe number as needed
modetest: Remove the struct connector_arg encoder field
modetest: Store the crtc in the connector_arg structure
modetest: Store the mode in the crtc structure
modetest: Give the CRTC ID to the -P option
modetest: Split mode setting and plane setup
modetest: Rename struct connector_arg to struct pipe_arg
modetest: Support pipes with multiple connectors
modetest: Try all possible encoders for a connector
modetest: Fix line stride in SMPTE YUV packet pattern generator
modetest: Allocate NV buffers large enough for the two planes
Marek Olšák (1):
radeon: fix pitch alignment for non-power-of-two mipmaps on SI
Michel Dänzer (1):
radeon: Fix tiling mode index for 1D tiled depth/stencil surfaces on CIK
Rob Clark (5):
tests: add tilcdc to modetest/vbltest
freedreno: support either kgsl or msm
freedreno: add support for msm drm
tests: add msm
freedreno: add missing NOSYNC flag
From a4d9bf1259ad28f54b6d59a480b2009cc89ca623 Mon Sep 17 00:00:00 2001
From: Alan Coopersmith <alan.coopersmith@oracle.com>
Date: Mon, 16 Sep 2013 21:47:16 -0700
Subject: [PATCH] Avoid use-after-free in dix/dixfonts.c: doImageText()
Save a pointer to the passed in closure structure before copying it
and overwriting the *c pointer to point to our copy instead of the
original. If we hit an error, once we free(c), reset c to point to
the original structure before jumping to the cleanup code that
references *c.
Since one of the errors being checked for is whether the server was
able to malloc(c->nChars * itemSize), the client can potentially pass
a number of characters chosen to cause the malloc to fail and the
error path to be taken, resulting in the read from freed memory.
Since the memory is accessed almost immediately afterwards, and the
X server is mostly single threaded, the odds of the free memory having
invalid contents are low with most malloc implementations when not using
memory debugging features, but some allocators will definitely overwrite
the memory there, leading to a likely crash.
Reported-by: Pedro Ribeiro <pedrib@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Bump PKGREVISION.
xf86-video-savage-2.3.7 provides a small bugfix for video playback
on MX/IX/SuperSavage (not sure if anyone noticed).
Otherwise just the usual catch-up to the ever-changing xserver, build
and run on 1.14, and default to EXA now that the xserver does not
support XAA anymore.
== Changes since 2.3.6 ==
Alexander Grothe (1):
Drop miInitializeBackingStore() call
Dave Airlie (2):
savage: move compat-api.h down to proper place.
savage: fix default accel arch when built with no XAA
Tormod Volden (5):
Really fix default accel arch when built with no XAA
exa: Use exaGetPixmapFirstPixel() instead of devPrivate.ptr
Fix building with TRACEON defined
Fix video window height on MX/IX/SuperSavage
xf86-video-savage: bump to version 2.3.7
The release 2.10 of xkeyboard-config did not really happen because of
the technical issues, so I am happy to present 2.10.1
Most of the work in that release was made by Benno Shulenberg, who did
some massive cleanups of the codebase.
Other people contributed various layouts fixes and code improvements.
Traditional credits go to the TP for the quality translations.
xf86-video-r128 6.9.2 includes a fix for EXA color errors on PowerPC,
plus updates to build with xserver 1.13 and 1.14.
Note that also this xserver patch is needed for 1.13 and 1.14:
http://lists.x.org/archives/xorg-devel/2013-September/037971.html
All credits go to Connor Behan for keeping this driver alive!
Connor Behan (4):
Remove call to obsolete miInitializeBackingStore()
Swap pixmap bytes for a solid picture on big endian host
Minor spacing changes
Specify NULL for the platform probe function
Tormod Volden (1):
r128: bump to version 6.9.2