summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-01make num of groups no longer off-by-one; from Alexander PolakovOkan Demirmen
note that a re-exec of cwm will not rewrite the group number atom of *existing* clients, so they will remain off-by-one until each client has its atom updated, or of course a restart of X.
2012-12-31updateMatthieu Herrb
2012-12-19updateMatthieu Herrb
2012-12-19Update to xf86-video-vmware 2.1 RC1 (aka 2.0.99.901)Matthieu Herrb
2012-12-19- sync the "legacy" i810 driver, used only on true i810 and i815Matthieu Herrb
chipsets to the one in recent intel driver from X.Org. - remove one of the output probe method in i830PreInit(). This method is calling functions that are normally forbidden in PreInit(). With xserver 1.13 this causes a fatal error at run time. Tested by bluhm@, nick@ and shadchin@ back in september.
2006-11-26Importing xf86-video-vmware 10.14.0Matthieu Herrb
2012-12-19gc unused cmd 'flags' variableOkan Demirmen
2012-12-18expand CHILDMASKOkan Demirmen
2012-12-18use MOUSEMASK since we already have itOkan Demirmen
2012-12-18remove unused SEARCHMASKOkan Demirmen
2012-12-18define LockMask|Mod2Mask; no functional changeOkan Demirmen
2012-12-18simplify config file setup; with Tiago CunhaOkan Demirmen
2012-12-17put a default known_hosts into confOkan Demirmen
2012-12-17pull user home directory via getenv or getpwuid and stash it so we don'tOkan Demirmen
need to do this everytime; with Tiago Cunha
2012-12-17cmap -> colormap in client_ctxOkan Demirmen
2012-12-17stash the default screen visual and colormap in screen_ctxOkan Demirmen
2012-12-17replace client highlight with a client flagOkan Demirmen
2012-12-17make client_mtf staticOkan Demirmen
2012-12-17create and use menuq_clear() helper; from Tiago CunhaOkan Demirmen
2012-12-17current_client() returns _curcc, so use it where appropriateOkan Demirmen
2012-12-17screen font -> xftfontOkan Demirmen
2012-12-17knfOkan Demirmen
2012-12-17non-trivial menu drawing rewrite, moving to Xft and solving variousOkan Demirmen
font/color drawing issues; from Alexander Polakov
2012-12-16updateMatthieu Herrb
2012-12-16Update to xf86-video-geode 2.11.14Matthieu Herrb
2008-06-14Import the xf86-video-geode driver for the AMD Geode LX graphics processor.Marc Balmer
with and ok matthieu
2012-12-16updateMatthieu Herrb
2012-12-13Recent thinkpads try to set a backlight value one greater than theJonathan Gray
maximum causing backlight control to be disabled. Limit the backlight values to the maximum so xbacklight will work. Backlight control via the brightness buttons won't yet work as that likely requires opregion/acpi bits. Tested by jcs@ jasper@ phessler@ naddy@ and Amarendra Godbole ok phessler@ kettenis@
2012-12-08remove white space at end of lineMatthieu Herrb
2012-12-07Enable the radeon r100 dri module on macppc. ok mpi@Matthieu Herrb
2012-12-04syncTodd T. Fries
2012-12-04Correctly define HAVE_POSIX_MEMALIGN, missed in previous. Breakage reportedMartin Pieuchot
by ajacoutot@
2012-12-02regenMatthieu Herrb
2012-12-02Fix XAA support. Problem noticed by sthen@Matthieu Herrb
2012-12-02Check return value of I830MapMMIO().Matthieu Herrb
Allows the server to fail with a useful error message instead of segfaulting later, like reported by Alexei Malinin on misc@.
2012-12-01SyncMiod Vallat
2012-12-01Do not build kdrive on static arches, for libGL doesn't get build on them.Miod Vallat
ok matthieu@
2012-11-29zap extra linesOkan Demirmen
2012-11-29fix botched file. I managed to commit a file with a typo.Matthieu Herrb
2012-11-29syncTodd T. Fries
2012-11-29specific last match for autogroup; few iterations with Kent Spillner.Okan Demirmen
2012-11-29x_setupscreen -> screen_init; no functional change.Okan Demirmen
2012-11-29remove dead externOkan Demirmen
2012-11-28Don't build profiled versions of libdrm_intel and libdrm_radeon.Matthieu Herrb
2012-11-28add xasprintf() for upcoming changes.Okan Demirmen
2012-11-28ever since the 9wm code bits were removed or replaced, this file hasOkan Demirmen
been a no-op, for each source file has a complete license marker (ISC). no objections from oga, who did the 9wm rewrite/remove work in 2008.
2012-11-28replace hand rolled font_make() with XftFontOpenName() and merge intoOkan Demirmen
font_init().
2012-11-28Correct include path, our drm headers live in /usr/include/dev/pci/drmMartin Pieuchot
2012-11-28Include the software winsys and state tracker sources in the swrastgMartin Pieuchot
driver rather than in the libmesagallium build. This non functional change allows to use the libmesagallium in any gallium target (r300g, nouveau...)
2012-11-28Fix an EXA-related big endian issue, introduced in 6.14.5 with the supportMartin Pieuchot
of accelerated solid pictures on r1xx, r2xx and r3xx. Problem reported by landry@, ok matthieu@