<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs, branch 3.5.99.5</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.5</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=3.5.99.5'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2017-04-11T15:03:17+00:00</updated>
<entry>
<title>release 3.5.99.5</title>
<updated>2017-04-11T15:03:17+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-11T15:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3a2ecb9a5d3b54b07cb3ea54d74f80a0686821db'/>
<id>urn:sha1:3a2ecb9a5d3b54b07cb3ea54d74f80a0686821db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debian/patches: Update 016_nx-X11_install-location.debian.patch (due to fuzziness).</title>
<updated>2017-04-10T21:41:49+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-10T20:54:19+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d6479c9f4545ca9388f4e62e4a0549ca5c604318'/>
<id>urn:sha1:d6479c9f4545ca9388f4e62e4a0549ca5c604318</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Regression fix for added libXfont2 API support:</title>
<updated>2017-04-10T21:41:49+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-10T20:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d63b4a5bafaabcb456f70aacda2c348d049d8ee8'/>
<id>urn:sha1:d63b4a5bafaabcb456f70aacda2c348d049d8ee8</id>
<content type='text'>
 - Move FONT_DEFINES and XLIBFONT definition to from Server.tmpl to
   Imake.tmpl.
 - Add FONT_DEFINES to ALLDEFINES.
 - Drop SpecialCObjectRules with FONT_DEFINES from various Imakefiles
   again, FONT_DEFINES is now set "globally".
 - Hand over FONT_DEFINES from main Makefile to nx-X11's make BuildEnv
   to make gccmakedep happy.
</content>
</entry>
<entry>
<title>Merge branch 'sunweaver-pr/createpixmap-alloc-hints-abi-change' into 3.6.x</title>
<updated>2017-04-10T14:33:27+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-04-10T14:33:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=2d700b147a94fbb92ad9ad90b265a3bc1ceca6e3'/>
<id>urn:sha1:2d700b147a94fbb92ad9ad90b265a3bc1ceca6e3</id>
<content type='text'>
Attributes GH PR #410: https://github.com/ArcticaProject/nx-libs/pull/410
</content>
</entry>
<entry>
<title>hw/nxagent/Pixmap.c et al.: Propagate usage_hint through nxagentCreatePixmap, as well.</title>
<updated>2017-04-10T14:22:28+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-02-22T12:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=8b5bb2cdafe5f7bd77826a1fd28f07b7329be899'/>
<id>urn:sha1:8b5bb2cdafe5f7bd77826a1fd28f07b7329be899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mesa.patches: Adapt Mesa to CreatePixmap allocation hint ABI bump.</title>
<updated>2017-04-10T14:22:28+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-03-11T00:13:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=560c9564346f2c663320a072e2685f9c846e5a08'/>
<id>urn:sha1:560c9564346f2c663320a072e2685f9c846e5a08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Save pixmap allocation hints into the PixmapRec.</title>
<updated>2017-04-10T14:22:28+00:00</updated>
<author>
<name>Aaron Plattner</name>
<email>aplattner@nvidia.com</email>
</author>
<published>2017-02-22T13:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=aa50b35a5054d59d7d1d430435665b0a38866b74'/>
<id>urn:sha1:aa50b35a5054d59d7d1d430435665b0a38866b74</id>
<content type='text'>
 Backported from X.org:

 commit f797c96845a3fab37cda6839ebecf9ac5401fd6e
 Author: Aaron Plattner &lt;aplattner@nvidia.com&gt;
 Date:   Thu Nov 15 12:12:02 2007 -0800

    Save pixmap allocation hints into the PixmapRec.

 Backported-to-NX-by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>Add CreatePixmap allocation hints.</title>
<updated>2017-04-10T14:22:28+00:00</updated>
<author>
<name>Aaron Plattner</name>
<email>aplattner@nvidia.com</email>
</author>
<published>2017-02-22T12:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3ef6d51202a5c4f8ad23d17abf0ee9957129e88c'/>
<id>urn:sha1:3ef6d51202a5c4f8ad23d17abf0ee9957129e88c</id>
<content type='text'>
 Backported from X.org:

 commit f2e310132fbe1520c1b5f3da4faa2d2d47835e72
 Author: Aaron Plattner &lt;aplattner@nvidia.com&gt;
 Date:   Wed Oct 31 14:15:35 2007 -0700

    Add CreatePixmap allocation hints.

    These hints allow an acceleration architecture to optimize allocation of certain
    types of pixmaps, such as pixmaps that will serve as backing pixmaps for
    redirected windows.

 Backported-to-NX-by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sunweaver-pr/switch-to-libXfont2-API' into 3.6.x</title>
<updated>2017-04-10T14:20:51+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2017-04-10T14:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=cc24d8ba254f1e5062c21adfa07f8b58bb2c5eaa'/>
<id>urn:sha1:cc24d8ba254f1e5062c21adfa07f8b58bb2c5eaa</id>
<content type='text'>
Attributes GH PR #362: https://github.com/ArcticaProject/nx-libs/pull/362
</content>
</entry>
<entry>
<title>nx-libs.spec: Prefer libXfont2-devel on RPM distro versions that have it.~</title>
<updated>2017-04-10T14:09:20+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-04-10T10:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=c4c5485474a03bcfd2632d12c2e6e88ba20be471'/>
<id>urn:sha1:c4c5485474a03bcfd2632d12c2e6e88ba20be471</id>
<content type='text'>
</content>
</entry>
</feed>
