<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.freedesktop.xorg.announce">
    <title>gmane.comp.freedesktop.xorg.announce</title>
    <link>http://blog.gmane.org/gmane.comp.freedesktop.xorg.announce</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1946"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1945"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1944"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1943"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1942"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1941"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1940"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1939"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1938"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1937"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1936"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1935"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1934"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1933"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1932"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1931"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1930"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1929"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1928"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1927"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1946">
    <title>bitmap 1.0.7</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1946</link>
    <description>&lt;pre&gt;bitmap, bmtoa, atobm - X bitmap (XBM) editor and converter utilities

This minor maintenance release fixes some compiler warnings &amp;amp; man page
typos, and other code cleanups.

Alan Coopersmith (6):
      Fix pixmap leak in error paths of BWGetUnzoomedPixmap
      Combine usage messages into a single string
      Fix genererate typo in bmtoa error messages
      Simplify &amp;amp; unify error path between mktemp &amp;amp; mkstemp versions
      Mark usage() functions as noreturn, as suggested by gcc
      bitmap 1.0.7

Bjarni Ingi Gislason (1):
      bitmap.man:  Fix some typos.

git tag: bitmap-1.0.7

http://xorg.freedesktop.org/archive/individual/app/bitmap-1.0.7.tar.bz2
MD5:  9c18cc1048146e29d68bfa9d0348b11d
SHA1: 18c4762b8c94b519ee2ca6c3171cc2f85e6b2421
SHA256: 7ea2823a930ddfe3bfc0c7fbb16a5b463222edf05284c5cdc40a6d3c5c3988af

http://xorg.freedesktop.org/archive/individual/app/bitmap-1.0.7.tar.gz
MD5:  939da7fd8181bd3022fa95d032a0bbdc
SHA1: 297ae5ee3885030a55529f3aa1a847aa87f77968
SHA256: a62c048dc94a1bf09d9df3de64fdc00a3e3e7f62adc449342dfe885daade2474

&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-05-18T04:16:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1945">
    <title>xwininfo 1.1.3</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1945</link>
    <description>&lt;pre&gt;xwininfo is a command-line utility to print information about windows
on an X server.  Various information is displayed depending on which
options are selected.

A whole pile of bugs fixed by a whole bunch of different people here.

Alan Coopersmith (5):
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Print more detailed error messages when xcb_connect fails
      Quiet some clang warnings about implicit int &amp;lt;-&amp;gt; size_t conversions
      xwininfo 1.1.3

David Venz (1):
      Bug 53242 - xwininfo segfaults on invalid screen

Gaetan Nadon (3):
      make: remove $(LIBOBJS) dead code
      Revert "make: remove $(LIBOBJS) dead code"
      configure.ac: regroup statements and comment

Guillem Jover (4):
      Move leading ": " out from buffer to the error string printer
      Use format string literals instead of variables to print window ids
      Refactor atom name printing into a new Display_Atom_Name function
      Use format string literals instead of variables to print atom names

Jeremy Huddleston Sequoia (2):
      Declare usage() as _X_NORETURN
      Remove dead code (size_t is always &amp;gt;= 0)

Pierre-Loup A. Griffais (1):
      xwininfo: report the Visual class of the selected Window

Thomas Klausner (1):
      Get rid of a number of warnings.

Yaakov Selkowitz (1):
      Use AM_ICONV

git tag: xwininfo-1.1.3

http://xorg.freedesktop.org/archive/individual/app/xwininfo-1.1.3.tar.bz2
MD5:  b777bafb674555e48fd8437618270931
SHA1: 179253e6b8266bc3e3b6496964077c9cdcb2dcba
SHA256: 218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8

http://xorg.freedesktop.org/archive/individual/app/xwininfo-1.1.3.tar.gz
MD5:  d26623fe240659a320367bc453f1d301
SHA1: f1506ed52a2ca2cd467d88cbc3dd249bea1f294c
SHA256: 784f8b9c9ddab24ce4faa65fde6430a8d7cf3c0564573582452cc99c599bd941


&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-05-18T04:09:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1944">
    <title>xrefresh 1.0.5</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1944</link>
    <description>&lt;pre&gt;xrefresh is a utility to force all or part of an X screen to be redrawn.

This minor maintenance release cleans up compiler complaints and
other various issues, plus sneaks in a small bug fix at the end.

Alan Coopersmith (8):
      Fix allocateded typo in comment
      Add const qualifiers to fix gcc -Wwrite-strings warnings
      Add const qualifiers to structs for mapping strings to values
      Mark Syntax() with _X_NORETURN to silence gcc warning
      Combine usage message strings
      Fix implicit sign conversion &amp;amp; integer size truncation warnings
      Use strcasecmp if available, instead of downcasing string before strcmp
      xrefresh 1.0.5

Gaetan Nadon (2):
      man: remove trailing spaces and tabs
      config: move man pages into their own directory

Jeremy Huddleston (1):
      Properly fallback on CWBackPixmap = None when failing to parse or allocate a solid color

git tag: xrefresh-1.0.5

http://xorg.freedesktop.org/archive/individual/app/xrefresh-1.0.5.tar.bz2
MD5:  a896382bc53ef3e149eaf9b13bc81d42
SHA1: f0372afb62f75ad29343abc96dbf80be12050b72
SHA256: 3213671b0a8a9d1e8d1d5d9e3fd86842c894dd9acc1be2560eda50bc1fb791d6

http://xorg.freedesktop.org/archive/individual/app/xrefresh-1.0.5.tar.gz
MD5:  e41c5148d894406484af59887257c465
SHA1: 9a0c98fe1c7883f7d7418e3d2c2ac48e3ef086e5
SHA256: b373cc1ecd37c3d787e7074ce89a8a06ea173d7ba9e73fa48de973c759fbcf38


&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-05-18T01:25:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1943">
    <title>xfontsel 1.0.5</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1943</link>
    <description>&lt;pre&gt;The xfontsel application provides a menu-based GUI to display the X11 core
protocol fonts known to your X server, examine samples of each, and
retrieve the X Logical Font Description ("XLFD") full name for a font.

This minor bugfix release finally fixes my long-festering pet peeve with
this tool - when a font fails to load, it will now continue to update the
text sample area instead of letting it accumulate menu images and other
failed repaint turds.   There's a few other small changes too, but no one
will notice them.

Alan Coopersmith (6):
      Combine usage message strings
      Prevent memory leak in GetFontNames if no fonts are matched
      Remove extraneous braces left from commit 1d6970a838d4ed42a
      When font fails to load, grey out text instead of unmapping text widget
      Use C99 struct initializer for parseRec in GetFontNames()
      xfontsel 1.0.5

git tag: xfontsel-1.0.5

http://xorg.freedesktop.org/archive/individual/app/xfontsel-1.0.5.tar.bz2
MD5:  a40302b88c599b63e3d3d412e02871e6
SHA1: fbd8fa8a1c87d8da2e71def964e97bca1d4c4adf
SHA256: 170d8550b96fb47b04db6181b947e6f6b8b97f4df5d691c351a278480cc931bf

http://xorg.freedesktop.org/archive/individual/app/xfontsel-1.0.5.tar.gz
MD5:  72a35e7fa786eb2b0194d75eeb4a02e3
SHA1: 4a57ea340e4b4f57e4523d7912cf008f5c5079eb
SHA256: 9b3ad0cc274398d22be9fa7efe930f4e3749fd4b1b61d9c31a7fb6c1f1ff766e

