From patchwork Tue Feb 16 22:03:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike Stroyan X-Patchwork-Id: 79791 Received: from lists.sourceforge.net (lists.sourceforge.net [216.34.181.88]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o1GM4HWg026447 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 16 Feb 2010 22:04:53 GMT Received: from localhost ([127.0.0.1] helo=sfs-ml-3.v29.ch3.sourceforge.com) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NhVVe-0007F1-Q5; Tue, 16 Feb 2010 22:03:10 +0000 Received: from sfi-mx-3.v28.ch3.sourceforge.com ([172.29.28.123] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.69) (envelope-from ) id 1NhVVd-0007Ek-5V for dri-devel@lists.sourceforge.net; Tue, 16 Feb 2010 22:03:09 +0000 X-ACL-Warn: Received: from mail-pz0-f191.google.com ([209.85.222.191]) by sfi-mx-3.v28.ch3.sourceforge.com with esmtp (Exim 4.69) id 1NhVVb-0004ug-U2 for dri-devel@lists.sourceforge.net; Tue, 16 Feb 2010 22:03:09 +0000 Received: by pzk29 with SMTP id 29so8287009pzk.17 for ; Tue, 16 Feb 2010 14:03:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.143.153.11 with SMTP id f11mr4776275wfo.155.1266357781418; Tue, 16 Feb 2010 14:03:01 -0800 (PST) X-Originating-IP: [97.122.219.91] Date: Tue, 16 Feb 2010 15:03:01 -0700 Message-ID: <21f51cce1002161403y1c2f2a7djde1343767267c11b@mail.gmail.com> Subject: [PATCH] Some fixes for dri2proto.txt From: Mike Stroyan To: dri-devel@lists.sf.net X-Spam-Score: 0.2 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. 0.2 AWL AWL: From: address is in the auto white-list X-Headers-End: 1NhVVb-0004ug-U2 X-BeenThere: dri-devel@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.sourceforge.net X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Tue, 16 Feb 2010 22:04:53 +0000 (UTC) From 60d92e90b9929fa6b7677845b26821352aaf4012 Mon Sep 17 00:00:00 2001 From: Mike Stroyan Date: Tue, 16 Feb 2010 14:51:43 -0700 Subject: [PATCH 2/2] Fix typo and obsolete reference in dri2proto.txt --- dri2proto.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dri2proto.txt b/dri2proto.txt index 9aa7578..f74792e 100644 --- a/dri2proto.txt +++ b/dri2proto.txt @@ -146,7 +146,7 @@ version 2 is used in the CopyRegion request. 4. Errors -No errrors defined by the DRI2 extension. +No errors are defined by the DRI2 extension. âš™ âš™ âš™ âš™ âš™ âš™ @@ -260,7 +260,7 @@ The name of this extension is "DRI2". If the client is not local, or the request driver type is unknown or not available, 'driver' and 'device' will be empty - strings, 'group' will be '0'. We are not using an regular X + strings. We are not using an regular X error here to indicate failure, which will allow the client fall back to other options more easily. -- 1.6.3.3