From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 36745] wine 1.3.19 and 3Dmark2001SE Dragothic demo upset kernel 2.6.38.4 Date: Mon, 2 May 2011 19:21:56 -0700 (PDT) Message-ID: <20110503022156.9D1D013004F@annarchy.freedesktop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id D61829E74C for ; Mon, 2 May 2011 19:21:56 -0700 (PDT) In-Reply-To: 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 https://bugs.freedesktop.org/show_bug.cgi?id=36745 --- Comment #7 from Andrew Randrianasulu 2011-05-02 19:21:56 PDT --- Created an attachment (id=46266) --> (https://bugs.freedesktop.org/attachment.cgi?id=46266) dmesg from 2.6.39-rc5+ with additional debug in r300.c I've just added some DRM_ERROR in function r300_packet3_check, like this: case PACKET3_3D_DRAW_INDX_2: track->vap_vf_cntl = radeon_get_ib_value(p, idx); r = r100_cs_track_check(p->rdev, track); if (r) { DRM_ERROR("Error from packet3_draw_indx_2!\n"); return r; } break; because r100_cs_track_check clearly reported wrong track->cb[i].cpp -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.