<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/render, branch pr/render-cleanup</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Frender-cleanup</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Frender-cleanup'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2015-05-26T08:16:14+00:00</updated>
<entry>
<title>Remove 3 Xserver/render/ .h files that Xserver/hw/nxagent/ replaced:</title>
<updated>2015-05-26T08:16:14+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-05-26T08:16:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=35a4055fa5f999fbedc6cf534e657f2e773dbde8'/>
<id>urn:sha1:35a4055fa5f999fbedc6cf534e657f2e773dbde8</id>
<content type='text'>
    glyphstr.h   -&gt; NXglyphstr.h
    picture.h    -&gt; NXpicture.h
    picturestr.h -&gt; NXpicturestr.h
</content>
</entry>
<entry>
<title>Remove 5 Xserver/render/ .c files that Xserver/hw/nxagent/ replaced:</title>
<updated>2015-05-24T23:19:34+00:00</updated>
<author>
<name>Mike DePaulo</name>
<email>mikedep333@gmail.com</email>
</author>
<published>2015-05-23T13:01:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=55fcd415d517ade38c7c57e2d3c226e1faa24e0b'/>
<id>urn:sha1:55fcd415d517ade38c7c57e2d3c226e1faa24e0b</id>
<content type='text'>
glyph.c   -&gt; NXglyph.c
miglyph.c -&gt; NXmiglyph.c
mitrap.c  -&gt; NXmitrap.c
picture.c -&gt; NXpicture.c
render.c  -&gt; NXrender.c

(ArcticaProject/nx-libs issue #29)
</content>
</entry>
<entry>
<title>library clean-up: Don't build and link libXfont.a anymore. Use system's libXfont shared library and link dynamically.</title>
<updated>2015-04-22T04:22:37+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-04-14T07:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=70b77a0fc329e2e205a596a738c7307d354e7b1c'/>
<id>urn:sha1:70b77a0fc329e2e205a596a738c7307d354e7b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11: fix typo in previous commit.</title>
<updated>2015-03-29T02:53:52+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2015-03-29T02:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=f1ab3f27bd319d60c63be69aa21c45e2582ebdc9'/>
<id>urn:sha1:f1ab3f27bd319d60c63be69aa21c45e2582ebdc9</id>
<content type='text'>
Cherry-picked from branch 3.5.0.x.
</content>
</entry>
<entry>
<title>nx-X11: handle source pictures (those without a Drawable surface) gracefully.</title>
<updated>2015-03-29T02:26:10+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2015-03-29T02:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=0d56c45a7fc6350879377f368944a5832783764c'/>
<id>urn:sha1:0d56c45a7fc6350879377f368944a5832783764c</id>
<content type='text'>
Cherry-picked from branch 3.5.0.x.

This is basically a merge of the most current xorg-server (1.17.1) code
into nx-X11.

It makes sure that for source pictures, which do not have a drawable
surface, a filter is selected that is supported on the "main" and all
other screens.  Alternatively, if the requested filter is not available
on all screens and the picture is a source picture, this function fails
gracefully.

Additionally, the ChangePictureFilter hook is now called for non-source
pictures.

This also needs an implementation in mipict.{c,h}. The default hook does
nothing and returns a success value.
</content>
</entry>
<entry>
<title>render: unvalidated lengths in Render extn. swapped procs [CVE-2014-8100 2/2]</title>
<updated>2015-02-14T15:14:32+00:00</updated>
<author>
<name>Alan Coopersmith</name>
<email>alan.coopersmith@oracle.com</email>
</author>
<published>2014-01-27T03:51:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=9c3842a4f72b4cca28ac1d5c14441787c7dd6e6a'/>
<id>urn:sha1:9c3842a4f72b4cca28ac1d5c14441787c7dd6e6a</id>
<content type='text'>
v2: backport to nx-libs 3.6.x (Mike DePaulo)

Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;

Conflicts:
	render/render.c
</content>
</entry>
<entry>
<title>render: check request size before reading it [CVE-2014-8100 1/2]</title>
<updated>2015-02-14T15:14:32+00:00</updated>
<author>
<name>Julien Cristau</name>
<email>jcristau@debian.org</email>
</author>
<published>2014-10-28T09:30:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6c820648ba4be98c94f61516e83f13edf5ed98db'/>
<id>urn:sha1:6c820648ba4be98c94f61516e83f13edf5ed98db</id>
<content type='text'>
Otherwise we may be reading outside of the client request.

v2: backport to nx-libs 3.6.x (Mike DePaulo)

Signed-off-by: Julien Cristau &lt;jcristau@debian.org&gt;
Reviewed-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
Signed-off-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;

Conflicts:
	render/render.c
</content>
</entry>
<entry>
<title>drop .original files from the current code base</title>
<updated>2015-02-02T14:04:01+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-02-02T14:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e399356ed17baf7b50da393a3f13682b01bd14a9'/>
<id>urn:sha1:e399356ed17baf7b50da393a3f13682b01bd14a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Imported nx-X11-3.3.0-5.tar.gz</title>
<updated>2011-10-10T15:47:37+00:00</updated>
<author>
<name>Reinhard Tartler</name>
<email>siretart@tauware.de</email>
</author>
<published>2011-10-10T15:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=55a9311fb1df3b58f73efa575318e7341243392b'/>
<id>urn:sha1:55a9311fb1df3b58f73efa575318e7341243392b</id>
<content type='text'>
Summary: Imported nx-X11-3.3.0-5.tar.gz
Keywords:

Imported nx-X11-3.3.0-5.tar.gz
into Git repository
</content>
</entry>
<entry>
<title>Imported nx-X11-3.2.0-2.tar.gz</title>
<updated>2011-10-10T15:47:30+00:00</updated>
<author>
<name>Reinhard Tartler</name>
<email>siretart@tauware.de</email>
</author>
<published>2011-10-10T15:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=30463b084b2833193aa6fdc2ceafefc8a1c06fee'/>
<id>urn:sha1:30463b084b2833193aa6fdc2ceafefc8a1c06fee</id>
<content type='text'>
Summary: Imported nx-X11-3.2.0-2.tar.gz
Keywords:

Imported nx-X11-3.2.0-2.tar.gz
into Git repository
</content>
</entry>
</feed>
