[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 #14 from ajax at nwnk dot net a...@nwnk.net  2009-08-24 12:26:21 
PST ---
Mass version move, cvs - git


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

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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||FIXED




--- Comment #13 from [EMAIL PROTECTED]  2007-04-16 23:32 PST ---
Latest Git works perfectly, thanks! 


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 CFLAGS I
compiled Mesa with last, but in this case it makes little difference to the
backtrace.


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 and close this report if it's OK.


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 GL_EXT_stencil_two_side) at main/extensions.c:459 459
   set_extension(ctx, name, GL_TRUE); (gdb)  Continuing. Mesa 6.5.3
implementation error: User called no-op dispatch function (an unsupported
extension function?) Please report at bugzilla.freedesktop.org  Program exited
with code 01.  But it seems that I'm still getting the no-op dispatch. I
checked and even ctx-Extensions-EXT_stencil_two_side it set correctly; it's
set to 1.  I'm not sure why it's getting the no-op dispatch. Brian, could you
offer some pointers about where to look to debug this further? 


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 that the extension is indeed
initialized.

But it seems that I'm still getting the no-op dispatch. I checked and even
ctx-Extensions-EXT_stencil_two_side it set correctly; it's set to 1.

I'm not sure why it's getting the no-op dispatch. Brian, could you offer some
pointers about where to look to debug this further?


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

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 extension? 


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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 dispatch table in
main/state.c at line 579:

   SET_ActiveStencilFaceEXT(exec, _mesa_ActiveStencilFaceEXT);

Note that GL_EXT_stencil_two_side is incompatible with OpenGL 2.0 - see
comments at top of main/stencil.c


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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 GL_EXT_stencil_two_side conflicts with OpenGL 2.0, but this isn't a
problem. I target OpenGL 1.3 plus extensions. 


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

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel