From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas PENINGUY Subject: Basic piglit/glean test failure with r600 mesa 7.8.1 on Fedora 13 Date: Tue, 01 Jun 2010 01:40:04 +0200 Message-ID: <4C0448D4.5030304@lostgeeks.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from vinya.lostgeeks.org (vinya.lostgeeks.org [92.243.11.5]) by gabe.freedesktop.org (Postfix) with ESMTP id 4108F9E744 for ; Mon, 31 May 2010 17:15:23 -0700 (PDT) Received: from [92.138.74.52] (helo=nougatine.lan.lostgeeks.org) by vinya.lostgeeks.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OJEaY-0004gL-2l for dri-devel@lists.freedesktop.org; Mon, 31 May 2010 23:40:10 +0000 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hello, I'm running Fedora 13 with provided mesa 7.8.1 packages (64 bits arch), with r600 driver (Radeon 4850). Also tried with 7.8 branch on git... When I run piglit, I get a failure with basic sanity test "readPixSanity". If I compare with http://people.freedesktop.org/~nh/piglit/results/all/RS690/test_glean__readPixSanity.html it seems I get an error at the end of the test. Here is the output : ./glean -r ~npen/tmp -v -t +readPixSanity ---------------------------------------------------------------------- .... readPixSanity: PASS rgba8, db, z24, s8, win+pmap, id 33 RGBA largest readback error was 0 bits Depth largest readback error was 0 bits readPixSanity: PASS rgba8, db, z24, s8, win+pmap, id 34 RGBA largest readback error was 0 bits Depth largest readback error was 0 bits readPixSanity: PASS rgba8, db, z16, win+pmap, id 98 RGBA largest readback error was 0 bits Depth largest readback error was 0 bits X Error of failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 136 (DRI2) Minor opcode of failed request: 8 () Resource id in failed request: 0x560000b Serial number of failed request: 877 Current serial number in output stream: 877 Any idea on what causes this error ? Let me know if you need more info or if I should update some other component (my kernel is 2.6.33.5-112.fc13.x86_64). Thanks ! Nicolas