- 10 Oct, 2017 1 commit
-
-
Mihai Moldovan authored
These are already cleaned up by the top-level Makefile. Fixes: ArcticaProject/nx-libs#523
-
- 09 Oct, 2017 1 commit
-
-
Mike Gabriel authored
-
- 15 Sep, 2017 1 commit
-
-
Mike Gabriel authored
-
- 13 Sep, 2017 2 commits
-
-
Mike Gabriel authored
-
Mihai Moldovan authored
nx-X11/programs/Xserver/hw/nxagent/Render.c: use macros obtaining values from _XPrivDisplay instead of the other Display structure directly. Fixes: ArcticaProject/nx-libs#512 It's unclear to me why (Display*)(dpy)->bitmap_pad and (_XPrivDisplay)(dpy)->bitmap_pad produce different results. Technically, Display is referencing the _XDisplay/Display structure defined in Xlibint.h, while _XPrivDisplay is a typedef'd pointer to the (anonymous) structure defined in Xlib.h, since we're not defining the XLIB_ILLEGAL_ACCESS macro. The weird part is that both should be equal when it comes to its bitmap_pad, byte_order and bitmap_bit_order members.
-
- 30 Aug, 2017 5 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
Mesa.patches: Add 5001_nasty-typo-fixes.patch. Fix some nasty typos in Mesa's code ending up in the nxagent binary.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 25 Aug, 2017 4 commits
-
-
Mike Gabriel authored
nx-X11/programs/Xserver/Render.c: Re-introduce nxagentGlyphsCleanup() from libNX_Xrender's formerly removed XRenderGlyphsCleanup().
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
-
- 10 Aug, 2017 1 commit
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#500
-
- 31 Jul, 2017 1 commit
-
-
Oleksandr Shneyder authored
This change improves the situation in nxagent for the following issue: ``` "XRenderCompositeTrapezoids builds RenderTrapezoids requests to composite the specified list of trapezoids to dst. XRenderCompositeTrapezoids will split the list of trapezoids to build requests no larger than the maximum request size supported by the server. This can create rendering artifacts as the precompositing done by RenderTrapezoids when a maskFormat is specified cannot span multiple requests." ``` For more information see: https://lists.freedesktop.org/archives/xorg/2008-June/036124.html Fixes ArcticaProject/nx-libs#336.
-
- 26 Jul, 2017 1 commit
-
-
Mike Gabriel authored
-
- 24 Jul, 2017 2 commits
-
-
Ulrich Sibiller authored
This way one can easily pass options to nxagent run as Xnest replacement without having to create a temporary options file. Please note that it is not of much use for normal sessions. Options passed like this cannot be changed after startup so a reconnect may not work as expected. Fixes ArcticaProject/nx-libs#476
-
Ulrich Sibiller authored
-
- 23 Jul, 2017 1 commit
-
-
Ulrich Sibiller authored
Do not use global variables where it is not necessary.
-
- 16 Jul, 2017 1 commit
-
-
Ulrich Sibiller authored
Fixes ArcticaProject/nx-libs#486
-
- 13 Jul, 2017 1 commit
-
-
Mike Gabriel authored
-
- 05 Jul, 2017 1 commit
-
-
Mike Gabriel authored
Report Xlib-side window IDs to session.log in machine readable form. This feature can be enabled by the cmdline options -reportwids and -reportprivatewids.
-
- 04 Jul, 2017 1 commit
-
-
Mike Gabriel authored
-
- 30 Jun, 2017 5 commits
-
-
Mike Gabriel authored
Mesa.patches: Disable 4001_Fix-non-working-GLX-in-64bit-Xorg-7.0.patch. It patches a file, we don't build and that we remove in roll-tarball.sh.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
In nxagent sessions, all X11 clients have a representation of their NX session-side window object on the real X-Server side. The window object gets stored in the new NX_REAL_WINDOW window property immediately after window creation. This mapping is created in nxagentCreateWindow(). On session resumption, the client side window IDs normally change. Thus, during session resumption, all NX_REAL_WINDOW properties require being updated. This happens in nxagentReconnectWindow(). While a session is suspended, the NX_REAL_WINDOW property does not exist. It gets removed during nxagentDisconnectWindow().
-
Mike Gabriel authored
hw/nxagnet/Atoms.c: In DEBUG mode, we need validateString() which is not statically defined in Utils.h. Thus including it for DEBUG builds.
-
- 28 Jun, 2017 2 commits
-
-
Mike Gabriel authored
Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul Adrian Glaubitz from FU Berlin for providing access to a corresponding porters' machine. This partially reverts nx-libs commit f6dcf2fe. The 'hpux' stuff stays out, the __hppa__ gets re-introduced.
-
Adam Jackson authored
commit 1af15aaf278edcf6f6de94774350e34a80883c24 Author: Olivier Fourdan <ofourdan@redhat.com> Date: Fri Apr 10 10:07:38 2015 +0200 dix: Fix image byte order on big endian hardware Make sure X_BIG_ENDIAN/X_LITTLE_ENDIAN are defined before actually using them. Otherwise, image byte order could be wrong on big endian hardware even though endianess detection is correct. Reported-by:
Tim Waugh <twaugh@redhat.com> Signed-off-by:
Olivier Fourdan <ofourdan@redhat.com> Reviewed-by:
Adam Jackson <ajax@redhat.com> commit 4302484ef2e67b2e05756c7ee0834dce938f1b44 Author: Adam Jackson <ajax@redhat.com> Date: Mon Jul 21 10:06:53 2014 -0400 dix: Remove arch awareness from servermd.h (v2) At this point we have no architectures where image byte order is different from bitmap bit order, or where either of those two are not also the native word endianness. Hooray, one more place where we don't have to worry about enabling new CPU architectures. v2: Rebase to master to handle the addition of ppc64le, arc, and xtensa, and use autoconf's endianness detection instead of gcc predefines. Signed-off-by:
Adam Jackson <ajax@redhat.com> Reviewed-by:
Daniel Stone <daniels@collabora.com> Signed-off-by:
Keith Packard <keithp@keithp.com> commit f6469f1910c72add358b7263d69bd116b4450ece Author: Adam Jackson <ajax@redhat.com> Date: Mon Jul 21 10:06:46 2014 -0400 dix: Remove some XFree86 3.x leftovers Signed-off-by:
Adam Jackson <ajax@redhat.com> Reviewed-by:
Daniel Stone <daniels@collabora.com> Signed-off-by:
Keith Packard <keithp@keithp.com> commit 5aaacb501ff26bad391664cc7367bfe5164f72c7 Author: Adam Jackson <ajax@redhat.com> Date: Mon Jul 21 10:06:45 2014 -0400 dix: Remove an ancient IBM configuration Whatever unix this was meant to be is either no longer in circulation, or is AIX, which we don't claim to support anyway. Signed-off-by:
Adam Jackson <ajax@redhat.com> Reviewed-by:
Daniel Stone <daniels@collabora.com> Signed-off-by:
Keith Packard <keithp@keithp.com> commit 446fe9eecddd1337f9d5164dd7c301e1ba3dfe32 Author: Daniel Stone <daniel@fooishbar.org> Date: Thu Jul 17 21:37:50 2008 +0300 Dead code removal Remove a whole bunch of code that was never built, be it entire files or just dead ifdefs. Backported-to-NX-by:
Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
-
- 27 Jun, 2017 5 commits
-
-
Mike Gabriel authored
nx-X11/config/cf/linux.cf: Drop AsOutputArchSize macro from Sparc(64)Architecture ifdef-block. It does not seem to be used anywhere else.
-
Mike Gabriel authored
-
Mike Gabriel authored
-
Mike Gabriel authored
Mesa.patches: Have Mesa.patches_6.4.2 rather as a copy than as a symlink to Mesa.patches_6.4.1. Rebase 4004_define-USE_IEEE-macro-for-more-platforms.patch against Mesa 6.4.2 while being at it.
-
ftrapero authored
-
- 15 Jun, 2017 2 commits
-
-
Mike Gabriel authored
-
Mike Gabriel authored
nx-X11/extras/Mesa: Drop bundled Mesa, place a symlink to imported Git subtree of Mesa_6.4.1 instead.
-
- 09 Jun, 2017 1 commit
-
-
Ulrich Sibiller authored
This fixes ArcticaProject/nx-libs#465
-
- 06 Jun, 2017 1 commit
-
-
Ulrich Sibiller authored
-