[Bug 64508] Text rendered using QuesoGLC is unreadable/missing on Radeon HD 6290

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun May 12 19:17:32 PDT 2013


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

--- Comment #6 from Vadim Girlin <ptpzz at yandex.ru> ---
Created attachment 79220
  --> https://bugs.freedesktop.org/attachment.cgi?id=79220&action=edit
qapitrace screenshot

As far as I can see it's a bug in the QuesoGLC.
I'm attaching the screenshot of qapitrace with gl trace for the test9.2 and the
event filter "glBind|glTexIma|glTexSub|glNew|glEndList|glCall|glGen" applied to
show relevant calls.

Mesa reports the errors on the glTexSubImage2D calls because the texture is not
initialized yet (e.g. using glTexImage2D). Note that the test compiles the
display list first and uses glTexImage2D to initialize the texture, but
compiled display list is never called, instead the app basically repeats the
same sequence of calls without calling glTexImage2D first.

As far as I understand, mesa reports the errors correctly, and it's in fact the
bug in QuesoGLC.

By the way, there is another bug related to the issues with warzone 2100:
http://sourceforge.net/tracker/index.php?func=detail&aid=1830052&group_id=53918&atid=472059

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130513/86b6004c/attachment.html>


More information about the dri-devel mailing list