Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nx-X11/extras/Mesa.patches_6.4.2/4002_no-special-glx-memfunctions.patch: ↵ | Mihai Moldovan | 2017-12-19 | 1 | -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 Gabriel | 2017-09-13 | 2 | -0/+69 |
| | |||||
* | Mesa.patches: Shrink over-zealous 5001 patch. Only patch files that we use ↵ | Mike Gabriel | 2017-08-30 | 1 | -44/+0 |
| | | | | during build. | ||||
* | Mesa.patches: Add 5001_nasty-typo-fixes.patch. Fix some nasty typos in ↵ | Mike Gabriel | 2017-08-30 | 2 | -0/+162 |
| | | | | Mesa's code ending up in the nxagent binary. | ||||
* | nx-X11/extras: Drop Mesa-6.4.1 related files. | Mike Gabriel | 2017-08-30 | 2467 | -1012944/+0 |
| | |||||
* | Mesa.patches: Disable 4001_Fix-non-working-GLX-in-64bit-Xorg-7.0.patch. It ↵ | Mike Gabriel | 2017-06-30 | 1 | -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 Gabriel | 2017-06-30 | 1 | -0/+31 |
| | |||||
* | Fix FTBFS on Linux based HP-PARisc 32-bit systems. Thanks to John Paul ↵ | Mike Gabriel | 2017-06-28 | 1 | -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 Gabriel | 2017-06-27 | 1 | -1/+1 |
| | |||||
* | Mesa.patches: Have Mesa.patches_6.4.2 rather as a copy than as a symlink to ↵ | Mike Gabriel | 2017-06-27 | 6 | -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 patches | ftrapero | 2017-06-27 | 3 | -2/+3 |
| | |||||
* | Include mesa-6.4.2 project | ftrapero | 2017-06-27 | 2463 | -0/+1012983 |
| | |||||
* | Mesa subtree: Adapt build process for building against Mesa that gets pulled ↵ | Mike Gabriel | 2017-06-15 | 7 | -2/+87 |
| | | | | in via git subtree. | ||||
* | nx-X11/extras/Mesa: Drop bundled Mesa, place a symlink to imported Git ↵ | Mike Gabriel | 2017-06-15 | 350 | -215316/+1 |
| | | | | subtree of Mesa_6.4.1 instead. | ||||
* | Include mesa-6.4.1 project | ftrapero | 2017-06-15 | 2462 | -0/+1012828 |
| | |||||
* | Mesa.patches: Define USE_IEEE for __aarch64__ and __mc68000__, as well. | Mike Gabriel | 2017-04-13 | 2 | -0/+17 |
| | |||||
* | Mesa.patches: Adapt Mesa to CreatePixmap allocation hint ABI bump. | Mike Gabriel | 2017-04-10 | 2 | -0/+14 |
| | |||||
* | drop platform support: unifdef hpux and __hppa__. | Mike Gabriel | 2017-02-08 | 1 | -1/+0 |
| | | | | Fixes ArcticaProject/nx-libs#273. | ||||
* | drop platform support: unifdef __UNIXOS2__. | Mike Gabriel | 2017-02-08 | 4 | -16/+1 |
| | | | | Fixes ArcticaProject/nx-libs#271. | ||||
* | Mesa: Convert some files with MSDOS EOL style to Unix EOL style. | Mike Gabriel | 2016-12-04 | 25 | -7334/+7334 |
| | |||||
* | Drop xf86glx.h, so we can finally drop Xserver/GL/include/ entirely. | Kristian Høgsberg | 2016-12-04 | 2 | -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øgsberg | 2016-12-04 | 3 | -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 Anholt | 2016-12-04 | 5 | -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__ defines | Ulrich Sibiller | 2016-10-10 | 1 | -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 Gabriel | 2016-07-06 | 4 | -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 Gabriel | 2016-07-06 | 1 | -7/+10 |
| | | | | that NoMachine placed there own copyright statement in. | ||||
* | File permission fixes: No executable bit on Imakefile files, *.c and *.h files. | Mike Gabriel | 2016-07-05 | 26 | -0/+0 |
| | |||||
* | X.org 6.9 documentation files: Move into doc/_attic_/. | Mike Gabriel | 2016-07-05 | 1 | -17/+0 |
| | |||||
* | remove shm code from libNX_Xext | Ulrich Sibiller | 2016-07-01 | 2 | -2/+2 |
| | |||||
* | nx-X11/extras/Mesa/src/mesa/shader/arbprogparse.c: Fix typo (grammer -> ↵ | Mike Gabriel | 2016-07-01 | 1 | -3/+3 |
| | | | | | | grammar). ... detected by Debian's lintian tool. | ||||
* | X11/nx-X11 clear-up: More places where we need to explicitly distinguish ↵ | Mike Gabriel | 2015-12-29 | 5 | -9/+9 |
| | | | | between X11 and nx-X11 namespace regarding header include paths. | ||||
* | Replace 'pointer' type with 'void *' | Keith Packard | 2015-12-28 | 1 | -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 Gabriel | 2015-03-03 | 30 | -9438/+0 |
| | | | | library. | ||||
* | Fix several typos in nxcomp. | Mike Gabriel | 2015-02-13 | 2 | -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 Mirraz | 2015-02-13 | 1 | -1/+0 |
| | | | | (603_nx-X11_compilation_warnings.full.patch). | ||||
* | massive reduction of unneeded files | Mike Gabriel | 2015-02-02 | 3344 | -1400617/+0 |
| | |||||
* | Revert "release 3.5.0.19" | Mike Gabriel | 2013-03-28 | 17 | -9757/+4338 |
| | | | | This reverts commit e77bf36d9afbc7e56522574b06217d57c11dd095. | ||||
* | release 3.5.0.19 | Mike Gabriel | 2013-03-28 | 17 | -4338/+9757 |
| | |||||
* | Imported nx-X11-3.5.0-1.tar.gznx-X11/3.5.0-1 | Reinhard Tartler | 2011-10-10 | 2 | -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-4 | Reinhard Tartler | 2011-10-10 | 3 | -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 | ||||
* | Imported nx-X11-3.4.0-3.tar.gznx-X11/3.4.0-3 | Reinhard Tartler | 2011-10-10 | 2 | -2/+2 |
| | | | | | | | | Summary: Imported nx-X11-3.4.0-3.tar.gz Keywords: Imported nx-X11-3.4.0-3.tar.gz into Git repository | ||||
* | Imported nx-X11-3.4.0-1.tar.gznx-X11/3.4.0-1 | Reinhard Tartler | 2011-10-10 | 2 | -4/+4 |
| | | | | | | | | Summary: Imported nx-X11-3.4.0-1.tar.gz Keywords: Imported nx-X11-3.4.0-1.tar.gz into Git repository | ||||
* | Imported nx-X11-3.1.0-3.tar.gznx-X11/3.1.0-3 | Reinhard Tartler | 2011-10-10 | 5 | -0/+3684 |
| | | | | | | | | Summary: Imported nx-X11-3.1.0-3.tar.gz Keywords: Imported nx-X11-3.1.0-3.tar.gz into Git repository | ||||
* | Imported nx-X11-3.1.0-1.tar.gznx-X11/3.1.0-1 | Reinhard Tartler | 2011-10-10 | 3718 | -0/+1620866 |
Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository |