https://bugs.freedesktop.org/show_bug.cgi?id=38089
Summary: Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920) Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: alexandre.f.demers@gmail.com
When playing Diablo 2 under Wine, I receive the following error in console:
Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)
https://bugs.freedesktop.org/show_bug.cgi?id=38089
--- Comment #1 from Ian Romanick idr@freedesktop.org 2011-06-09 10:18:17 PDT --- That enum is GL_FRAGMENT_SHADER_ATI. If that driver doesn't support GL_ATI_fragment_shader, and I believe that only the r200 driver does, this is an application bug.
I'll leave it to the radeon developers to close this.
https://bugs.freedesktop.org/show_bug.cgi?id=38089
--- Comment #2 from Alexandre Demers alexandre.f.demers@gmail.com 2011-06-09 19:58:59 PDT --- Since it only happens when I use Diablo 2 with Glide, it is probably related to the Glide to OpenGL wrapper. If indeed the extension is not supported in r600g, then it is related to the application, thus the wrapper. I could try with a different wrapper (instead of GLIDE3-to-OpenGL-Wrapper/svenwrapper).
https://bugs.freedesktop.org/show_bug.cgi?id=38089
--- Comment #3 from Alexandre Demers alexandre.f.demers@gmail.com 2011-06-23 06:48:29 PDT --- I was not able to go deeper. But I'm sure it's related to the wrapper I use. So I'm closing it. If I ever find something different, I'll reopen it.
https://bugs.freedesktop.org/show_bug.cgi?id=38089
Alexandre Demers alexandre.f.demers@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |NOTOURBUG
dri-devel@lists.freedesktop.org