matthieu
926017f7f5
Fix typo introduced 5.5 years ago.
...
Note: this changes the #if test result, but the now #ifdef out code
has no effect.
2016-03-06 16:09:27 +00:00
matthieu
ea0cb93282
update
2016-03-06 13:46:15 +00:00
matthieu
eebec65122
Update to xrandr 1.5.0
2016-03-06 13:45:29 +00:00
matthieu
06764a7ecd
Update to libXrandr 1.5.0
2016-03-06 13:37:21 +00:00
jsg
dfa30dc686
Back out rev 1.3 and use __sync builtins on alpha. gcc no longer
...
triggers an ICE with p_atomic_cmpxchg/__sync_val_compare_and_swap.
Tested by matthieu.
2016-02-28 04:44:02 +00:00
deraadt
9b8f3577af
sync
2016-02-24 17:30:47 +00:00
deraadt
2e20a47380
sync
2016-02-21 06:47:53 +00:00
matthieu
a959971ead
No more aviion
2016-02-20 11:07:10 +00:00
matthieu
c1d2d299a6
Missing closing quote. Noted by Jan Stary. Thanks.
2016-02-20 11:00:01 +00:00
matthieu
4a17b80391
No more aviion
2016-02-20 10:58:10 +00:00
matthieu
d414a6b108
Update (thanks to landry@)
2016-02-20 10:53:50 +00:00
matthieu
617258d6f7
Re-enable the build of OpenGL on alpha.
2016-02-20 10:51:26 +00:00
matthieu
688f9b80ed
On alpha with -O2 gcc gets an ICE on 2 files.
...
With help of jsg@
2016-02-20 10:49:47 +00:00
matthieu
ea648fa9c3
alpha lacks p_atomic_cmpxchg() switch to non atomic ops
2016-02-20 10:48:24 +00:00
jsg
ff4b8fa034
Don't depend on indirect inclusion to pick up endian.h and define
...
BYTE_ORDER. Tested by and ok visa@ mpi@
2016-02-19 04:57:02 +00:00
jsg
347afd8071
Disable another make rule requiring python that could trigger if the
...
timestamps are wrong. We always want to use the generated sources
provided with Mesa releases. Encountered by tobias.
2016-02-18 13:57:22 +00:00
jsg
5a1841c8f6
sync
2016-02-07 10:29:54 +00:00
jsg
20aa294b3c
Remove now unused XENOCARA_BUILD_GALLIUM settings. The non-gallium parts
...
of Mesa require the sync builtins now, and we no longer have our own
build system for Mesa.
2016-02-07 10:06:50 +00:00
jsg
f158428621
solbourne was removed
2016-02-07 09:51:01 +00:00
jsg
86dd8b3bd8
sync
2016-02-07 09:48:11 +00:00
shadchin
6eba1009fd
update
2016-02-06 17:51:12 +00:00
shadchin
32b79642ee
Update to xkeyboard-config 2.17
...
ok matthieu@
2016-02-06 17:50:06 +00:00
matthieu
52cd6d30b8
update
2016-02-06 07:23:07 +00:00
visa
d48e1d60a8
Re-enable GL on mips64 as the architecture now has the __sync functions.
...
Build the libraries even on octeon for consistency. The platform uses
the common mips64 packages which are built with GL.
ok jasper@, kettenis@
2016-02-05 13:59:11 +00:00
kettenis
78eb73e438
Make sure the socket send buffer is at least 64KB. This reduces the number of
...
writev(2) system calls made for largish requests. A similar change was made
to the libxtrans code a while ago. This should speed up applications that
send images to the X server, like Firefox. The seedupmight not be noticable
though. But it reduces the noice in ktrace logs.
ok matthieu@
2016-02-02 18:42:22 +00:00
jsg
3d311121d5
update
2016-01-24 01:22:38 +00:00
jsg
9eeb07a50d
Merge Mesa 11.0.9
2016-01-24 01:21:23 +00:00
jsg
f83fcc6f8e
Import Mesa 11.0.9
2016-01-24 00:59:28 +00:00
matthieu
dfb4d57a09
Assorted updates to match current reality.
2016-01-18 18:01:37 +00:00
matthieu
9e7cd1deb0
FAQ 11.3 is gone
2016-01-18 17:53:58 +00:00
matthieu
eaee2249fb
Remove aviion
2016-01-18 17:45:46 +00:00
matthieu
f3b2934829
puffy 5.9
2016-01-16 10:47:56 +00:00
naddy
bb06250523
On BSD, switching off ICANON does not disable LNEXT (^V) processing.
...
We explicitly need to unset IEXTEN. ok matthieu@
2016-01-13 21:17:02 +00:00
matthieu
d6d2052305
update
2016-01-13 20:43:35 +00:00
matthieu
17886faaf7
Update to xterm 322. Tested by shadchin@ and jsg@. Thanks.
2016-01-13 20:40:08 +00:00
jsg
8d4acd4c62
Disable reading of drirc files by default so chromium processes
...
with OpenGL contexts can drop the ability to read files.
Diff from robert@ with a comment added.
ok robert@ deraadt@
2016-01-07 23:41:25 +00:00
matthieu
0a1bf36b6d
missed one conversion to arc4random().
2016-01-05 10:33:13 +00:00
matthieu
781c3f2c8c
update
2016-01-03 21:09:38 +00:00
matthieu
a12ced2601
Update to randrproto 1.5.0
2016-01-03 10:34:28 +00:00
matthieu
04055c9a99
Update to x11proto 7.0.28
2016-01-03 10:32:58 +00:00
dcoppa
8b6c7dfac5
Sync freetype-doc with freetype, i.e. update freetype-doc to
...
ver. 2.6.2
ok matthieu@
2016-01-02 16:30:55 +00:00
matthieu
cddd9d77ab
update
2016-01-02 09:36:06 +00:00
bentley
ca4d05124d
Detect keyboard configuration by masking bits, not equality checks.
...
Fixes the case where a kbd(8) setting has multiple bits set
(e.g., us.dvorak.swapctrlcaps). Bug reported by Sevan Janiyan.
ok shadchin@ matthieu@
2015-12-29 18:47:21 +00:00
jsg
1a277d3efb
update
2015-12-27 09:18:03 +00:00
jsg
8f9a563a62
Merge libdrm 2.4.65
2015-12-27 09:16:53 +00:00
jsg
0733b38856
Import libdrm 2.4.65
2015-12-27 08:58:00 +00:00
dcoppa
1cd20ba8aa
Remove bogus file.
...
ok matthieu@
2015-12-25 19:06:01 +00:00
matthieu
e033e2eda9
Explicitely include <sys/time.h> where needed.
...
From pkgsrc (Takahiro Kambe) via Thomas Klausner. Thanks
2015-12-25 15:08:28 +00:00
matthieu
8f7e2085cc
Do no overwrite the installed Unix ftconfig.h with the ANSI one.
...
ok dcoppa@
2015-12-25 11:54:40 +00:00
matthieu
11beb40bcd
Remove unused file.
2015-12-24 15:52:42 +00:00