All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 38089] New: Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)
@ 2011-06-08 22:18 bugzilla-daemon
  2011-06-09 17:18 ` [Bug 38089] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-06-08 22:18 UTC (permalink / raw)
  To: dri-devel

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)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)
  2011-06-08 22:18 [Bug 38089] New: Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920) bugzilla-daemon
@ 2011-06-09 17:18 ` bugzilla-daemon
  2011-06-10  2:58 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-06-09 17:18 UTC (permalink / raw)
  To: dri-devel

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.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)
  2011-06-08 22:18 [Bug 38089] New: Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920) bugzilla-daemon
  2011-06-09 17:18 ` [Bug 38089] " bugzilla-daemon
@ 2011-06-10  2:58 ` bugzilla-daemon
  2011-06-23 13:48 ` bugzilla-daemon
  2011-06-23 13:49 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-06-10  2:58 UTC (permalink / raw)
  To: dri-devel

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).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)
  2011-06-08 22:18 [Bug 38089] New: Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920) bugzilla-daemon
  2011-06-09 17:18 ` [Bug 38089] " bugzilla-daemon
  2011-06-10  2:58 ` bugzilla-daemon
@ 2011-06-23 13:48 ` bugzilla-daemon
  2011-06-23 13:49 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-06-23 13:48 UTC (permalink / raw)
  To: dri-devel

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.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 38089] Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920)
  2011-06-08 22:18 [Bug 38089] New: Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2011-06-23 13:48 ` bugzilla-daemon
@ 2011-06-23 13:49 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2011-06-23 13:49 UTC (permalink / raw)
  To: dri-devel

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-23 13:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08 22:18 [Bug 38089] New: Mesa: User error: GL_INVALID_ENUM in glDisable(0x8920) bugzilla-daemon
2011-06-09 17:18 ` [Bug 38089] " bugzilla-daemon
2011-06-10  2:58 ` bugzilla-daemon
2011-06-23 13:48 ` bugzilla-daemon
2011-06-23 13:49 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.