[Mesa3d-dev] [Bug 24320] glXQueryDrawable returns 0 for all attributes except GLX_FBCONFIG_ID

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24320 --- Comment #2 from Andrey Tsyvarev tsyva...@ispras.ru 2009-10-07 02:48:00 PST --- GLX version, shown by glxinfo, is 1.4. X server is Xvfb, native for Ubuntu 8.10. Normally, it corresponds with Mesa 6.2(GLX version 1.2), but when runnning

[Mesa3d-dev] [Bug 24318] Fix building of GLSL demos which use M_PI when M_PI is not defined by math.h

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24318 Jon TURNEY jon.tur...@dronecode.org.uk changed: What|Removed |Added Status|RESOLVED|REOPENED

[Mesa3d-dev] [Bug 24320] glXQueryDrawable returns 0 for all attributes except GLX_FBCONFIG_ID

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24320 --- Comment #3 from Corbin Simpson mostawesomed...@gmail.com 2009-10-07 05:41:01 PST --- Ian and I discussed this last week. We were not reporting GLX 1.4 until very recently (the patch just came in a few days ago) so I'm a bit skeptical

[Mesa3d-dev] [Bug 24318] Fix building of GLSL demos which use M_PI when M_PI is not defined by math.h

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24318 --- Comment #8 from Matt Turner matts...@gmail.com 2009-10-07 06:37:45 PST --- IIRC when compiling with gcc -ansi, M_PI isn't defined. In my math.h, its definition is wrapped in '#if defined __USE_BSD || defined __USE_XOPEN' -- Configure

[Mesa3d-dev] [Bug 24365] [7.6] glxinfo: main/context.c:640: check_context_limits: Assertion failed

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24365 --- Comment #1 from Brian Paul brian.e.p...@gmail.com 2009-10-07 07:24:21 PST --- Hopefully one of the Radeon developers can reproduce this. If the user could use gdb to get the values for ctx-Const.MaxTextureCoordUnits and

[Mesa3d-dev] [Bug 21334] I would like a new account to publish a new gprof project

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21334 --- Comment #3 from Brian Paul brian.e.p...@gmail.com 2009-10-07 07:29:01 PST --- Can we give Robert a FD.O account so he can set up his own git repo first, then someday give him access to the Mesa repo? We don't give access to the git repo

[Mesa3d-dev] [Bug 24320] glXQueryDrawable returns 0 for all attributes except GLX_FBCONFIG_ID

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24320 --- Comment #4 from Andrey Tsyvarev tsyva...@ispras.ru 2009-10-07 07:46:47 PST --- Created an attachment (id=30141) -- (http://bugs.freedesktop.org/attachment.cgi?id=30141) glxinfo output GLX 1.4 on the server is only when LD_LIBRARY_PATH

[Mesa3d-dev] [Bug 24320] glXQueryDrawable returns 0 for all attributes except GLX_FBCONFIG_ID

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24320 --- Comment #5 from Andrey Tsyvarev tsyva...@ispras.ru 2009-10-07 07:49:47 PST --- Created an attachment (id=30142) -- (http://bugs.freedesktop.org/attachment.cgi?id=30142) glxinfo output without additional environment variables Real

[Mesa3d-dev] [Bug 24321] glXQueryExtension doesn't set eventBase and errorBase

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24321 --- Comment #3 from Andrey Tsyvarev tsyva...@ispras.ru 2009-10-07 08:00:41 PST --- Yes, I use Mesa, configured with --with-driver=xlib. errorbase and eventbase values are meaningless Is this mean, that GLX errors and events have never

[Mesa3d-dev] [Bug 24320] glXQueryDrawable returns 0 for all attributes except GLX_FBCONFIG_ID

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24320 --- Comment #6 from Brian Paul brian.e.p...@gmail.com 2009-10-07 08:44:55 PST --- OK, there's a few bugs in the fake GLX code here. I've committed fixes to the Mesa 7.6 branch. For the real GLX case (the second glxinfo) you've only got GLX

[Mesa3d-dev] [Bug 21334] I would like a new account to publish a new gprof project

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21334 --- Comment #4 from b...@o-hand.com 2009-10-07 09:55:04 PST --- (In reply to comment #3) Can we give Robert a FD.O account so he can set up his own git repo first, then someday give him access to the Mesa repo? We don't give access to

[Mesa3d-dev] [Bug 24365] [7.6] glxinfo: main/context.c:640: check_context_limits: Assertion failed

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24365 --- Comment #2 from Nicolai Hähnle nhaeh...@gmail.com 2009-10-07 12:33:07 PST --- Brian, I cannot reproduce this here (and I really doubt it can happen unless you mess with your driconf settings - maybe the original reporter should check

[Mesa3d-dev] [Bug 24365] [7.6] glxinfo: main/context.c:640: check_context_limits: Assertion failed

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24365 --- Comment #3 from Brian Paul brian.e.p...@gmail.com 2009-10-07 13:23:38 PST --- In the fixed-function paths we use ctx-Const.MaxTextureCoordUnits all over the place. For fixed-function we have to have a texture image unit for each coord

[Mesa3d-dev] [Bug 24321] glXQueryExtension doesn't set eventBase and errorBase

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24321 --- Comment #4 from Brian Paul brian.e.p...@gmail.com 2009-10-07 13:42:30 PST --- You're right, we can always call XQueryExtension(). We'll always return True from glXQueryExtension() since we're trying to fake GLX. But when there really is

[Mesa3d-dev] [Bug 24321] glXQueryExtension doesn't set eventBase and errorBase

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24321 --- Comment #5 from Brian Paul brian.e.p...@gmail.com 2009-10-07 13:47:32 PST --- Created an attachment (id=30145) -- (http://bugs.freedesktop.org/attachment.cgi?id=30145) another patch for glXQueryContext() -- Configure bugmail:

[Mesa3d-dev] [PATCH] adds a test that checks for the bug 23746 that causes glUseProgram to fail when included in a display list.

2009-10-07 Thread Ben Holmes
--- tests/all.tests |5 +- tests/bugs/CMakeLists.txt |1 + tests/bugs/fdo23746.c | 193 + 3 files changed, 197 insertions(+), 2 deletions(-) create mode 100644 tests/bugs/fdo23746.c diff --git a/tests/all.tests b/tests/all.tests

[Mesa3d-dev] [Bug 21334] I would like a new account to publish a new gprof project

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21334 Daniel Stone dan...@fooishbar.org changed: What|Removed |Added AssignedTo|mesa3d-

[Mesa3d-dev] [Bug 24365] [7.6] glxinfo: main/context.c:640: check_context_limits: Assertion failed

2009-10-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24365 Samium Gromoff _deepf...@feelingofgreen.ru changed: What|Removed |Added CC|