&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-05-18T01:06:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1942">
    <title>transset 1.0.1</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1942</link>
    <description>&lt;pre&gt;transset is an utility for setting opacity property on windows.

This minor bugfix release includes fixes for several small bugs,
a more complete man page, and some general code cleanups.

Alan Coopersmith (8):
      Combine usage message into single string/call
      Include PACKAGE_STRING in --version output
      Move release date from transset.c to configure.ac so we remember to update it
      Use correct variable for printing current opacity
      Typo fixes in verbose message &amp;amp; comment
      Store min &amp;amp; max as doubles, not floats
      Add the options to the man page (they were all missing before)
      transset 1.0.1

Arnaud Fontaine (1):
      Fix program name in usage information, transset instead of transset-df.

git tag: transset-1.0.1

http://xorg.freedesktop.org/archive/individual/app/transset-1.0.1.tar.bz2
MD5:  4afa9e30637171ae9e557a986e423720
SHA1: 8d5219f138fafc7146e4b45b94bc7e568efbcd43
SHA256: 70c3d033874fe48286bc4971d5de9027f2e8ccd0f21b7506fe1bb4472218036d

http://xorg.freedesktop.org/archive/individual/app/transset-1.0.1.tar.gz
MD5:  4bbee6f6ea6fbd403280b4bb311db6dc
SHA1: 3cb57c299c26ee5bd3249ce54d11a1cbb9c9219e
SHA256: 87c560e69e05ae8a5bad17ff62ac31cda43a5065508205b109c756c0ab857d55

&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-05-18T00:52:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1941">
    <title>appres 1.0.4</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1941</link>
    <description>&lt;pre&gt;The appres program prints the Xt resources seen by an application (or
subhierarchy of an application) with the specified class and instance
names.  It can be used to determine which resources a particular
program will load.

This minor maintenance release provides the specified collection of
build configuration improvements and janitorial cleanup instances,
plus a new -V command line flag to print its version (not that much
changes between versions, not even the announcements).

Alan Coopersmith (4):
      Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning
      Combine usage message into a single string
      Add -V option to print command version
      appres 1.0.4

Gaetan Nadon (5):
      man: remove trailing spaces and tabs
      man: replace hard coded man page section with substitution strings
      config: move man pages into their own directory
      .gitignore: the original copy was somewhat broken
      .gitignore: fix typo

git tag: appres-1.0.4

http://xorg.freedesktop.org/archive/individual/app/appres-1.0.4.tar.bz2
MD5:  ed598f0599d726963c1bdfdc691960d9
SHA1: f89d6fff84d838c0b8b4adeca46185b6d4812a27
SHA256: 9f614e9427cd9641a4a801ed5055700afa410674c0b7aa186b86078f11b83e8d

http://xorg.freedesktop.org/archive/individual/app/appres-1.0.4.tar.gz
MD5:  f82aabe6bbb8960781b63c6945bb361b
SHA1: 15217d2f1579efd41708837883ff83348ff6312a
SHA256: 22cb6f639c891ffdbb5371bc50a88278185789eae6907d05e9e0bd1086a80803

&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-05-18T00:43:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1940">
    <title>[ANNOUNCE] libdrm 2.4.45</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1940</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A new version of libdrm has been released. The main motivation for this
release is the changes in the radeon surface allocator, which helps fix
multisample textures on the Radeon Cayman family chipsets.

Alex Deucher (4):
      radeon: add new SI pci ids
      radeon: add new richland pci ids
      radeon: add HAINAN family
      radeon: add HAINAN pci ids

Dave Airlie (1):
      drm: add qxl drm header file

Marek Olšák (2):
      radeon: add RADEON_SURF_FMASK flag which disables 2D-&amp;gt;1D tiling transition
      configure.ac: bump version to 2.4.45 for release

Rob Clark (3):
      freedreno: add gpu-id property
      Add exynos_fimg2d_test to .gitignore
      freedreno: add synchronization between mesa and ddx

Xiang, Haihao (1):
      intel: Add support for VEBOX ring (v2)

git tag: libdrm-2.4.45

http://dri.freedesktop.org/libdrm/libdrm-2.4.45.tar.bz2
MD5:  92ce56e7533a9b2fcb5c8f32d305328b  libdrm-2.4.45.tar.bz2
SHA1: 55e75a7032140f3609a24f23addbcfa890d5512b  libdrm-2.4.45.tar.bz2
SHA256: 3ef0a70c16080fb90c50e807b660b7353d82509c03647f6ecc00bbfa1caee208  libdrm-2.4.45.tar.bz2

http://dri.freedesktop.org/libdrm/libdrm-2.4.45.tar.gz
MD5:  b64f651b6e66726eae440c559d2d3fd5  libdrm-2.4.45.tar.gz
SHA1: d71da3ed9ab206296b250a3550b527aa0633b9a6  libdrm-2.4.45.tar.gz
SHA256: 2aad1ff786945642069e0c5903954b2659f8b04b6eb47640dbd0ef63bee6500f  libdrm-2.4.45.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAEBAgAGBQJRk8s8AAoJEP3RXVrO8PKx620IANaiKhZqvFMBAaFW4OJRdcjc
IKJ4kwn+84PdH9LalPL8mbTVjvptRDwCnUXIOYm25QV0MMAwjbj0srnI7/MBmnNo
MsXmpMPG2c4QR5juiPyub0/airyW6j1klUddpIZzpR7VOWHxxyYml9Mtfnpev1OZ
HzQkrVD+6uJQJRXfcFkDGBXET/Q25vxroTH9n+kH22KDVxpveRqLtq1GpLmYYR+m
uQF0gCY+J/z2VFNGY7huJ4NzJxAWYQL5gwxgUP045r8ZYk+bFFTD+8DOEc54SM7/
uCjygMYRN120q6s/ju0BJBTdwqGXzVIppoFBxQAtmzGGYiAA86UVWIytia3XxPI=
=EyRF
-----END PGP SIGNATURE-----
_______________________________________________
xorg-announce mailing list
xorg-announce&amp;lt; at &amp;gt;lists.x.org
http://lists.x.org/mailman/listinfo/xorg-announce
&lt;/pre&gt;</description>
    <dc:creator>Marek Olšák</dc:creator>
    <dc:date>2013-05-15T18:13:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1939">
    <title>xf86-input-synaptics 1.7.1</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1939</link>
    <description>&lt;pre&gt;First stable update to synaptics 1.7 is now available.
User-visible changes:
- soft button areas may overlap on the edge, so a configuration of
  e.g.middle button 33%-66% and right button 66%-0 is now valid.
- man page fix to avoid confusion between 0 and 0% on button configuration 

This release also includes the fix for stack smash caused by Apple
MagicTrackpads.

Peter Hutterer (7):
      Improve readability of the soft button areas
      man: clarify that 0, not 0% disables the softbutton area
      Allow soft button areas to overlap on the edge
      Fix stack smash in clickpad_guess_clickfingers()
      Plug memory leak for option_string
      Plug memory leak for priv-&amp;gt;touch_axes
      synaptics 1.7.1

