xserver-multidpi/hw
Damien Lespiau a279fb3ff3 xfree86: Add a xf86MonitorFindHDMIBlock()
The HDMI CEA vendor specific block has some interesting information,
such as the maximum TMDS dot clock.

v2: Don't parse CEA blocks with invalid offsets, remove spurious
    brackets (Chris Wilson)

v3: Fix the looping through the CEA data blocks, it had a typo using the
    wrong variable coming from the code it was ported from.
    Replace x << 16 + y << 8 + z by x << 16 | y << 8 | z
    (Chris Wilson)

v4: Remove the stray ';' at the end of "if (*end == 0)".
    (Dominik Behr on IRC)

Reviewed-by: Chris Wilson <chris at chris-wilson.co.uk>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2014-01-07 17:24:38 +00:00
..
dmx Xdmx: Initialize DMX extension even if not built with GLX support 2013-11-26 22:39:01 -08:00
kdrive ephyr: Fix compilation when ./configure'd with --enable-debug 2013-12-10 16:59:40 +00:00
vfb vfb: Initialize the GLX extension again. 2012-11-21 11:13:55 +11:00
xfree86 xfree86: Add a xf86MonitorFindHDMIBlock() 2014-01-07 17:24:38 +00:00
xnest xnest: Ignore GetImage() error in xnestGetImage() (v3) 2013-11-23 16:19:46 -08:00
xquartz XQuartz: Use asl_log_descriptor to log stdout/stderr of child processes 2013-12-12 01:30:04 -08:00
xwin hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatch 2013-12-10 17:00:06 +00:00
Makefile.am Catch errors in recursive relink targets 2010-03-22 00:45:57 -05:00