All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 41231] New: GL_INVALID_ENUM when using glxinfo -l
@ 2011-09-26 14:10 bugzilla-daemon
  2011-09-29  9:58 ` [Bug 41231] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2011-09-26 14:10 UTC (permalink / raw)
  To: dri-devel

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

           Summary: GL_INVALID_ENUM when using glxinfo -l
           Product: Mesa
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: minor
          Priority: medium
         Component: Drivers/Gallium/r600
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: stefano.teso@gmail.com


Hi,

using git 455a19b1b3d7ca0a40c65d89e45209dbd8ac7b35, and running:

$ glxinfo -l > /dev/null

makes mesa sad:

Mesa: User error: GL_INVALID_ENUM in
glGetIntegerv(pname=GL_MAX_COLOR_MATRIX_STACK_DEPTH)
Mesa: User error: GL_INVALID_ENUM in glGetConvolutionParameteriv

This doesn't happen with stock mesa 7.11, nor when using
LIBGL_ALWAYS_SOFTWARE=1. The driver is r600g, the device is:

01:00.0 VGA compatible controller: ATI Technologies Inc Robson CE [AMD Radeon
HD 6300 Series]

I'm using debian unstable FWIW.

-- 
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] 4+ messages in thread

* [Bug 41231] GL_INVALID_ENUM when using glxinfo -l
  2011-09-26 14:10 [Bug 41231] New: GL_INVALID_ENUM when using glxinfo -l bugzilla-daemon
@ 2011-09-29  9:58 ` bugzilla-daemon
  2011-09-29 13:58 ` bugzilla-daemon
  2012-08-08 21:14 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2011-09-29  9:58 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Michel Dänzer <michel@daenzer.net> 2011-09-29 02:58:40 PDT ---
(In reply to comment #1)
> This doesn't happen with stock mesa 7.11, [...]

Actually, I can reproduce this with a checkout of the mesa-7.11 Git tag as
well. Presumably the 'stock' 7.11 you're referring to just doesn't have this
error reporting (which BTW usually indicates an application bug) enabled.

-- 
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@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 41231] GL_INVALID_ENUM when using glxinfo -l
  2011-09-26 14:10 [Bug 41231] New: GL_INVALID_ENUM when using glxinfo -l bugzilla-daemon
  2011-09-29  9:58 ` [Bug 41231] " bugzilla-daemon
@ 2011-09-29 13:58 ` bugzilla-daemon
  2012-08-08 21:14 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2011-09-29 13:58 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Stefano Teso <stefano.teso@gmail.com> 2011-09-29 06:58:55 PDT ---
(In reply to comment #1)
> (In reply to comment #1)
> > This doesn't happen with stock mesa 7.11, [...]
> 
> Actually, I can reproduce this with a checkout of the mesa-7.11 Git tag as
> well. Presumably the 'stock' 7.11 you're referring to just doesn't have this
> error reporting (which BTW usually indicates an application bug) enabled.

I can confirm your findings, git mesa and mesa 7.11 do exhibit the warning,
while the debian package does not. There's no difference when using llvmpipe,
although I was sure of the exact opposite yesterday. You can close this bug,
sorry for the spam.

-- 
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] 4+ messages in thread

* [Bug 41231] GL_INVALID_ENUM when using glxinfo -l
  2011-09-26 14:10 [Bug 41231] New: GL_INVALID_ENUM when using glxinfo -l bugzilla-daemon
  2011-09-29  9:58 ` [Bug 41231] " bugzilla-daemon
  2011-09-29 13:58 ` bugzilla-daemon
@ 2012-08-08 21:14 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-08-08 21:14 UTC (permalink / raw)
  To: dri-devel

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

Andreas Boll <andreas.boll.dev@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Andreas Boll <andreas.boll.dev@gmail.com> 2012-08-08 21:14:10 UTC ---
(In reply to comment #2)
> I can confirm your findings, git mesa and mesa 7.11 do exhibit the warning,
> while the debian package does not. There's no difference when using llvmpipe,
> although I was sure of the exact opposite yesterday. You can close this bug,
> sorry for the spam.

As mentioned above, I'm closing this bug.

-- 
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] 4+ messages in thread

end of thread, other threads:[~2012-08-08 21:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 14:10 [Bug 41231] New: GL_INVALID_ENUM when using glxinfo -l bugzilla-daemon
2011-09-29  9:58 ` [Bug 41231] " bugzilla-daemon
2011-09-29 13:58 ` bugzilla-daemon
2012-08-08 21:14 ` 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.