All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 57241] New: [r600g] glXCreateContextAttribsARB() fails under certain circumstances
@ 2012-11-18  1:49 bugzilla-daemon
  2012-11-18 11:07 ` [Bug 57241] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-11-18  1:49 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1532 bytes --]

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

          Priority: medium
            Bug ID: 57241
          Assignee: dri-devel@lists.freedesktop.org
           Summary: [r600g] glXCreateContextAttribsARB() fails under
                    certain circumstances
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: nfxjfg@gmail.com
          Hardware: Other
            Status: NEW
           Version: 9.0
         Component: Drivers/DRI/Radeon
           Product: Mesa

Test program: http://sprunge.us/eGJa
Failing output: http://bpaste.net/show/58701/
Successfull output (on another setup): http://dpaste.com/832706/

What seems to trigger this is calling glXCreateContextAttribsARB() with the
following context attributes included: GLX_CONTEXT_PROFILE_MASK_ARB,
GLX_CONTEXT_CORE_PROFILE_BIT_ARB, and GLX_CONTEXT_FLAGS_ARB,
GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB. Removing these seems to make it work.

The test program has been confirmed to work on Mesa with i965, and nvidia
binary drivers 304.60. The actual program which triggered this also works on
fglrx.

User's glxinfo: http://bpaste.net/show/58678/
X server: "x11-base/xorg-server-1.13.0-r1" on Gentoo
The test program is a modified version of
http://www.opengl.org/wiki/Tutorial:_OpenGL_3.0_Context_Creation_(GLX)

It's not clear whether this is a bug or just a caveat, and it has been
confirmed on one installation only so far.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3097 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
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 57241] [r600g] glXCreateContextAttribsARB() fails under certain circumstances
  2012-11-18  1:49 [Bug 57241] New: [r600g] glXCreateContextAttribsARB() fails under certain circumstances bugzilla-daemon
@ 2012-11-18 11:07 ` bugzilla-daemon
  2012-11-18 15:56 ` bugzilla-daemon
  2012-11-19 16:27 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-11-18 11:07 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 382 bytes --]

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Drivers/DRI/Radeon          |Drivers/Gallium/r600

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1101 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
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 57241] [r600g] glXCreateContextAttribsARB() fails under certain circumstances
  2012-11-18  1:49 [Bug 57241] New: [r600g] glXCreateContextAttribsARB() fails under certain circumstances bugzilla-daemon
  2012-11-18 11:07 ` [Bug 57241] " bugzilla-daemon
@ 2012-11-18 15:56 ` bugzilla-daemon
  2012-11-19 16:27 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-11-18 15:56 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 428 bytes --]

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

--- Comment #1 from nfxjfg@gmail.com ---
What triggers the failure is indeed GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB. As
far as I know, for drivers which can't handle anything beyond 3.0 or so, this
should be a no-op.

GLX_CONTEXT_CORE_PROFILE_BIT_ARB is ignored (as it should should be with GL
3.0).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1217 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
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 57241] [r600g] glXCreateContextAttribsARB() fails under certain circumstances
  2012-11-18  1:49 [Bug 57241] New: [r600g] glXCreateContextAttribsARB() fails under certain circumstances bugzilla-daemon
  2012-11-18 11:07 ` [Bug 57241] " bugzilla-daemon
  2012-11-18 15:56 ` bugzilla-daemon
@ 2012-11-19 16:27 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-11-19 16:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 735 bytes --]

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

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
                   |.org                        |org
          Component|Drivers/Gallium/r600        |Mesa core

--- Comment #2 from Michel Dänzer <michel@daenzer.net> ---
Please attach files here directly instead of referencing external sites.

This is probably an issue in a Gallium state tracker, not in the driver;
reassigning.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2239 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
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

end of thread, other threads:[~2012-11-19 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-18  1:49 [Bug 57241] New: [r600g] glXCreateContextAttribsARB() fails under certain circumstances bugzilla-daemon
2012-11-18 11:07 ` [Bug 57241] " bugzilla-daemon
2012-11-18 15:56 ` bugzilla-daemon
2012-11-19 16:27 ` 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.