git tag: xf86-input-synaptics-1.7.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.7.1.tar.bz2
MD5:  6505de717972b6a24b8eb13e69eb996c  xf86-input-synaptics-1.7.1.tar.bz2
SHA1: 85018b51dfa0c2dcf5c257cf283298836273700d  xf86-input-synaptics-1.7.1.tar.bz2
SHA256: db5825660e1fb23190697f609bf75d4450fe707344a14298e1c9b47039bbb58e  xf86-input-synaptics-1.7.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.7.1.tar.gz
MD5:  cfa2c03772397de4093f7e7645d0b6d8  xf86-input-synaptics-1.7.1.tar.gz
SHA1: fe81f075439bdca258f86f02ced4ff90d90001ff  xf86-input-synaptics-1.7.1.tar.gz
SHA256: 69a1a2a30988518daf8924a964e60878af04a368c7610ff8adf8be65ebbabd4a  xf86-input-synaptics-1.7.1.tar.gz

&lt;/pre&gt;</description>
    <dc:creator>Peter Hutterer</dc:creator>
    <dc:date>2013-05-13T00:07:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1938">
    <title>xf86-input-synaptics 1.6.4</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1938</link>
    <description>&lt;pre&gt;Only a single patch, fixing a stack smash caused by the Apple Magic
Trackpad. If you're still on synaptics 1.6, I recommend updating.

Peter Hutterer (2):
      Fix stack smash in clickpad_guess_clickfingers()
      synaptics 1.6.4

git tag: xf86-input-synaptics-1.6.4

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.6.4.tar.bz2
MD5:  beee7801b83173f8ec55f2604fb8da38  xf86-input-synaptics-1.6.4.tar.bz2
SHA1: dd8d1bab30356818cb59752c2e14d2973189ce84  xf86-input-synaptics-1.6.4.tar.bz2
SHA256: fe15b1afc61b40800f74a0dcf976c15b299ca0680ae5e537baef543455a732ee  xf86-input-synaptics-1.6.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-1.6.4.tar.gz
MD5:  510f39c13304e032c86c576105028490  xf86-input-synaptics-1.6.4.tar.gz
SHA1: 688a482d7f897fea5ede5f745284ca9db10f911e  xf86-input-synaptics-1.6.4.tar.gz
SHA256: edce0b64fed89b0f88b7e8d1e1ac345ac0aa57b19b70f8aa943e67946fa193a3  xf86-input-synaptics-1.6.4.tar.gz

&lt;/pre&gt;</description>
    <dc:creator>Peter Hutterer</dc:creator>
    <dc:date>2013-05-13T00:03:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1937">
    <title>pixman major release 0.30.0 now available</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1937</link>
    <description>&lt;pre&gt;A new major release 0.30.0 of the pixman rendering library is now
available. Highlights of this release:

- Support for high-quality image downscaling [Søren]
- Much improved ARMv6 assembly [Ben Avison]
- Improved rendering quality for gradients [Søren]
- Improvements to the SSE2 backend [Chris Wilson, Siarhei Siamashka]
- Improvements to MIPS DSPr2 backend [Nemanja Lukic]
- Improvements to test suite [Siarhei, Søren Sandmann]

Please send bug reports to pixman&amp;lt; at &amp;gt;lists.freedesktop.org or file them
at

    https://bugs.freedesktop.org/enter_bug.cgi?product=pixman

Thanks,
Søren


tar.gz:
http://cairographics.org/releases/pixman-0.30.0.tar.gz
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.30.0.tar.gz

tar.bz2:
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.30.0.tar.bz2

Hashes:
MD5:  ae7ac97921dfa59086ca2231621a79c7  pixman-0.30.0.tar.gz
MD5:  11b7e062e20ae40e49c2871dd9f82b0b  pixman-0.30.0.tar.bz2
SHA1: 9c25dd0efa2023216e82033b71fcfe1bae9ebaac  pixman-0.30.0.tar.gz
SHA1: 7ef2e8a355c2ac38bd4b3390ad220801433422dc  pixman-0.30.0.tar.bz2

GPG signature:
http://cairographics.org/releases/pixman-0.30.0.tar.gz.sha1.asc
(signed by Søren Sandmann Pedersen &amp;lt;soren.sandmann&amp;lt; at &amp;gt;gmail.com&amp;gt;)

Git:
git://git.freedesktop.org/git/pixman
tag: pixman-0.30.0

Log:
Behdad Esfahbod (1):
      Remove unused macro

Ben Avison (8):
      Tweaks to lowlevel-blt-bench
      ARMv6: Lay the groundwork for later patches in the series
      ARMv6: New fill routines
      ARMv6: New blit routines
      ARMv6: New conversion routines
      ARMv6: Replacement add_8_8, over_8888_8888, over_8888_n_8888 and over_n_8
      Improve L1 and L2 benchmark tests for caches that don't use allocate-on-w
      Fix to lowlevel-blt-bench

Benjamin Gilbert (1):
      Fix thread safety on mingw-w64 and clang

