[Bug 36745] wine 1.3.19 and 3Dmark2001SE Dragothic demo upset kernel 2.6.38.4

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 2 19:21:56 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=36745

--- Comment #7 from Andrew Randrianasulu <randrik at mail.ru> 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.


More information about the dri-devel mailing list