<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/miext/cw, branch 3.6.x</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.6.x</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.6.x'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2017-12-07T06:20:55+00:00</updated>
<entry>
<title>devPrivates fixes</title>
<updated>2017-12-07T06:20:55+00:00</updated>
<author>
<name>Lars Knoll</name>
<email>lars@trolltech.com</email>
</author>
<published>2017-12-05T21:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=e073093cc9ea46eb1740440d286c2874b98fd3ae'/>
<id>urn:sha1:e073093cc9ea46eb1740440d286c2874b98fd3ae</id>
<content type='text'>
Backported from X.Org:

    commit 0693083335185ce05ee64546151f3fc43ce98575
    Author: Lars Knoll &lt;lars@trolltech.com&gt;
    Date:   Mon Mar 6 21:00:09 2006 +0000

    render/picture.c Correctly initialize devPrivates variable in source only
        pictures to 0
    miext/cw/cw.h Don't try to access devPrivates of source only pictures

Backported-from-NX-by: Ulrich Sibiller &lt;uli42@gmx.de&gt;
</content>
</entry>
<entry>
<title>Coverity # 337: Remove useless NULL check.</title>
<updated>2017-12-07T06:20:55+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@nwnk.net</email>
</author>
<published>2017-12-05T21:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=0a010adfc2717200e3f2acf345ef2802cfaaa146'/>
<id>urn:sha1:0a010adfc2717200e3f2acf345ef2802cfaaa146</id>
<content type='text'>
Backported from X.org:

   Commit 6bb2dc02a7cffd6ed7dd28e88d584920a4150749
   Author: Adam Jackson &lt;ajax@nwnk.net&gt;
   Date:   Wed Mar 15 16:01:47 2006 +0000

   Coverity # 337: Remove useless NULL check.

Backported-to-NX-by: Ulrich Sibiller &lt;uli42@gmx.de&gt;
</content>
</entry>
<entry>
<title>xserver: remove index from CloseScreen (API/ABI breakage)</title>
<updated>2017-04-10T12:56:29+00:00</updated>
<author>
<name>Dave Airlie</name>
<email>airlied@gmail.com</email>
</author>
<published>2017-03-10T23:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=93ea74e53e13890ea2f85ea57e9455d0eb2525f4'/>
<id>urn:sha1:93ea74e53e13890ea2f85ea57e9455d0eb2525f4</id>
<content type='text'>
 Extracted from X.org bulk commit:

 commit 1f0e8bd5eb1a5539689cfc4f5a6b86b530907ec5
 Author: Dave Airlie &lt;airlied@redhat.com&gt;
 Date:   Tue Jun 5 13:22:18 2012 +0100

    api: rework the X server driver API to avoid global arrays.

    This is a squash merge containing all the API changes, as
    well as the video ABI bump.

    Its been squashed to make bisection easier.

    Full patch log below:

    [...]

    commit 06729dbbc804a20242e6499f446acb5d94023c3c
    Author: Dave Airlie &lt;airlied@gmail.com&gt;
    Date:   Tue Apr 10 14:04:59 2012 +0100

        xserver: remove index from CloseScreen (API/ABI breakage)

        This drops the index from the CloseScreen callback,
        its always been useless really, since the pScreen contains it.

        Reviewed-by: Alan Coopersmith &lt;alan.coopersmith@oracle.com&gt;
        Acked-by: Aaron Plattner &lt;aplattner@nvidia.com&gt;
        Reviewed-by: Adam Jackson &lt;ajax@redhat.com&gt;
        Signed-off-by: Dave Airlie &lt;airlied@redhat.com&gt;
</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://openid.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>Remove libcwrapper usage from xorg server modules. The libcwrapper is not used in nxagent.</title>
<updated>2016-12-04T20:11:41+00:00</updated>
<author>
<name>Eric Anholt</name>
<email>anholt@freebsd.org</email>
</author>
<published>2016-10-29T09:28:02+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=508d2deae98846111299a3693033a507010e3c91'/>
<id>urn:sha1:508d2deae98846111299a3693033a507010e3c91</id>
<content type='text'>
 From c3d14036729fd186d4ec7ca1de603e1f2d174e2f Mon Sep 17 00:00:00 2001
 From: Eric Anholt &lt;anholt@freebsd.org&gt;
 Date: Fri, 10 Feb 2006 22:00:30 +0000
 Subject: Remove libcwrapper usage from xorg server modules. The libcwrapper is
   only of (marginal) use in the drivers, and that usage remains.

 Backported-to-NX-by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;

 Fixes ArcticaProject/nx-libs#246 (together with merge commit
 ecd335fa61551d0b86d3f075469a7743ab899d95).
</content>
</entry>
<entry>
<title>Imake: drop DoLoadableServer, MakeDllModules and IHaveModules</title>
<updated>2016-11-02T16:54:04+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-29T20:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=96c9aafd6bf6d09ce2e98a77685f5e25b9009e35'/>
<id>urn:sha1:96c9aafd6bf6d09ce2e98a77685f5e25b9009e35</id>
<content type='text'>
We do not build loadable modules, so we do not need them anywhere.

Also remove the extra files requires for module builds.
</content>
</entry>
<entry>
<title>File permission fixes: No executable bit on Imakefile files, *.c and *.h files.</title>
<updated>2016-07-05T08:47:55+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T08:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ee02822071a75d9a7d52a0fc6485b257a91ec16a'/>
<id>urn:sha1:ee02822071a75d9a7d52a0fc6485b257a91ec16a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/programs/Xserver: Drop {X,x}alloc() macros, use malloc() instead.</title>
<updated>2016-07-02T12:05:30+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-25T23:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=2646fc254e75c4a7fc10d03d1139d0bd708ceae9'/>
<id>urn:sha1:2646fc254e75c4a7fc10d03d1139d0bd708ceae9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/programs/Xserver: Drop {X,x}free() macros, use free() instead.</title>
<updated>2016-07-02T12:05:30+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-25T23:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=acf87144d019f18e646501657d9082c6eba77f54'/>
<id>urn:sha1:acf87144d019f18e646501657d9082c6eba77f54</id>
<content type='text'>
Fixes ArcticaProject/nx-libs#105
</content>
</entry>
<entry>
<title>pixman-devel: Build against shared library pkg-config(pixman-1).</title>
<updated>2016-05-02T12:53:06+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-03-18T04:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=d9e7f6ae42b30e32619e1d0979598c2ba2288a3e'/>
<id>urn:sha1:d9e7f6ae42b30e32619e1d0979598c2ba2288a3e</id>
<content type='text'>
</content>
</entry>
</feed>
