summaryrefslogtreecommitdiff
path: root/print_randr.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-29Bug 66388 wrong output for filter names in RandR GetCrtcTransform replyAlan Coopersmith1-9/+10
https://bugs.freedesktop.org/show_bug.cgi?id=66388 Had missed a 4 byte padding field between the transform data and the start of the filter name fields. The offset to the strings now matches the 96 bytes specified for sz_xRRGetCrtcTransformReply in <X11/extensions/randrproto.h> and the test case now reports: pending filter name: "bilinear" instead of: current filter name: "^@^@^@^@bili" Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-10-02Update RANDR support from 0.x to include 1.0 - 1.4Alan Coopersmith1-13/+1464
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-21Convert to X.Org standard indentation & cleanup whitespaceAlan Coopersmith1-100/+101
Performed with util/modular/x-indent-all.sh, followed by manual fixups Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-21Convert Keith's personal license notice to X.Org standard MIT license noticeAlan Coopersmith1-16/+17
Acked-by: Keith Packard <keithp@keithp.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-07-20Convert sources from ISO 8859-1 to UTF-8Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-08-12Remove RCS IdsAlan Coopersmith1-2/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Clear many compiler & sparse warningsAlan Coopersmith1-12/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Make big requests support work without modifying bufferAlan Coopersmith1-4/+4
Fixes corruption of big requests data in -v4/raw output Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Constify many char pointersAlan Coopersmith1-9/+9
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-06Ansify prototypes and move extern declarations to header filesAlan Coopersmith1-4/+13
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-04Add SHM decodingKeith Packard1-2/+18
2009-05-04Import xscope bits into keithp.com CVSKeith Packard1-0/+155