Chris Wilson (6):
      sse2: Add a fast path for add_n_8888
      sse2: Add a fast path for add_n_8_8888
      sse2: Add fast paths for bilinear source with a solid mask
      Always return a valid function from lookup_composite()
      Always return a valid function from lookup_combiner()
      Eliminate duplicate copies of channel flags for pixman_image_composite32(

Jeff Muizelaar (1):
      Add a version of bilinear_interpolation for precision &amp;lt;=4

Joshua Root (1):
      Fix undeclared variable use and sysctlbyname error handling on ppc

Marko Lindqvist (1):
      Fix build with automake-1.13

Matt Turner (2):
      Add new demos and tests to .gitignore
      Convert INCLUDES to AM_CPPFLAGS

Nemanja Lukic (16):
      MIPS: DSPr2: Added more fast-paths for SRC operation:
      MIPS: DSPr2: Added more fast-paths for OVER operation:
      MIPS: DSPr2: Added several nearest neighbor fast paths with a8 mask:
      MIPS: DSPr2: Added more fast-paths for REVERSE operation:
      MIPS: DSPr2: Added more fast-paths:
      MIPS: DSPr2: Added more fast-paths for OVER operation:
      MIPS: DSPr2: Added more fast-paths for SRC operation:
      MIPS: DSPr2: Fix bug in over_n_8888_8888_ca/over_n_8888_0565_ca routines
      MIPS: DSPr2: Added over_8888_8888 nearest neighbor fast path.
      MIPS: DSPr2: Added over_8888_0565 nearest neighbor fast path.
      MIPS: DSPr2: Added src_0565_8888 nearest neighbor fast path.
      MIPS: DSPr2: Fix for bug in in_n_8 routine.
      test: add "src_0888_8888_rev" and "src_0888_0565_rev" to lowlevel-blt-ben
      test: add "pixbuf" and "rpixbuf" to lowlevel-blt-bench
      MIPS: DSPr2: Added pixbuf fast path.
      MIPS: DSPr2: Added rpixbuf fast path.

Peter Breitenlohner (1):
      Check for missing sqrtf() as, e.g., for Solaris 9

Siarhei Siamashka (23):
      test: Change is_little_endian() into inline function
      test: Added a better PRNG (pseudorandom number generator)
      test: Search/replace 'lcg_*' -&amp;gt; 'prng_*'
      test: Switch to the new PRNG instead of old LCG
      test: Get rid of the obsolete 'prng_rand_N' and 'prng_rand_u32'
      Improve performance of combine_over_u
       test: Workaround unaligned MOVDQA bug (http://gcc.gnu.org/PR55614)
      test: add "src_0565_8888" to lowlevel-blt-bench
      Change CONVERT_XXXX_TO_YYYY macros into inline functions
      Faster conversion from a8r8g8b8 to r5g6b5 in C code
      ARM: make use of UQADD8 instruction even in generic C code paths
      Rename 'xor' variable to 'filler' (because 'xor' is a C++ keyword)
      Define SIZE_MAX if it is not provided by the standard C headers
      Use more appropriate types and remove a magic constant
      Added C variants of r5g6b5 fetch/write-back iterators
      Faster write-back for the C variant of r5g6b5 dest iterator
      Faster fetch for the C variant of r5g6b5 src/dest iterator
      Add higher precision "pixman_transform_point_*" functions
      configure.ac: Added detection for __float128 support
      test: Added matrix-test for testing projective transform accuracy
      Use pixman_transform_point_31_16() from pixman_transform_point()
      test: larger 0xFF/0x00 filled clusters in random images for blitters-test
      sse2: faster bilinear interpolation (get rid of XOR instruction)

Stefan Weil (5):
      Always use xmmintrin.h for 64 bit Windows
      pixman: Use uintptr_t in type casts from pointer to integral value
      test: Fix compiler warnings caused by unused code
      sse2: Use uintptr_t in type casts from pointer to integral value
      Trivial spelling fixes in comments

Søren Sandmann Pedersen (55):
      Post-release version bump to 0.29.1
      pixman_image_composite: Reduce opaque masks to NULL
      pixman.h: Add typedefs for pixman_f_transform and pixman_f_vector
      Allow src and dst to be identical in pixman_f_transform_invert()
      Round fixed-point multiplication
      Convolution filter: round color values instead of truncating
      Add text file rounding.txt describing how rounding works
      Add new filter PIXMAN_FILTER_SEPARABLE_CONVOLUTION
      rounding.txt: Describe how SEPARABLE_CONVOLUTION filter works
      Add new pixman_filter_create_separable_convolution() API
      demos/gtk-utils.[ch]: Add pixman_image_from_file()
      demos: Add new demo program, "scale"
      Add demos/zone_plate.png
      Add demo program for conical gradients
      Add fast paths for separable convolution
      demos/radial-test: Add zero-radius circles to demonstrate rendering bugs
      radial: When comparing t to mindr, use &amp;gt;= rather than &amp;gt;
      test/utils.[ch]: Add utility function to draw a checkerboard
      demos/conical-test: Use the draw_checkerboard() utility function
      demos/radial-test: Add checkerboard to display the alpha channel
      Add testing of trapezoids to stress-test
      pixman_composite_trapezoids: Return early if mask_format is not of TYPE_A
      pixman_composite_trapezoids(): Check for NULL return from create_bits()
      float-combiner.c: Change tests for x == 0.0 tests to - FLT_MIN &amp;lt; x &amp;lt; FLT_
      Handle solid images in the noop iterator
      pixman-filter.c: Cope with NULL returns from malloc()
      README: Add guidelines on how to contribute patches
      test/utils.[ch]: Add new function operator_name()
      utils.[ch]: Add new format_name() function
      test: Use operator_name() and format_name() in composite.c
      demo/scale: Add a spin button to set the number of subsample bits
      pixman-combine-float.c: Use IS_ZERO() in clip_color() and set_sat()
      Change default GPGKEY to 3892336E, which is soren.sandmann&amp;lt; at &amp;gt;gmail.com
      stresstest: Ensure that the rasterizer is only given alpha formats
      Pre-release version bump to 0.29.2
      Post-release version bump to 0.29.3
      test: Move do_composite() function from composite.c to utils.c
      test/utils.[ch]: Add pixel_checker_convert_pixel_to_color()
      utils.[ch]: Add pixel_checker_get_masks()
      test: Add new check-formats utility
      a1-trap-test: Add tests for operator_name and format_name()
      test: Add new pixel-test regression test
      utils.c: Increase acceptable deviation to 0.0064 in pixel_checker_t
      pixman-compiler.h: Add unlikely() macro
      Turn on error logging at all times
      lookup_composite: Don't update cache in case of error
      gtk-utils.c: Use cairo in show_image() rather than GdkPixbuf
      demos: Add linear-gradient demo program
      test: Add radial-perf-test, a microbenchmark for radial gradients
      Move the IS_ZERO() to pixman-private.h and rename to FLOAT_IS_ZERO()
      Improve precision of calculations in pixman-gradient-walker.c
      pixman/refactor: Delete this file
      Pre-release version bump to 0.29.4
      Post-release version bump to 0.29.5
      Pre-release version bump to 0.30.0
_______________________________________________
xorg-announce mailing list
xorg-announce&amp;lt; at &amp;gt;lists.x.org
http://lists.x.org/mailman/listinfo/xorg-announce
&lt;/pre&gt;</description>
    <dc:creator>Søren Sandmann</dc:creator>
    <dc:date>2013-05-08T23:56:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1936">
    <title>evemu 1.1.0</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1936</link>
    <description>&lt;pre&gt;evemu records and replays device descriptions and events, making it possible to emulate input devices through the kernel's input system. Emulated devices are for most practical purposes indistinguishable from real devices.

http://www.freedesktop.org/wiki/Evemu

Release 1.1.0 (2013-05-03)
==========================

This is the first release since evemu is hosted on freedesktop.
Here are a few highlights:

* The file format allows to put comments ('#') everywhere:
  - the dump now contain an human readable description of each events
  - evemu-record also outputs the device description as a header (this
    allow bug reporters to only have to use evemu-record instead of 2
    commands)

* The file format is now included in the header of the dumps:
  we can warn if the dump used to replay the events is earlier than the
  current evemu version, in case the file format change in the future

* The device node to record is now not mandatory. If the user omits it,
  evemu-record (or describe) outputs a list of available devices and the
  user interactively selects the good one.

Please file bugs at

    https://bugs.freedesktop.org/enter_bug.cgi?product=evemu

Complete list of changes since 1.0.10
-------------------------------------

Benjamin Tissoires (15):
      Test for device grab
      .gitignore: add tools/evemu-event
      Clean mixed declarations and code
      add evemu-test-runner into .gitignore
      remove -D_GNU_SOURCE=1 from CFLAGS
      disable -Werror in CFLAGS
      evemu-recorder: do not give up after 10 s if no events are available
      fix files not containing the version as the first comment
      Break out read_name()
      Break out bus, vendor, product and version retrieval
      Bump file format version
      tools: drop evemu-describe, merge into evemu-record
      data: update recordings to new format
      Interrupt "make check" if errors occurs during python tests
      Release version 1.1.0

Chase Douglas (2):
      Distribute evemu-event.1 man page
      Remove ChangeLog

Keith Packard (1):
      Avoid calling fclose multiple times

Peter Hutterer (27):
      tools: use AM_V_GEN for man page generation
      tools: fix man page build for make -j N
      Update README for new location
      Fix typo in README
      Change README to markdown format
      Add file format version support
      Warn if the file's version is newer than what we support
      Add evemu_has_bit() to check a device for a EV_* bit
      Replace version.h with the one from ccan
      Add version.h to sources
      Always build test programs
      Add support for comments everywhere with getline
      Generate event names from linux/input.h
      Print human-readable descriptions of the device and events
      Print readable description next to actual event data
      Be strict about parsing errors
      Skip over empty input lines
      tools: use NULL, not 0 for a NULL const char*
      Warn about replaying incompatible events
      Drop bzrignore, we're a git shop now
      Init absinfo with 0 to avoid spurious resolutions
      add *.pyc to gitignore
      data: remove empty event file
      If no device file is given, display the list
      python: make test robust to comment differences
      python: fix file type detection to cater for new format
      Don't check for SYN_MT_REPORT bits while replaying events

Stephen M. Webb (1):
      Distributed the manpage source files wit the rest of the source files (lp: #1067848).

git tag: v1.1.0

http://www.freedesktop.org/software/evemu/evemu-1.1.0.tar.gz
MD5:  d2c44810e9c419901e253895fccb5972  evemu-1.1.0.tar.gz
SHA1: 13cb8ab2627750fdbd69e1091a65036cfb69ef58  evemu-1.1.0.tar.gz
SHA256: 0c848cfa4d183c8c0f097769b4faa46b28fef758cb3619523f2303e3ce2e6f95  evemu-1.1.0.tar.gz

http://www.freedesktop.org/software/evemu/evemu-1.1.0.tar.xz
MD5:  3d21d4fea8281ee9baa4ff0360fc6723  evemu-1.1.0.tar.xz
SHA1: 332a8b844f9245f23907b4f98fced29e2109d768  evemu-1.1.0.tar.xz
SHA256: 2a10065b66f85053476082f07b8af4fb96d4abe35509e1fd0e166326195fc9dd  evemu-1.1.0.tar.xz
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Tissoires</dc:creator>
    <dc:date>2013-05-03T09:30:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1935">
    <title>pixman 0.29.4 now available</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1935</link>
    <description>&lt;pre&gt;A new pixman release 0.29.4 is now available. This is a release
candidate for a stable 0.30.0 release.

News in this release:

     - More fast paths in the MIPS DSP r2 backend [Nemanja Lukic]
     - Better-looking gradients [Søren Sandmann]

Plus bug fixes and improvements to the test suite. Please test, and
report bugs to pixman&amp;lt; at &amp;gt;lists.freedesktop.org or file them at

    https://bugs.freedesktop.org/enter_bug.cgi?product=pixman

Thanks,
Søren


tar.gz:
http://cairographics.org/snapshots/pixman-0.29.4.tar.gz
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.29.4.tar.gz

tar.bz2:
http://xorg.freedesktop.org/archive/individual/lib/pixman-0.29.4.tar.bz2

Hashes:
MD5:  93fdd35186eb34836971803123c4986c  pixman-0.29.4.tar.gz
MD5:  7ae4104aa9fcd46c4fb7fe01080b8b56  pixman-0.29.4.tar.bz2
SHA1: de11c690f2aa0ffb4d98db9d8735888a72a510d2  pixman-0.29.4.tar.gz
SHA1: 7dd50a0f89cb3745c40a0a05b4034367976b8a9f  pixman-0.29.4.tar.bz2

GPG signature:
http://cairographics.org/snapshots/pixman-0.29.4.tar.gz.sha1.asc
(signed by Søren Sandmann Pedersen &amp;lt;soren.sandmann&amp;lt; at &amp;gt;gmail.com&amp;gt;)

Git:
git://git.freedesktop.org/git/pixman
tag: pixman-0.29.4

Log:
Behdad Esfahbod (1):
      Remove unused macro

Ben Avison (1):
      Fix to lowlevel-blt-bench

Nemanja Lukic (11):
      MIPS: DSPr2: Added more fast-paths for OVER operation:
      MIPS: DSPr2: Added more fast-paths for SRC operation:
      MIPS: DSPr2: Fix bug in over_n_8888_8888_ca/over_n_8888_0565_ca routines
      MIPS: DSPr2: Added over_8888_8888 nearest neighbor fast path.
      MIPS: DSPr2: Added over_8888_0565 nearest neighbor fast path.
      MIPS: DSPr2: Added src_0565_8888 nearest neighbor fast path.
      MIPS: DSPr2: Fix for bug in in_n_8 routine.
      test: add "src_0888_8888_rev" and "src_0888_0565_rev" to lowlevel-blt-ben
      test: add "pixbuf" and "rpixbuf" to lowlevel-blt-bench
      MIPS: DSPr2: Added pixbuf fast path.
      MIPS: DSPr2: Added rpixbuf fast path.

Peter Breitenlohner (1):
      Check for missing sqrtf() as, e.g., for Solaris 9

Siarhei Siamashka (2):
      test: larger 0xFF/0x00 filled clusters in random images for blitters-test
      sse2: faster bilinear interpolation (get rid of XOR instruction)

Stefan Weil (2):
      sse2: Use uintptr_t in type casts from pointer to integral value
      Trivial spelling fixes in comments

Søren Sandmann Pedersen (18):
      Post-release version bump to 0.29.3
      test: Move do_composite() function from composite.c to utils.c
      test/utils.[ch]: Add pixel_checker_convert_pixel_to_color()
      utils.[ch]: Add pixel_checker_get_masks()
      test: Add new check-formats utility
      a1-trap-test: Add tests for operator_name and format_name()
      test: Add new pixel-test regression test
      utils.c: Increase acceptable deviation to 0.0064 in pixel_checker_t
      pixman-compiler.h: Add unlikely() macro
      Turn on error logging at all times
      lookup_composite: Don't update cache in case of error
      gtk-utils.c: Use cairo in show_image() rather than GdkPixbuf
      demos: Add linear-gradient demo program
      test: Add radial-perf-test, a microbenchmark for radial gradients
      Move the IS_ZERO() to pixman-private.h and rename to FLOAT_IS_ZERO()
      Improve precision of calculations in pixman-gradient-walker.c
      pixman/refactor: Delete this file
      Pre-release version bump to 0.29.4
_______________________________________________
xorg-announce mailing list
xorg-announce&amp;lt; at &amp;gt;lists.x.org
http://lists.x.org/mailman/listinfo/xorg-announce
&lt;/pre&gt;</description>
    <dc:creator>Søren Sandmann</dc:creator>
    <dc:date>2013-04-30T23:08:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1934">
    <title>libfontenc 1.1.2</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1934</link>
    <description>&lt;pre&gt;The libfontenc library is used by the Xorg server and other X font
tools for handling fonts with different character set encodings.

This minor bugfix release corrects mistakes in some of the ISO-8859 to
Unicode mappings, fixes a memory management bug, and updates the build
configuration.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (2):
      Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
      libfontenc 1.1.2

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

James Cloos (2):
      Fix ISO-8859-6 → ISO-10646 mapping.
      Fix ISO-8859-7 → ISO-10646 mapping.

Nickolai Zeldovich (1):
      libfontenc: setCode(): fix realloc invocation

git tag: libfontenc-1.1.2

http://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.2.tar.bz2
MD5:  ad2919764933e075bb0361ad5caa3d19
SHA1: 2beffa0e9260c479b49f90f789318c7f9db2d41d
SHA256: a9a4efed3359b2e80161bb66b65038fac145137fa134e71335264cbc23b02f62

http://xorg.freedesktop.org/archive/individual/lib/libfontenc-1.1.2.tar.gz
MD5:  9d9c02088150f12cf7113de95b4868dd
SHA1: f91baa3cdab7b261558878b407637c6c40a54577
SHA256: 39f68902073dbd3ca0c9d8ddaf8bdfe5418de8d1edddff4f359e2a548aff458a

&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-04-26T04:01:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1933">
    <title>xorg-server 1.14.99.1</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1933</link>
    <description>&lt;pre&gt;
I'm pushing out a 1.15 snapshot today as this includes the fix for
CVE-2013-1940, and it seems reasonable to have a development branch
snapshot available along with the stable branch minor release.

Aaron Plattner (1):
      fb: Rename wfbDestroyGlyphCache

Alan Coopersmith (8):
      Handle failure to create counter in init_system_idle_counter
      Stop leaking overlayWin in PanoramiXCompositeGetOverlayWindow error paths
      Free keymap on error in Xephyr's hostx_load_keymap
      Make xf86ValidateModes actually copy clock range list to screen pointer
      Avoid NULL pointer dereference in xf86TokenToOptinfo if token not found
      Avoid memory leak on realloc failure in localRegisterFreeBoxCallback
      xf86XvMCScreenInit: Avoid leak if dixRegisterPrivateKey fails
      Avoid memory leak in ddc resort() if find_header() fails

Andreas Wettstein (1):
      xkb: Fixes to LatchMods/LatchGroup

Bryce Harrington (6):
      xfree86: (Cleanup) Close fd if drm interface 1.4 could not be set.
      xfree86: Track error code and add label for error handling.
      xfree86: Provide more details on failure
      xfree86: Keep trying to set interface on drm for 2 seconds.
      xfree86: Fix race condition failure opening drm.
      xfree86: Be verbose if waiting on opening the drm device

Daniel Martin (2):
      ephyr: Add -resizeable option
      ephyr: Fix crash on 24bpp host framebuffer

Dave Airlie (1):
      xf86: fix flush input to work with Linux evdev devices.

Geert Uytterhoeven (1):
      kdrive/fbdev: revive randr new screen size logic

Jeremy White (1):
      Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.

Keith Packard (2):
      Bump release to 1.14.99.0
      Bump to 1.14.99.1

Marcin Slusarz (1):
      os: use libunwind to generate backtraces

Peter Harris (1):
      xkb: Set nIndicators in XkbGetIndicatorMap

Peter Hutterer (20):
      randr: fix "set but unused" warnings
      xfree86: drop unused prevSIGIO
      fb: drop two unneeded shadowing variables
      Xext: renaming shadowing variable
      Xext: rename two shadowing variables
      xkb: remove unused variable 'names'
      xfree86: remove redundant declaration of inputInfo
      dix: FreeAllAtoms() on reset
      dix: only show the cursor if a window defines one (#58398)
      os: document pnprintf as sigsafe snprintf
      kdrive: fix "set but not used" warnings
      xephyr: fix "set but not used warnings"
      xfixes: ifdef PanoramiXFixes* (#62015)
      Xi: return !Success from DeliverTouchEmulatedEvent if we didn't deliver
      Xi: use a temp variable for the new listener
      dix: fix a comment
      Xi: compress two if statements with the same body
      dix: update coords for touch events in PlayReleasedEvents
      Xi: add a comment to make a condition a bit clearer
      Revert "kdrive: fix "set but not used" warnings"

Piotr Dziwinski (1):
      glx: fix uninitialized var in __glXDRIscreenProbe

Robert Morell (2):
      configure.ac: Require inputproto 2.3
      list.h: Make xorg_list_init inline

Tomasz Lis (1):
      Full support of sRGB capable fbconfigs.

Zack Rusin (1):
      GLX/DRI2: Do not expose INTEL_swap_event without swap control

vdb-Vz2JLU6dtblAfugRpC6u6w&amp;lt; at &amp;gt;public.gmane.org (1):
      xserver: add monitor Option "ZoomModes" [v2]

git tag: xorg-server-1.14.99.1

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.14.99.1.tar.bz2
MD5:  95404d320ced6e09f37012d195ca8f26  xorg-server-1.14.99.1.tar.bz2
SHA1: f51adac5bc41f9bfafb55de1112c78ca901ae672  xorg-server-1.14.99.1.tar.bz2
SHA256: 4852f614da501a6a610857e2157feeb319375ba630cee3a8f225fe79b6530342  xorg-server-1.14.99.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.14.99.1.tar.gz
MD5:  218bd3cd178bd042c4d9916cae2d4cee  xorg-server-1.14.99.1.tar.gz
SHA1: c66c53b80ebaf0616814e710b51ef9e155b7965c  xorg-server-1.14.99.1.tar.gz
SHA256: 5c1b344699a0d5ebd392336afc2c8a5d02245620ff61e25fb84a4e654d91aa5f  xorg-server-1.14.99.1.tar.gz



&lt;/pre&gt;</description>
    <dc:creator>Keith Packard</dc:creator>
    <dc:date>2013-04-24T17:21:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1932">
    <title>libdrm 2.4.44</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1932</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

New release for radeonsi tiling support

Daniel Kurtz (1):
      drm: Fix error message in drmWaitVBlank

Daniel Vetter (1):
      intel-decode: Fix gen6 HIER_DEPTH_BUFFER decoding

Jerome Glisse (3):
      radeon: update radeon_drm.h to kernel last API additions v2
      radeon: add si tiling support v5
      libdrm 2.4.44

Kenneth Graunke (1):
      intel: Fix Haswell CRW PCI IDs.

Laurent Pinchart (2):
      kms: Make libkms.h usable in C++
      kms: Return a negative error code in kms_bo_create()

Maarten Lankhorst (2):
      Remove unused header xf86mm.h.
      makefiles: Add missing headers.

Rob Clark (1):
      freedreno: add shifted reloc

Ville Syrjälä (6):
      modetest: Fix pitches, somewhat
      modetest: Add support for all 16/32 bpp RGB formats
      modetest: Print possible_crtcs for planes
      modetest: Reduce the length of the connector type string
      modetest: Pass format_info to fill_tiles functions
      modetest: Add YUV420 support and fix YVU420 Cb/Cr ordering

git tag: libdrm-2.4.44

http://dri.freedesktop.org/libdrm/libdrm-2.4.44.tar.bz2

SHA1: d7e0f76d69084a2c8e1353696b990d64b1bc04c8  libdrm-2.4.44.tar.bz2
SHA256: 42b45ad15bb1bc52630a4b37b7afcfaea27e01b3c0b4791ef25d0f7b2456f6a2  libdrm-2.4.44.tar.bz2

http://dri.freedesktop.org/libdrm/libdrm-2.4.44.tar.gz
MD5:  205fbaedfab827a874265420d38547f0  libdrm-2.4.44.tar.gz
SHA1: ea3b24bc13c84874878d6d0a7d0f9efbd902ed39  libdrm-2.4.44.tar.gz
SHA256: 38ee219ccda32789879e9918fb2ea8ce418601e947e9cc176fcca2441cdac034  libdrm-2.4.44.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJRcEp9AAoJEIVJ8RRNBF02vxsP/3QLRyfNx8a+D9ikIsDjguoq
Tr6mLT/2K2HasgasIwCeP0bHDCUFXuvUh89/dwcMpOZ9x6nWVxh4Y5tBLZRBXbEX
H62OHFNXKoNG7Q7AHYjsh6Sz3faoC1t2LM3fl8gafk8SvDXgjpBp927TOyRJmRmE
QWYMNVqmdjiOn2ddrv2Hu7HIiD1nLyJkeU9XZkbWhQhrCZ35V+M1KqtlC8zwDzQn
JRfsgqoMzq6gx6FFW7f97ppy/ffiDOssoGceXO8LvmDSq4ckxIF2Plbw6o94CI+Q
v7NfVaX/8X6dokLiDTgqsqlqMy+SC/PD6Raw85dY+ROaPN0cfdS6FAYT7rrLtV/O
3EYPeHPsM6oEf1X+EIp1ayd/SEQIDVTo2tGHHhxct90fXuIiTWjB80WYRCX5+761
lRxtvghW4gtqrVX5eHqzhYGCbFBwmWrxWY/iudGlm/+/3Li8jlHX4SWb5E2IE6s4
mRQqeyts8zvP9qS0PMv0T2LLdXwlLIruMSvuHRmCS7yFx0HismFptCC620vcJEyN
v8fZ0w2iBflD6K+nNLOq9V2ifwqNjodEQAgDvYugi5gzNS/EV7z1NQk8V5Ot61WJ
YJtTi+0UeTIRbHpYSVpUwzyTUp8mLDO6WGybquN+pweNi3Iw4euCmECMZMKrEdVJ
S3MLD29vjZbQ2fhun72g
=pBE9
-----END PGP SIGNATURE-----
&lt;/pre&gt;</description>
    <dc:creator>Jerome Glisse</dc:creator>
    <dc:date>2013-04-18T19:35:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1931">
    <title>[ANNOUNCE] xf86-video-vmware 13.0.1</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1931</link>
    <description>&lt;pre&gt;-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

This release brings support for the 1.14 Xserver, by
fixing fdo bug 61780[1] which happens on newer Xservers.

Cheers, Jakob.
[1] https://bugs.freedesktop.org/show_bug.cgi?id=61780

Jakob Bornecrantz (1):
      Bump the version number to 13.0.1

Loïc Yhuel (1):
      vmwgfx: Use myGlyphs to fix crashes

Zack Rusin (1):
      Kill mibstore

git tag: xf86-video-vmware-13.0.1

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vmware-13.0.1.tar.bz2
MD5:  b08e0195ebf3f88a82129322cb93da08  xf86-video-vmware-13.0.1.tar.bz2
SHA1: c7109eb9f683156b12d3c55a74d51345ab70abfe  xf86-video-vmware-13.0.1.tar.bz2
SHA256: 802dda415c22412edad6c3df44fe18a06e91d0f8456d9a58bac0d340fdf8fe3d  xf86-video-vmware-13.0.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-vmware-13.0.1.tar.gz
MD5:  2b91a4cbdf4f717e1f38af1bd8be822e  xf86-video-vmware-13.0.1.tar.gz
SHA1: 07d023d769149c88f62cac669afffbddf0f8a599  xf86-video-vmware-13.0.1.tar.gz
SHA256: a51dfd21d9417a3523e6d91920e07bc1289b46f59130fea715396a3f7025f031  xf86-video-vmware-13.0.1.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAlFueLgACgkQtC8VpKcKoE1cLgCfbRa68Dps3SEC5KGY5XMZssXa
ch4An3ZLHdFr1VxB8YHotr/QQCekOnm4
=eKpV
-----END PGP SIGNATURE-----
_______________________________________________
xorg-announce mailing list
xorg-announce&amp;lt; at &amp;gt;lists.x.org
http://lists.x.org/mailman/listinfo/xorg-announce
&lt;/pre&gt;</description>
    <dc:creator>Jakob Bornecrantz</dc:creator>
    <dc:date>2013-04-17T10:29:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1930">
    <title>xorg-server 1.14.1</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1930</link>
    <description>&lt;pre&gt;This release contains the fix for CVE-2013-1940, see here for more
detail: http://lists.x.org/archives/xorg-devel/2013-April/036014.html

In the remainder we have two build fixes, a couple of comment fixes and a
change to the list.h code to inline the xorg_list_init function. Fairly
unintrusive, the lot.

Dave Airlie (1):
      xf86: fix flush input to work with Linux evdev devices.

Peter Hutterer (4):
      xfixes: ifdef PanoramiXFixes* (#62015)
      Xi: add a comment to make a condition a bit clearer
      dix: fix a comment
      xserver 1.14.1

Robert Morell (2):
      configure.ac: Require inputproto 2.3
      list.h: Make xorg_list_init inline

git tag: xorg-server-1.14.1

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.14.1.tar.bz2
MD5:  6a0f1a1639ada4b9da7e9582bc79252a  xorg-server-1.14.1.tar.bz2
SHA1: f67a3a250216ab40f0e31648151ee1a457b70a3a  xorg-server-1.14.1.tar.bz2
SHA256: a5adb02571efb7d7459dde83286a3adb77dfd1a52a7348e75d2dc72d6f8d28aa  xorg-server-1.14.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.14.1.tar.gz
MD5:  7912b8162447aa9cb86c0e58aa1c3449  xorg-server-1.14.1.tar.gz
SHA1: 4789ecd334ed7fe5808957a0bb9c972765d2f7ee  xorg-server-1.14.1.tar.gz
SHA256: 154845434131eb04aaf3bc66c869c599d092658283e81eed5391362375a1479c  xorg-server-1.14.1.tar.gz

&lt;/pre&gt;</description>
    <dc:creator>Peter Hutterer</dc:creator>
    <dc:date>2013-04-17T07:38:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1929">
    <title>xorg-server 1.13.4</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1929</link>
    <description>&lt;pre&gt;This release contains the fix for CVE-2013-1940, see here for more
detail: http://lists.x.org/archives/xorg-devel/2013-April/036014.html

The other three fixes are relatively minor issues but still a nice to have.


Aaron Plattner (1):
      xf86: use nt_list_for_each_entry_safe to walk InputHandlers in xf86Wakeup

Daniel Martin (1):
      ephyr: Fix crash on 24bpp host framebuffer

Dave Airlie (1):
      xf86: fix flush input to work with Linux evdev devices.

Peter Hutterer (2):
      dix: only show the cursor if a window defines one (#58398)
      xserver 1.13.4

git tag: xorg-server-1.13.4

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.13.4.tar.bz2
MD5:  6bceb937601094f367a7c779c43a6b69  xorg-server-1.13.4.tar.bz2
SHA1: 2499d164dd371d543b791a425aaa7a528a69d3a2  xorg-server-1.13.4.tar.bz2
SHA256: a2c969887f3c7b0f3f7d31e2ee8e91fa73ce81ba3c16d82da9150ffa302c98cf  xorg-server-1.13.4.tar.bz2

http://xorg.freedesktop.org/archive/individual/xserver/xorg-server-1.13.4.tar.gz
MD5:  01f3d84151f9195fde277167cbc216fd  xorg-server-1.13.4.tar.gz
SHA1: cbfe478c1680b74f836641f99010d66e951e34ea  xorg-server-1.13.4.tar.gz
SHA256: a5429f4db3edea8be00c350e728fcc1dffee757c2e148bcc7c2365097f9dc22d  xorg-server-1.13.4.tar.gz

&lt;/pre&gt;</description>
    <dc:creator>Peter Hutterer</dc:creator>
    <dc:date>2013-04-17T06:07:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1928">
    <title>xfs 1.1.3</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1928</link>
    <description>&lt;pre&gt;xfs is the X Font Server, allowing remote X servers such as X Terminals to
access fonts for rendering via X11 core protocol requests.

This release contains a number of code cleanups and other minor fixes.

Alan Coopersmith (11):
      Require libXfont &amp;gt;= 1.4.5 to avoid prototype mismatch errors for MakeAtom
      Remove old OS2 linker file, xfs.def
      unifdef -U__UNIXOS2__
      MakeAtom: get rid of unnecessary casts
      Delete unused function CopyCharInfo
      Convert UseFPE &amp;amp; FreeFPE into static inline functions
      Make FontWakeup functions be static to fonts.c
      Delete unused/empty FreeFonts() function
      Convert Reply initialization to use C99 struct initializers
      Remove unused server cache functionality
      xfs 1.1.3

Arvind Umrao (1):
      Revert of ac59cccf8bc1ae3d41e0608f131b5eb888f9362b

git tag: xfs-1.1.3

http://xorg.freedesktop.org/archive/individual/app/xfs-1.1.3.tar.bz2
MD5:  38a5cb2d9103b91b4497310393a88d6d
SHA1: 68b9c6032f4ac91334a9ad07b0c58a89841e83b1
SHA256: 7bf44a32ad04dbbcf3b5eef2cbfe879459378b312cb795e0d2d25e665f7196b7

http://xorg.freedesktop.org/archive/individual/app/xfs-1.1.3.tar.gz
MD5:  1f68993b11f2451b7ed0f54e0edc43af
SHA1: d48f24d199a7f2952609a4208e7ad737e12d6a21
SHA256: a92c73f61c9dabb4a6d2f94d88177848cf9e50585aeaa80a2fbd0f951e11d8ac

&lt;/pre&gt;</description>
    <dc:creator>Alan Coopersmith</dc:creator>
    <dc:date>2013-04-13T02:08:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1927">
    <title>xf86-video-intel 2.21.6</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1927</link>
    <description>&lt;pre&gt;
Release 2.21.6 (2013-04-06)
===========================
A surprising highlight of this release is a little refresh to the KMS
support for OpenBSD. OpenBSD now has its own KMS implementation which is
mostly compatible with the interface in Linux, with one or two tweaks
supplied by Mark Kettenis. This release continues to cleanup behaviour
for Haswell.

 * Workaround a failure by the xserver to invalidate DRI buffers
   following a pixmap change for XComposite redirection.
   https://bugs.freedesktop.org/show_bug.cgi?id=62614

 * Fix computation of clip extents for stippling
   https://bugs.freedesktop.org/show_bug.cgi?id=62618

 * Support KMS on OpenBSD, by Mark Kettenis

 * Clean up sockets upon CloseScreen (making ourselves better behaved
   for muxed setups).

 * Fix the tests for AVX/AVX2 support in CPUID and remember to check for
   OS support as well.

 * Report a monotonic UST value for undisplayed drawables rather than 0
   by Daniel Kurtz

 * Fix video playback on gen4 through a complex clip (more gen4 GPU woes)
   https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1162046


Complete list of changes since 2.21.5
-------------------------------------

Chris Wilson (32):
      sna/dri: Disable assertion and associated bookkeeping
      sna: Fix computation of clip extents for stippling
      sna: Add backlight control implementation
      sna: Fix assertions that the pixmap points into the CPU bo for fallbacks
      sna: Fix an assertion to check the correct bo
      sna: Convert out-of-bounds sample to CLEAR
      Remove the GeneralSocket upon CloseScreen
      sna: Trim removed fields from execbuffer2 for OpenBSD support
      sna: AVX2 is in the ebx result of cpuid
      sna/gen4+: Add a couple more advanced SSE variants for composite vertices
      sna: Fix AVX2 detection
      sna: Check for OS support of AVX/AVX2 before use
      sna/gen4+: Reorder code to compile on squeeze
      sna: Add extra '()' around bitwise &amp;amp;/&amp;amp;&amp;amp; for CPU feature detection
      sna/gen7: Use GT2 values for GT2 variants
      sna/gen7: Prefer spans for GT2 desktop variants
      sna/gen7: Restore render acceleration for VLV power-on board
      sna/gen7: Fix MOCS for Haswell
      sna/gen4+: Set read-write allocation mode for the target render cache
      sna/gen7: Resist the temptation to overprogram the number of PS threads for HSW
      sna/gen7: Refine is_gt2() for Haswell versus Ivybridge
      sna: Allow the compiler to inline memcpy for the bitblt routines
      sna: Try to eliminate pending operations to the bo being replaced
      DRI2GetMSC: Do not send a bogus ust for when the drawable is not displayed
      sna/gen4: Break the Video rendering loop into 16 rectangle chunks
      sna/gen4: Kill stray debugging ErrorF from previous commit
      sna: Relax scanline waits on HSW to be emittable from either ring
      sna: Adjust userptr structure for implicit padding
      sna: Restore bo-&amp;gt;flush status for large bo
      sna: Improve assertions to detect rogue priv-&amp;gt;cpu status
      configure: Allow valgrind support to be manually enabled
      2.21.6 release

Mark Kettenis (3):
      uxa: Add OpenBSD backlight control implementation
      sna: Fix OpenBSD backlight control implementation
      sna: Use a more portable way to determine total RAM size

git tag: 2.21.6

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.21.6.tar.bz2
MD5:  a4f002f50b370fe550231c9b33e12399  xf86-video-intel-2.21.6.tar.bz2
SHA1: 39bb2e6d1721393039047a3b7e0f7c0a3fa71202  xf86-video-intel-2.21.6.tar.bz2
SHA256: c3ef371e72544350c878d5373b2e7f49b8a0e253f9b63cb1ce2881180b45f8d9  xf86-video-intel-2.21.6.tar.bz2

http://xorg.freedesktop.org/archive/individual/driver/xf86-video-intel-2.21.6.tar.gz
MD5:  e9521894594ecd15d0607bbeb3e7f004  xf86-video-intel-2.21.6.tar.gz
SHA1: 70bcffdb3980586c93fc897c2a689363904bfed1  xf86-video-intel-2.21.6.tar.gz
SHA256: e4a45d13bd0e35e98b52a99a82e4106e50ff575b8ddf142007836f0da10fec4e  xf86-video-intel-2.21.6.tar.gz


&lt;/pre&gt;</description>
    <dc:creator>Chris Wilson</dc:creator>
    <dc:date>2013-04-06T15:07:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1926">
    <title>libXi 1.7.1</title>
    <link>http://permalink.gmane.org/gmane.comp.freedesktop.xorg.announce/1926</link>
    <description>&lt;pre&gt;Only a single fix: including the XFixes header to get the typedef for
PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on
XFixes.

Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include
both XI and Xfixes headers, you will end up with a duplicate typedef.

This is not an issue on gcc &amp;gt;= 4.6 since the two typedef's are the same.
On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors
will trigger the same error.

Peter Hutterer (2):
      Require XFixes for PointerBarrier, remove duplicate typedef
      libXi 1.7.1

git tag: libXi-1.7.1

http://xorg.freedesktop.org/archive/individual/lib/libXi-1.7.1.tar.bz2
MD5:  24d71afed1b86c60d4eb361628d7f47b  libXi-1.7.1.tar.bz2
SHA1: 0737f2344c661523bd5903a727c3371cebb2b0f3  libXi-1.7.1.tar.bz2
SHA256: e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5  libXi-1.7.1.tar.bz2

http://xorg.freedesktop.org/archive/individual/lib/libXi-1.7.1.tar.gz
MD5:  7f58920b9a2f1b5604a63fe7a13fee5e  libXi-1.7.1.tar.gz
SHA1: f92a0abb25fe1d07320332e0bfa53a5798ad781d  libXi-1.7.1.tar.gz
SHA256: 39d628c76d1c923fd36398baa73b0af1e008df8e225857900589a2ff68c6259b  libXi-1.7.1.tar.gz

&lt;/pre&gt;</description>
    <dc:creator>Peter Hutterer</dc:creator>
    <dc:date>2013-04-05T00:54:24</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.freedesktop.xorg.announce">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.freedesktop.xorg.announce</link>
  </textinput>
</rdf:RDF>
