From 6f734aecaec4f5c6152c3ebca197ef65bb4523da Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Mar 2008 16:06:06 -0700 Subject: [PATCH] Eliminate inverse matrix from randr transform protocol It is easier, and potentially more precise, to compute the inverse in the server where everything can eventually be kept in floating point form. --- randr/rrcrtc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/randr/rrcrtc.c b/randr/rrcrtc.c index 6559d51ce..e0fafce7a 100644 --- a/randr/rrcrtc.c +++ b/randr/rrcrtc.c @@ -1341,14 +1341,12 @@ ProcRRGetCrtcTransform (ClientPtr client) reply->hasTransforms = crtc->transforms; transform_encode (client, &reply->pendingTransform, &pending->transform); - transform_encode (client, &reply->pendingInverse, &pending->inverse); extra += transform_filter_encode (client, extra, &reply->pendingNbytesFilter, &reply->pendingNparamsFilter, pending); transform_encode (client, &reply->currentTransform, ¤t->transform); - transform_encode (client, &reply->currentInverse, ¤t->inverse); extra += transform_filter_encode (client, extra, &reply->currentNbytesFilter, &reply->currentNparamsFilter,