summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2018-01-08Quick fix: exit after a failed execvp in u_spawn instead; previously we did inOkan Demirmen
u_exec, but the introduction of re-exec'ing the previous invocation of cwm if 'exec_wm' failed missed the 'exec' failing path. Will likely split out as a proper fix. Odd behaviour reported by Ve Telko.
2018-01-08Revert to Mesa 13.0.6 again.Jonathan Gray
Corruption has again been reported on Intel hardware running Xorg with the modesetting driver (which uses OpenGL based acceleration instead of SNA acceleration the intel driver defaults to). Reported in various forms on Sandy Bridge (X220), Ivy Bridge (X230) and Haswell (X240). Confirmed to not occur with the intel driver but the xserver was changed to default to the modesetting driver on >= gen4 hardware (except Ironlake). One means of triggering this is to open a large pdf with xpdf on an idle machine and highlight a section of the document. There have been reports of gpu hangs on gen4 intel hardware (T500 with GM45, X61 with 965GM) when starting Xorg as well.
2018-01-02Only exec the fallback when in CWM_EXEC_WM state.Okan Demirmen
Broken quit noticed by Ve Telko.
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2017-12-31If read() returns EIO, then the wsmouse device has gone away and our fdPhilip Guenther
to it is useless, so detach the xserver driver and close it. Modeled on similar code in xf86-input-{keyboard,mouse} reminded by Frank Groeneveld (frank (at) frankgroeneveld.nl) ok matthieu@ kettenis@
2017-12-31updateJonathan Gray
2017-12-31Merge Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-31Import Mesa 17.2.8Jonathan Gray
2017-12-30Typo, from Julien Steinhauser.Okan Demirmen
2016-12-11Import Mesa 13.0.2Jonathan Gray
2016-05-29Import Mesa 11.2.2Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2015-11-22import Mesa 11.0.6Jonathan Gray
2017-12-29If the replacement window manager fails to start, restart the fallback (theOkan Demirmen
original invocation of cwm).
2017-12-29Convert menu-exec-wm from an abritrary exec menu, into a config-based menu fromOkan Demirmen
which one may configure (wm <name> <path_and_args>) (and choose) specific window managers to replace the running one. 'wm cwm cwm' is included by default. No objections and seems sensible to sthen.
2017-12-29As done for buttonrelease, work specific un-cycling and un-highlighting actionsOkan Demirmen
into the keyrelease event, only performing what's actually needed for each; should result in much fewer events against keyreleases. No intended behaviour change. Additionally, like we do for group membership, grab the keyboard only when required for cycling.
2017-12-29Merge group_toggle_membership_leave into the buttonrelease event and only doOkan Demirmen
border work for a group/ungroup action.
2017-12-29add helper function client_show to bring together like actions for unhide/raiseOkan Demirmen
2017-12-27Add support for re-exec'ing with SIGHUP; equivalent to the already built-inOkan Demirmen
'restart' function.
2017-12-27Use poll and XNextEvent to replace XNextEvent blocking inside the x11 eventOkan Demirmen
handler.
2017-12-22zap stray that snuck inOkan Demirmen
2017-12-22Return the connection number for the display.Okan Demirmen
2017-12-22Fix a few comments and while here, wrap some long lines.Okan Demirmen
2017-12-19Use a variable to keep track of flags for menu_filter().Okan Demirmen