<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/render/Imakefile, branch pr/various9</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fvarious9'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2019-09-29T15:10:05+00:00</updated>
<entry>
<title>{render,randr}/Imakefile: remove hw/kdrive from include path</title>
<updated>2019-09-29T15:10:05+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-11-07T23:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3a581f165ed047833bcf6827e4448b9a9bb0759b'/>
<id>urn:sha1:3a581f165ed047833bcf6827e4448b9a9bb0759b</id>
<content type='text'>
we don't have that...
</content>
</entry>
<entry>
<title>misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so that we can drop nx-X11/programs/Xserver/render/miglyph.c (and by extension nx-X11/programs/Xserver/hw/nxagent/NXmiglyph.c.)</title>
<updated>2017-03-03T11:19:53+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ïonic@ionic.de</email>
</author>
<published>2016-07-20T02:41:03+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=1a7fc41c2c011c05c3dc0cd8eb4ade98a2186217'/>
<id>urn:sha1:1a7fc41c2c011c05c3dc0cd8eb4ade98a2186217</id>
<content type='text'>
This is essentially a bastardized cross/backport of these X.Org commits - based
on our current architecture:

commit 4b14c9a9cd2033d3839c4ba364d41ab4c4b198ab
Author: Eric Anholt &lt;eric@anholt.net&gt;
Date:   Fri Oct 19 16:34:54 2007 -0700

    Replace calls to Glyphs screen hook with CompositeGlyphs and remove dead code.

    Not all of the DDX/miext Glyphs hook implementations have been removed, but
    they should be.

and

commit 2251572062b2c25643671b8d5070de1c3f7ae976
Author: Aaron Plattner &lt;aplattner@nvidia.com&gt;
Date:   Fri Oct 26 15:13:50 2007 -0700

    Restore the CompositeGlyphs -&gt; ps-&gt;Glyphs -&gt; miGlyphs callchain to allow acceleration architectures to wrap above miGlyphs.

Conflicts:
	nx-X11/programs/Xserver/render/miglyph.c
	nx-X11/programs/Xserver/render/mipict.h
	nx-X11/programs/Xserver/render/picture.c
</content>
</entry>
<entry>
<title>Imakefile cleanup: Delete all ancient Vcs comments stemming from SVN times of X.org and XFree86.</title>
<updated>2016-10-31T11:44:05+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-10-29T13:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=fcf61d3411bc1868e53305a3777f4bcaab3eb4bd'/>
<id>urn:sha1:fcf61d3411bc1868e53305a3777f4bcaab3eb4bd</id>
<content type='text'>
 Fixes ArcticaProject/nx-libs#250.
</content>
</entry>
<entry>
<title>Xserver Imakefiles: Make sure NXAGENT_SERVER is defined for all extensions.</title>
<updated>2016-07-02T11:48:13+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-28T10:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a08e2323e838099cc2079287c5b3fd1e9b7f20f7'/>
<id>urn:sha1:a08e2323e838099cc2079287c5b3fd1e9b7f20f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/NXglyph.c: Shrink file, drop duplicate code that can identically be found in render/glyph.c.</title>
<updated>2016-06-24T22:39:27+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-18T06:19:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=0571ece6a4ea66b4d558b3f6d0dc1d81b47c799b'/>
<id>urn:sha1:0571ece6a4ea66b4d558b3f6d0dc1d81b47c799b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/NXrender.c: Shrink file, drop duplicate code that can identically be found in render/render.c.</title>
<updated>2016-06-24T22:39:27+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-13T13:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=a648558796042b0cdb1a373f52bf8a4ca2dbea87'/>
<id>urn:sha1:a648558796042b0cdb1a373f52bf8a4ca2dbea87</id>
<content type='text'>
Fixes ArcticaProject/nx-libs#37
</content>
</entry>
<entry>
<title>hw/nxagent/NX{glyphstr,picturestr}.h: Don't ship the complete header files in nxagent's code base. Rather replace structures we need modified only.</title>
<updated>2016-06-24T22:39:27+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-13T13:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=778e83a3cb717f4033a3bff65134cc5697a528fc'/>
<id>urn:sha1:778e83a3cb717f4033a3bff65134cc5697a528fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/NXpicture.c: Shrink file, drop duplicate code that can identically be found in render/picture.c.</title>
<updated>2016-06-24T22:39:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-08T22:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=0c29f81f1bbd3c507c847ce4460d316478083213'/>
<id>urn:sha1:0c29f81f1bbd3c507c847ce4460d316478083213</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/NXmiglyph.c: Shrink file, drop code that can be identically found in render/miglyph.c.</title>
<updated>2016-06-24T22:39:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-08T07:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ae1a218d16b65194c522ef8ffc998184863321f9'/>
<id>urn:sha1:ae1a218d16b65194c522ef8ffc998184863321f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hw/nxagent/NXmitrap.c: Shrink file, drop duplicate code that can identically be found in render/mitrap.c.</title>
<updated>2016-06-24T22:39:26+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-04-08T07:38:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=500544f827c266f6a9c16d8669f62e54cdfd1f48'/>
<id>urn:sha1:500544f827c266f6a9c16d8669f62e54cdfd1f48</id>
<content type='text'>
</content>
</entry>
</feed>
