aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras
Commit message (Collapse)AuthorAgeFilesLines
* Fix dlopen() privilege escalationVadim Troshchinskiy2023-09-272-0/+14
| | | | Fixed by implementing the recommended GID check.
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-281-0/+0
|
* release 3.5.99.263.5.99.26Mike Gabriel2021-02-041-0/+0
|
* Mesa: make compilation with work with muslUlrich Sibiller2021-01-162-0/+13
| | | | Fixes ArcticaProject/nx-lib#975
* release 3.5.99.253.5.99.25Mike Gabriel2020-11-041-0/+0
|
* release 3.5.99.243.5.99.24Mike Gabriel2020-05-311-0/+0
|
* release 3.5.99.233.5.99.23Mike Gabriel2020-01-301-0/+0
|
* Mesa: silence "maybe uninitialized" warningsUlrich Sibiller2019-11-182-0/+106
|
* release 3.5.99.223.5.99.22Mike Gabriel2019-08-271-0/+0
|
* release 3.5.99.213.5.99.21Mike Gabriel2019-08-051-0/+0
|
* nx-X11/extras/Mesa.patches_6.4.2/4002_no-special-glx-memfunctions.patch: ↵Mihai Moldovan2017-12-191-5/+6
| | | | | | | include stdlib.h and string.h for memset, malloc and free prototypes. Without that they are only implicitly defined - leading to build failures on *SUSE.
* Assure that headers from libNX_X11 are always included from $(INCDIR)/nx-X11/.Mike Gabriel2017-09-132-0/+69
|
* Mesa.patches: Shrink over-zealous 5001 patch. Only patch files that we use ↵Mike Gabriel2017-08-301-44/+0
| | | | during build.
* Mesa.patches: Add 5001_nasty-typo-fixes.patch. Fix some nasty typos in ↵Mike Gabriel2017-08-302-0/+162
| | | | Mesa's code ending up in the nxagent binary.
* nx-X11/extras: Drop Mesa-6.4.1 related files.Mike Gabriel2017-08-302467-1012944/+0
|
* Mesa.patches: Disable 4001_Fix-non-working-GLX-in-64bit-Xorg-7.0.patch. It ↵Mike Gabriel2017-06-301-1/+1
| | | | patches a file, we don't build and that we remove in roll-tarball.sh.
* README.Mesa.patches: Define some rules for patch naming and numbering scheme.Mike Gabriel2017-06-301-0/+31
|
* Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul ↵Mike Gabriel2017-06-281-1/+2
| | | | | | | Adrian Glaubitz from FU Berlin for providing access to a corresponding porters' machine. This partially reverts nx-libs commit f6dcf2f. The 'hpux' stuff stays out, the __hppa__ gets re-introduced.
* Mesa.patches_6.4.1: Add missing EOL at EOF to series file.Mike Gabriel2017-06-271-1/+1
|
* Mesa.patches: Have Mesa.patches_6.4.2 rather as a copy than as a symlink to ↵Mike Gabriel2017-06-276-1/+115
| | | | Mesa.patches_6.4.1. Rebase 4004_define-USE_IEEE-macro-for-more-platforms.patch against Mesa 6.4.2 while being at it.
* nx-X11/extras: Add symlinks to Mesa_6.4.2 and patchesftrapero2017-06-273-2/+3
|
* Include mesa-6.4.2 projectftrapero2017-06-272463-0/+1012983
|
* Mesa subtree: Adapt build process for building against Mesa that gets pulled ↵Mike Gabriel2017-06-157-2/+87
| | | | in via git subtree.
* nx-X11/extras/Mesa: Drop bundled Mesa, place a symlink to imported Git ↵Mike Gabriel2017-06-15350-215316/+1
| | | | subtree of Mesa_6.4.1 instead.
* Include mesa-6.4.1 projectftrapero2017-06-152462-0/+1012828
|
* Mesa.patches: Define USE_IEEE for __aarch64__ and __mc68000__, as well.Mike Gabriel2017-04-132-0/+17
|
* Mesa.patches: Adapt Mesa to CreatePixmap allocation hint ABI bump.Mike Gabriel2017-04-102-0/+14
|
* drop platform support: unifdef hpux and __hppa__.Mike Gabriel2017-02-081-1/+0
| | | | Fixes ArcticaProject/nx-libs#273.
* drop platform support: unifdef __UNIXOS2__.Mike Gabriel2017-02-084-16/+1
| | | | Fixes ArcticaProject/nx-libs#271.
* Mesa: Convert some files with MSDOS EOL style to Unix EOL style.Mike Gabriel2016-12-0425-7334/+7334
|
* Drop xf86glx.h, so we can finally drop Xserver/GL/include/ entirely.Kristian Høgsberg2016-12-042-2/+0
| | | | | | | | | | | | | | Derived from X.org commit... commit 28b95fd9d1c2f078aaaac75c310a27b17c74a6fc Author: Kristian Høgsberg <krh@redhat.com> Date: Thu Jul 6 03:25:38 2006 -0400 Drop unused GL/include subtree. Woo, less Makefile's to generate. Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Drop glx_ansic.h wrapper and call malloc, realloc, free and str-funcs directly.Kristian Høgsberg2016-12-043-29/+15
| | | | | | | | | | | | | | | | | commit 2d2d38d17cc2558f8a41166a4a1578bc4c663c37 Author: Kristian Høgsberg <krh@redhat.com> Date: Fri Mar 17 01:47:25 2006 +0000 Check for glproto when building GLX and make sure we have at least 1.4.6. Drop glx_ansic.h wrapper and call xalloc, xrealloc, xfree and str-funcs directly. We don't check the glproto version as we know what it is (we have our own proto file). Furthermore, we skip the switch from --glX<func> -> x<func> and directly switch to <func> (e.g. __glXMalloc() -> malloc()). Backported-to-NX-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* Remove libcwrapper usage from xorg server modules. The libcwrapper is not ↵Eric Anholt2016-12-045-129/+7
| | | | | | | | | | | | | | | used in nxagent. From c3d14036729fd186d4ec7ca1de603e1f2d174e2f Mon Sep 17 00:00:00 2001 From: Eric Anholt <anholt@freebsd.org> 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 <mike.gabriel@das-netzwerkteam.de> Fixes ArcticaProject/nx-libs#246 (together with merge commit ecd335fa61551d0b86d3f075469a7743ab899d95).
* Use both __APPLE__ and __DARWIN__ definesUlrich Sibiller2016-10-101-1/+1
| | | | | | | | Imake unsets __APPLE__ and sets __DARWIN__ instead while autoconf seems to use __APPLE__ and not __DARWIN__ anymore. This way we should stay safe for now. Can be changed to __APPLE__ when we switch to modular.
* VCS info lines: Remove ancient X.org / XFree86 VCS info line from code files.Mike Gabriel2016-07-064-4/+0
| | | | | This has already been started while replacing copyright info in file headers and has now been completed with this commit.
* Per-file copyright notices: Update copyright information in file headers ↵Mike Gabriel2016-07-061-7/+10
| | | | that NoMachine placed there own copyright statement in.
* File permission fixes: No executable bit on Imakefile files, *.c and *.h files.Mike Gabriel2016-07-0526-0/+0
|
* X.org 6.9 documentation files: Move into doc/_attic_/.Mike Gabriel2016-07-051-17/+0
|
* remove shm code from libNX_XextUlrich Sibiller2016-07-012-2/+2
|
* nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c: Fix typo (grammer -> ↵Mike Gabriel2016-07-011-3/+3
| | | | | | grammar). ... detected by Debian's lintian tool.
* X11/nx-X11 clear-up: More places where we need to explicitly distinguish ↵Mike Gabriel2015-12-295-9/+9
| | | | between X11 and nx-X11 namespace regarding header include paths.
* Replace 'pointer' type with 'void *'Keith Packard2015-12-281-3/+3
| | | | | | | | | | This lets us stop using the 'pointer' typedef in Xdefs.h as 'pointer' is used throughout the X server for other things, and having duplicate names generates compiler warnings. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Eric Anholt <eric@anholt.net> Rebased against NX: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
* library clean-up: Don't build libNX_Xpm anymore. Use system's libXpm shared ↵Mike Gabriel2015-03-0330-9438/+0
| | | | library.
* Fix several typos in nxcomp.Mike Gabriel2015-02-132-2/+2
| | | | | | Former patch file names: 991_fix-hr-typos.full+lite.patch 991_fix-hr-typos.full.patch
* Handle some serious compilation warnings ↵Mirraz Mirraz2015-02-131-1/+0
| | | | (603_nx-X11_compilation_warnings.full.patch).
* massive reduction of unneeded filesMike Gabriel2015-02-023344-1400617/+0
|
* Revert "release 3.5.0.19"Mike Gabriel2013-03-2817-9757/+4338
| | | | This reverts commit e77bf36d9afbc7e56522574b06217d57c11dd095.
* release 3.5.0.19Mike Gabriel2013-03-2817-4338/+9757
|
* Imported nx-X11-3.5.0-1.tar.gznx-X11/3.5.0-1Reinhard Tartler2011-10-102-2/+2
| | | | | | | | Summary: Imported nx-X11-3.5.0-1.tar.gz Keywords: Imported nx-X11-3.5.0-1.tar.gz into Git repository
* Imported nx-X11-3.4.0-4.tar.gznx-X11/3.4.0-4Reinhard Tartler2011-10-103-0/+994
| | | | | | | | Summary: Imported nx-X11-3.4.0-4.tar.gz Keywords: Imported nx-X11-3.4.0-4.tar.gz into Git repository