[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2009-08-24 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 ajax at nwnk dot net a...@nwnk.net changed: What|Removed |Added Version|CVS |git --- Comment

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-17 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #10 from [EMAIL PROTECTED] 2007-04-16 07:59 PST --- What exactly is the error/warning that's printed? Can you set a breakpoint in the warning function and get a stack trace? -- Configure bugmail:

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #11 from [EMAIL PROTECTED] 2007-04-16 08:55 PST --- Created an attachment (id=9618) -- (http://bugs.freedesktop.org/attachment.cgi?id=9618action=view) gdb Here is a backtrace from getprocaddress. I don't remember which

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #12 from [EMAIL PROTECTED] 2007-04-16 16:19 PST --- OK, I think I've fixed this. The problem was a misunderstanding of how the driInitExtensions() and driInitSingleExtension() functions are used. Get the latest from git

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #7 from [EMAIL PROTECTED] 2007-04-15 00:53 PST --- I just did some more debugging on this, and found that the extension is indeed initialized. Breakpoint 1, _mesa_enable_extension (ctx=0x51fff0, name=0x2b817e8f0fbf

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #8 from [EMAIL PROTECTED] 2007-04-15 00:55 PST --- Bugzilla messed up the formatting, so here's the message without the GDB log, and I'll attach the GDB log separately. I just did some more debugging on this, and found

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-15 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #9 from [EMAIL PROTECTED] 2007-04-15 00:56 PST --- Created an attachment (id=9609) -- (http://bugs.freedesktop.org/attachment.cgi?id=9609action=view) gdb -- Configure bugmail:

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #5 from [EMAIL PROTECTED] 2007-04-10 07:34 PST --- I don't have an R300. I think someone with an R300 card who knows how to use gdb will just have to dig into the problem and figure it out. -- Configure bugmail:

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-10 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #6 from [EMAIL PROTECTED] 2007-04-10 14:44 PST --- Okay. I'll try to take a look into this further with gdb within the next few days. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-09 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #4 from [EMAIL PROTECTED] 2007-04-09 19:13 PST --- Has anyone got any ideas about this? I think that R300 is the only DRI driver to support this extension, so maybe something is broken in the code related to this

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #1 from [EMAIL PROTECTED] 2007-04-04 12:03 PST --- Is line 340 of r300_context.c being executed: ? driInitSingleExtension(ctx, stencil_two_side); Later the actual function should get plugged into the

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #2 from [EMAIL PROTECTED] 2007-04-04 12:55 PST --- Even if I comment that line to make absolutely certain the call to driInitSingleExtension is executed, the getprocaddress test still fails. I'm aware that

[Bug 10523] glActiveStencilFaceEXT causes noop dispatch on R300

2007-04-04 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=10523 --- Comment #3 from [EMAIL PROTECTED] 2007-04-04 13:10 PST --- Just to clarify, I of course mean commenting the if-statement line, not the driInitSingleExtension line itself. -- Configure bugmail: