summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-28Back out rev 1.3 and use __sync builtins on alpha. gcc no longerJonathan Gray
triggers an ICE with p_atomic_cmpxchg/__sync_val_compare_and_swap. Tested by matthieu.
2016-02-24syncTheo de Raadt
2016-02-21syncTheo de Raadt
2016-02-20No more aviionMatthieu Herrb
2016-02-20Missing closing quote. Noted by Jan Stary. Thanks.Matthieu Herrb
2016-02-20No more aviionMatthieu Herrb
2016-02-20Update (thanks to landry@)Matthieu Herrb
2016-02-20Re-enable the build of OpenGL on alpha.Matthieu Herrb
2016-02-20On alpha with -O2 gcc gets an ICE on 2 files.Matthieu Herrb
With help of jsg@
2016-02-20alpha lacks p_atomic_cmpxchg() switch to non atomic opsMatthieu Herrb
2016-02-19Don't depend on indirect inclusion to pick up endian.h and defineJonathan Gray
BYTE_ORDER. Tested by and ok visa@ mpi@
2016-02-18Disable another make rule requiring python that could trigger if theJonathan Gray
timestamps are wrong. We always want to use the generated sources provided with Mesa releases. Encountered by tobias.
2015-11-22import Mesa 11.0.6Jonathan Gray
2016-02-07syncJonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2016-02-07Remove now unused XENOCARA_BUILD_GALLIUM settings. The non-gallium partsJonathan Gray
of Mesa require the sync builtins now, and we no longer have our own build system for Mesa.
2016-02-07solbourne was removedJonathan Gray
2016-02-07syncJonathan Gray
2016-02-06updateAlexandr Shadchin
2016-02-06Update to xkeyboard-config 2.17Alexandr Shadchin
ok matthieu@
2016-02-06updateMatthieu Herrb
2016-02-05Re-enable GL on mips64 as the architecture now has the __sync functions.Visa Hankala
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-02Make sure the socket send buffer is at least 64KB. This reduces the number ofMark Kettenis
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-01-24updateJonathan Gray
2016-01-24Merge Mesa 11.0.9Jonathan Gray
2016-01-24Import Mesa 11.0.9Jonathan Gray
2016-01-24Import Mesa 11.0.9Jonathan Gray
2016-01-18Assorted updates to match current reality.Matthieu Herrb
2016-01-18FAQ 11.3 is goneMatthieu Herrb
2016-01-18Remove aviionMatthieu Herrb
2016-01-16puffy 5.9Matthieu Herrb
2016-01-13On BSD, switching off ICANON does not disable LNEXT (^V) processing.Christian Weisgerber
We explicitly need to unset IEXTEN. ok matthieu@
2016-01-13updateMatthieu Herrb
2016-01-13Update to xterm 322. Tested by shadchin@ and jsg@. Thanks.Matthieu Herrb
2016-01-07Disable reading of drirc files by default so chromium processesJonathan Gray
with OpenGL contexts can drop the ability to read files. Diff from robert@ with a comment added. ok robert@ deraadt@
2016-01-05missed one conversion to arc4random().Matthieu Herrb
2015-11-22import Mesa 11.0.6Jonathan Gray
2016-01-03updateMatthieu Herrb
2016-01-03Update to randrproto 1.5.0Matthieu Herrb
2016-01-03Update to x11proto 7.0.28Matthieu Herrb
2016-01-02Sync freetype-doc with freetype, i.e. update freetype-doc toDavid Coppa
ver. 2.6.2 ok matthieu@
2016-01-02updateMatthieu Herrb
2007-09-08import freetype 2.3.5Matthieu Herrb
2015-12-29Detect keyboard configuration by masking bits, not equality checks.Anthony J. Bentley
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-27updateJonathan Gray
2015-12-27Merge libdrm 2.4.65Jonathan Gray
2015-12-27Import libdrm 2.4.65Jonathan Gray
2015-12-25Remove bogus file.David Coppa
ok matthieu@
2015-12-25Explicitely include <sys/time.h> where needed.Matthieu Herrb
From pkgsrc (Takahiro Kambe) via Thomas Klausner. Thanks
2006-11-25Import freetype 2.2.1Matthieu Herrb