CVS log for src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/Makefile
Up to [cvs.NetBSD.org] / src / external / mit / xorg / server / xorg-server / hw / xfree86 / Xorg
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Jul 21 22:51:23 2022 UTC (2 years, 8 months ago) by mrg
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10,
HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -10
lines
build glamoregl module with all the glamor objects, not as part of
the base list of libraries. noted by rjs.
should fix PR#56934.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Jul 15 04:18:55 2022 UTC (2 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -5
lines
various updates to build with xorg-server 21.1.3.
- the s3, tga, and trident drivers use old functionality and are disabled
- dixmods/fb is removed, main fb has all these now (we retain our revert
of an upstream change here.)
- adjust source lists as necessary
- remove vbe module, now part of int10
- use -lxcvt
- misc clean up
- ramdac loses IBM, BT and TI support (this is one of the problems for
the disabled drivers, but also some structures in RamDac.h are gone
entirely, not copied anywhere.)
- old apm code is gone, all bsd uses pm_noop. now
this probably require a clean build in at least xorg-server and the
drivers, and perhaps the DESTDIR as well. will update src/UPDATING with
details when they are fully known.
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Nov 16 09:25:52 2021 UTC (3 years, 4 months ago) by nia
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -1
lines
xorg: sprinkle a little bit of USE_FORT around
Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 19 11:03:04 2021 UTC (3 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -9
lines
fix dri3 extension building and build it.
needed for amdgpu.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Aug 11 23:02:39 2021 UTC (3 years, 7 months ago) by maya
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
Fix glamor - don't use stub functions
${LDADD.gbm} seems to be empty - use -lgbm directly (couldn't find a better
fix)
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Sep 13 23:01:02 2020 UTC (4 years, 6 months ago) by mrg
Branches: MAIN
CVS tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3
lines
remove additional -DHAVE_DIX_CONFIG_H.
add ${X11FLAGS.DIX} ${X11INCS.DIX} to record. fixes build on riscv64.
Revision 1.15.10.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:02:46 2019 UTC (5 years, 9 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +6 -5
lines
Sync with HEAD
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Apr 16 21:20:52 2019 UTC (5 years, 11 months ago) by mrg
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
is-mlppp-base,
is-mlppp
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
enable EGL and glamor. partly from maya@.
for x86 and evbarm:
- install headers and libEGL
- install xorg-server glamoregl component
- link xorg drivers against gbm/egl
bonus fix:
- fix some wrongly marked compatx11file files
build tested on shark, sgimips, evbarm64-el, amd64 and i386.
run tested on radeon, intel and nvidia on amd64, including
'modesetting' driver on amd64. however, my systems disable
it due to llvmpipe so i'm not sure what is happening.
Revision 1.15.8.1: download - view: text, markup, annotated - select for diffs
Fri Jan 18 08:49:06 2019 UTC (6 years, 2 months ago) by pgoyette
Branches: pgoyette-compat
CVS tags: pgoyette-compat-merge-20190127
Diff to: previous 1.15: preferred, colored; next MAIN 1.16: preferred, colored
Changes since revision 1.15: +5 -4
lines
Synch with HEAD
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Dec 31 11:14:04 2018 UTC (6 years, 2 months ago) by mrg
Branches: MAIN
CVS tags: pgoyette-compat-20190127,
pgoyette-compat-20190118
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -4
lines
build updates for xorg-server 1.20.3:
- moved/removed/new files
- don't define HAVE_XORG_CONFIG_H or HAVE_DIX_CONFIG_H if using
${X11FLAGS.DIX} -- already included.
put glxvnd into glx itself for now.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun May 21 15:28:40 2017 UTC (7 years, 10 months ago) by riastradh
Branches: MAIN
CVS tags: phil-wifi-base,
pgoyette-compat-base,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
matt-nb8-mediatek-base,
matt-nb8-mediatek
Branch point for: phil-wifi,
pgoyette-compat
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -3
lines
Remove MKCRYPTO option.
Originally, MKCRYPTO was introduced because the United States
classified cryptography as a munition and restricted its export. The
export controls were substantially relaxed fifteen years ago, and are
essentially irrelevant for software with published source code.
In the intervening time, nobody bothered to remove the option after
its motivation -- the US export restriction -- was eliminated. I'm
not aware of any other operating system that has a similar option; I
expect it is mainly out of apathy for churn that we still have it.
Today, cryptography is an essential part of modern computing -- you
can't use the internet responsibly without cryptography.
The position of the TNF board of directors is that TNF makes no
representation that MKCRYPTO=no satisfies any country's cryptography
regulations.
My personal position is that the availability of cryptography is a
basic human right; that any local laws restricting it to a privileged
few are fundamentally immoral; and that it is wrong for developers to
spend effort crippling cryptography to work around such laws.
As proposed on tech-crypto, tech-security, and tech-userlevel to no
objections:
https://mail-index.netbsd.org/tech-crypto/2017/05/06/msg000719.html
https://mail-index.netbsd.org/tech-security/2017/05/06/msg000928.html
https://mail-index.netbsd.org/tech-userlevel/2017/05/06/msg010547.html
P.S. Reviewing all the uses of MKCRYPTO in src revealed a lot of
*bad* crypto that was conditional on it, e.g. DES in telnet... That
should probably be removed too, but on the grounds that it is bad,
not on the grounds that it is (nominally) crypto.
Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Sat Jan 7 08:56:01 2017 UTC (8 years, 2 months ago) by pgoyette
Branches: pgoyette-localcount
Diff to: previous 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8: +1 -3
lines
Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Nov 22 10:34:57 2016 UTC (8 years, 4 months ago) by snj
Branches: MAIN
CVS tags: prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -3
lines
follow upstream change from 2009: build xf86Init.c with the rest of the
common code.
remove not-reproducible-build-friendly goop that set a build date for
the the x server. the static date (which we've already been using) in
xf86Build.h does just fine, although all it really does is add one
useless line to the X log.
fix whitespace around OSVENDOR
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 19 03:59:31 2016 UTC (8 years, 7 months ago) by mrg
Branches: MAIN
CVS tags: pgoyette-localcount-20161104,
localcount-20160914
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +15 -3
lines
- introduce HAVE_XORG_GLAMOR which is set to yes on xorg-server 1.18
and x86 ports only so far.
- build glamor extension.
- fix debug set lists for xorg-server 1.18
- install xf86-video-amdgpu driver on xorg-server 1.8 and x86
- clean up radeon-kms Makefile and enable glamor xorg-server 1.8
- clean up various obsolete makefile parts
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Aug 14 03:43:04 2016 UTC (8 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +16 -5
lines
various updates:
- port pkgsrc libxshmfence patches
- Xextbuiltin/module is no longer a thing, make it normal
- always need xorg-config.h/xorg-server.h for server components now
- add present, damage, render, Xi, dri, pixman, extension where needed
- fix various CPPFLAGS issues
- deal with moved sdksyms.sh
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Aug 12 20:45:05 2016 UTC (8 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
fix a edit-o in the previous, pointed out by richard@. thanks.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Aug 12 01:15:49 2016 UTC (8 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +11 -2
lines
round do of reach over updates for xorg-server 1.18. again, untested,
but this should be much closer to complete for the necessary changes.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Aug 11 08:32:42 2016 UTC (8 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -4
lines
first merge of xorg-server 1.18.4 reach over. not tested, and
missing at these new subdirs, some which may not be needed:
dri2
glamor
hw/xfree86/drivers/modesetting
hw/xfree86/parser
present
pseudoramiX
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 29 19:36:56 2016 UTC (8 years, 8 months ago) by christos
Branches: MAIN
CVS tags: pgoyette-localcount-base,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726
Branch point for: pgoyette-localcount
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +7 -4
lines
Fix MKCRYPTO=no build.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jul 23 08:03:25 2015 UTC (9 years, 8 months ago) by mrg
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -2
lines
remove the xfree86 reachover makefiles and the vast majority of
the support in the rest of the source tree.
X11 sets could use some cleaning up perhaps (just deletion, as
we've never really marked the old X11R6 as obsolete for native
xorg using platforms so far either.)
Revision 1.4.8.2: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:00:15 2014 UTC (10 years, 7 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.4.8.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.8.1: +7 -1
lines
Rebase to HEAD as of a few days ago.
Revision 1.4.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 14:09:47 2014 UTC (10 years, 10 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.4.2.1: preferred, colored; branchpoint 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4.2.1: +7 -1
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 3 02:40:45 2014 UTC (10 years, 11 months ago) by riastradh
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +7 -1
lines
Link Xorg with -lpthread on x86.
This will be needed by the new xf86-video-intel, which uses pthreads
in SNA (SandyBridge New Acceleration). It shouldn't hurt, but is not
needed, on any other architecture.
Revision 1.4.8.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 02:58:44 2012 UTC (12 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1
lines
Resync to 2012-11-19 00:00:00 UTC
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:58:14 2012 UTC (12 years, 4 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1
lines
sync with head
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:50:14 2012 UTC (12 years, 5 months ago) by gsutre
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
agc-symver-base,
agc-symver
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1
lines
Enable GLX DRI2 support.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Oct 22 14:40:41 2011 UTC (13 years, 5 months ago) by jmcneill
Branches: MAIN
CVS tags: yamt-pagecache-base5,
yamt-pagecache-base4,
yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus
Branch point for: yamt-pagecache,
tls-maxphys
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
DPADD hw/xfree86/common
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 2 09:11:38 2011 UTC (13 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -1
lines
various updates for xorg-server 1.10.3.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 2 07:41:01 2011 UTC (13 years, 7 months ago) by mrg
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -4
lines
build updates and fixes for xorg-server 1.10.3.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Mar 28 10:08:06 2011 UTC (14 years ago) by plunky
Branches: MAIN
CVS tags: cherry-xenmp-base,
cherry-xenmp
move building of Xorg server into a SUBDIR since it is created from
the other subdir contents, ok by mrg@
(this makes "make all" and "make dependall" do the same thing)
CVSweb <webmaster@jp.NetBSD.org>