<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/programs/Xserver/fb, branch upgrade-libX11</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=upgrade-libX11</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=upgrade-libX11'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2016-07-05T23:09:15+00:00</updated>
<entry>
<title>VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.</title>
<updated>2016-07-05T23:09:15+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-07-05T14:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6144b615dd7ae2acd786aaa08f66c9743870b709'/>
<id>urn:sha1:6144b615dd7ae2acd786aaa08f66c9743870b709</id>
<content type='text'>
 This has already been started while replacing copyright info in file
 headers and has now been completed with this commit.
</content>
</entry>
<entry>
<title>Remove fbpseudocolor</title>
<updated>2016-07-05T06:11:41+00:00</updated>
<author>
<name>Adam Jackson</name>
<email>ajax@redhat.com</email>
</author>
<published>2016-06-29T10:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=7e21611dbbf11d5ed5004204f6e606c60187815a'/>
<id>urn:sha1:7e21611dbbf11d5ed5004204f6e606c60187815a</id>
<content type='text'>
 "An experimental pseudocolor emulation layer.  Not fully completed,
 currently only works for 16bpp."  That was almost four years ago.
 It still doesn't work, only one driver even attempts to use it, it
 contains an ad-hoc implementation of damage, and should really be
 done up in Composite now anyway.

 Backport to nx-libs: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>fb: Mark some variables as unused.</title>
<updated>2016-07-05T06:11:41+00:00</updated>
<author>
<name>Cyril Brulebois</name>
<email>kibi@debian.org</email>
</author>
<published>2016-06-29T10:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=3a54da8bcaa9aa1935fb4bff183560d1bc330323'/>
<id>urn:sha1:3a54da8bcaa9aa1935fb4bff183560d1bc330323</id>
<content type='text'>
 There's no use for the values set through the various macro calls
 (fbGetDrawable and fbGetDrawablePixmap), so mark those variables as unused.

 The following warnings go away accordingly:
 |   CC     libfb_la-fb24_32.lo
 | fb24_32.c: In function 'fb24_32ReformatTile':
 | fb24_32.c:544:19: warning: variable 'newYoff' set but not used [-Wunused-but-set-variable]
 | fb24_32.c:544:10: warning: variable 'newXoff' set but not used [-Wunused-but-set-variable]
 | fb24_32.c:543:19: warning: variable 'oldYoff' set but not used [-Wunused-but-set-variable]
 | fb24_32.c:543:10: warning: variable 'oldXoff' set but not used [-Wunused-but-set-variable]
 |   CC     libfb_la-fbfill.lo
 | fbfill.c: In function 'fbFill':
 | fbfill.c:72:21: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
 | fbfill.c:72:11: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
 | fbfill.c:100:21: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
 | fbfill.c:100:11: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
 | fbfill.c:142:20: warning: variable 'tileYoff' set but not used [-Wunused-but-set-variable]
 | fbfill.c:142:10: warning: variable 'tileXoff' set but not used [-Wunused-but-set-variable]
 |   CC     libfb_la-fbgc.lo
 | fbgc.c: In function 'fbPadPixmap':
 | fbgc.c:92:19: warning: variable 'yOff' set but not used [-Wunused-but-set-variable]
 | fbgc.c:92:13: warning: variable 'xOff' set but not used [-Wunused-but-set-variable]
 | fbgc.c: In function 'fbCanEvenStipple':
 | fbgc.c:166:23: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
 | fbgc.c:166:13: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]
 |   CC     libfb_la-fbpush.lo
 | fbpush.c: In function 'fbPushPixels':
 | fbpush.c:238:20: warning: variable 'stipYoff' set but not used [-Wunused-but-set-variable]
 | fbpush.c:238:10: warning: variable 'stipXoff' set but not used [-Wunused-but-set-variable]

 Reviewed-by: Jeremy Huddleston &lt;jeremyhu@apple.com&gt;
 Signed-off-by: Cyril Brulebois &lt;kibi@debian.org&gt;
 Backport to nx-libs: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>nx-X11/programs/Xserver: Drop {X,x}calloc() macros, use calloc() instead.</title>
<updated>2016-07-02T12:05:31+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-27T09:51:31+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=ce40aec08aef6aebd1d25728a1d0dc4b2bc8db09'/>
<id>urn:sha1:ce40aec08aef6aebd1d25728a1d0dc4b2bc8db09</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://cgit.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://cgit.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>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>Move each screen's root-window pointer into ScreenRec.</title>
<updated>2016-06-21T02:09:16+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-20T10:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=c61bb8cc59bf645f1bf4dbc5fd5464d559b3ecad'/>
<id>urn:sha1:c61bb8cc59bf645f1bf4dbc5fd5464d559b3ecad</id>
<content type='text'>
 Backported from X.org:

 commit e7fae9ecc42ab5e73b89117722dbf4117d928f9a
 Author: Jamey Sharp &lt;jamey@minilop.net&gt;
 Date:   Sat May 22 00:26:28 2010 -0700

    Move each screen's root-window pointer into ScreenRec.

    Many references to the WindowTable array already had the corresponding
    screen pointer handy, which meant they usually looked like
    "WindowTable[pScreen-&gt;myNum]". Adding a field to ScreenRec instead of
    keeping this information in a parallel array simplifies those
    expressions, and eliminates a MAXSCREENS-sized array.

    Since dix uses this data, a screen private entry isn't appropriate.

    xf86-video-dummy currently uses WindowTable, so it needs to be updated
    to reflect this change.

    Signed-off-by: Jamey Sharp &lt;jamey@minilop.net&gt;
    Reviewed-by: Tiago Vignatti &lt;tiago.vignatti@nokia.com&gt;
    Tested-by: Tiago Vignatti &lt;tiago.vignatti@nokia.com&gt; (i686 GNU/Linux)

 Backport to nx-libs: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>Change region implementation names to eliminate the 'mi' prefix</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-18T12:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=b0e69fe350d9ede82b1c2238df2d43028c868204'/>
<id>urn:sha1:b0e69fe350d9ede82b1c2238df2d43028c868204</id>
<content type='text'>
This prepares the file to be moved from mi to dix. This patch
was done mechanically with the included scripts 'fix-miregion' run over
the entire X server and 'fix-miregion-private' run over
include/regionstr.h and mi/miregion.c.

v1: Keith Packard &lt;keithp@keithp.com&gt;
v2: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt; (backported to nx-libs)
</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://cgit.arctica-project.org/nx-libs/commit/?id=d9e7f6ae42b30e32619e1d0979598c2ba2288a3e'/>
<id>urn:sha1:d9e7f6ae42b30e32619e1d0979598c2ba2288a3e</id>
<content type='text'>
</content>
</entry>
</feed>
