[Bug 25544] KMS/R200: No texture bound to unit 1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--- Comment #10 from Daniel Richard G. <skunk@xxxxxxxxxx> 2010-10-26 13:46:12 PDT ---
I'm looking at r100_cs_track_texture_check() in
linux-2.6.36/drivers/gpu/drm/radeon/r100.c (starting at line 3217). What if
instead of an unconditional return, you were to do e.g.

    /* XXX: Disable texture check until R200 fake texture enable supported */
    if (rdev->family == CHIP_R200)
        return 0;

? Other parts of that function are already conditionalized based on chipset.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux