xserver/randr
Keith Packard 5360d47549 Handle RandR transform matrices in floating point.
RandR matrix computations lose too much precision in fixed point;
computations using the inverted matrix can be as much as 10 pixels off.
Convert them to double precision values and pass those around. These API
changes are fairly heavyweight; the official Render interface remains fixed
point, so the fixed point matrix comes along for the ride everywhere.
2008-03-19 00:46:35 -07:00
..
Makefile.am Fix build of composite, dix, and randr when Xinerama is disabled. 2007-05-24 11:20:59 -07:00
mirandr.c Allow RandR get output property to call into drivers 2008-03-06 13:50:58 -08:00
randr.c Revert "registry: Register RANDR extension protocol names." 2007-11-20 17:51:27 -05:00
randrstr.h Handle RandR transform matrices in floating point. 2008-03-19 00:46:35 -07:00
rrcrtc.c Handle RandR transform matrices in floating point. 2008-03-19 00:46:35 -07:00
rrdispatch.c Wire up RandR CRTC transform protocol, bump server to RandR 1.3 2008-03-13 21:31:12 -07:00
rrinfo.c RRScanOldConfig cannot use RRFirstOutput before output is configured. 2007-08-08 12:16:32 -07:00
rrmode.c Merge branch 'master' into XACE-SELINUX 2007-11-19 18:10:46 -05:00
rroutput.c registry: Add some missing #include's. 2007-10-15 22:46:08 -04:00
rrpointer.c Bugzilla #7145: fix build with gcc 2.95 2007-03-05 15:31:44 -08:00
rrproperty.c Allow RandR get output property to call into drivers 2008-03-06 13:50:58 -08:00
rrscreen.c clean some "unused" warnings 2008-03-01 19:49:24 +02:00
rrsdispatch.c Wire up RandR CRTC transform protocol, bump server to RandR 1.3 2008-03-13 21:31:12 -07:00
rrxinerama.c XACE: Fix instances of DixUnknownAccess at hook callsites. 2008-02-28 16:43:43 -05:00