[Mesa-dev] [Bug 10966] workaround to avoid the assert main/renderbuffer.c:2041: _mesa_add_renderbuffer:...

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=10966 --- Comment #16 from Brian Paul 2010-07-02 17:25:39 PDT --- OK, osmesa patch pushed as commit 91c37599f621a0ec498c0f0add14f16470ca852b The SIS and Unichrome drivers probably need similar fixes, if anyone cares. -- Configure bugmail: https://bu

[Mesa-dev] [Bug 10966] workaround to avoid the assert main/renderbuffer.c:2041: _mesa_add_renderbuffer:...

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=10966 --- Comment #15 from Tom Fogal 2010-07-02 17:12:11 PDT --- Brian, yeah, that fixes the crash && rendering works as expected. Thanks for the quick response. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Mesa-dev] [PATCH] egl: Always use EGLAPIENTRY in api function prototypes

2010-07-02 Thread nobled
Fixes the build on Windows. --- src/egl/main/eglapi.c | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/egl/main/eglapi.c b/src/egl/main/eglapi.c index 1ec1486..d51ffad 100644 --- a/src/egl/main/eglapi.c +++ b/src/egl/main/eglapi.c @@ -965,

[Mesa-dev] [Bug 28894] slang build fails if absolute path contains spaces

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28894 nobled changed: What|Removed |Added CC||nob...@dreamwidth.org -- Configure bugmail: ht

[Mesa-dev] [Bug 28894] New: slang build fails if absolute path contains spaces

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28894 Summary: slang build fails if absolute path contains spaces Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: normal Priority: medium

[Mesa-dev] [Bug 10966] workaround to avoid the assert main/renderbuffer.c:2041: _mesa_add_renderbuffer:...

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=10966 --- Comment #14 from Brian Paul 2010-07-02 15:05:21 PDT --- Created an attachment (id=36700) View: https://bugs.freedesktop.org/attachment.cgi?id=36700 Review: https://bugs.freedesktop.org/review?bug=10966&attachment=36700 patch for OSMesa dr

[Mesa-dev] [Bug 10966] workaround to avoid the assert main/renderbuffer.c:2041: _mesa_add_renderbuffer:...

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=10966 --- Comment #13 from Tom Fogal 2010-07-02 14:38:55 PDT --- Potentially the same bug: http://www.cmake.org/Bug/view.php?id=10900 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail b

[Mesa-dev] [Bug 10966] workaround to avoid the assert main/renderbuffer.c:2041: _mesa_add_renderbuffer:...

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=10966 Tom Fogal changed: What|Removed |Added CC||tfo...@alumni.unh.edu --- Comment #12 from T

Re: [Mesa-dev] opencl and openvg support

2010-07-02 Thread Zack Rusin
On Friday 02 July 2010 12:42:51 Roland Scheidegger wrote: > There is some code for 1.1 (all using #ifdef OPENVG_VERSION_1_1). > Not really sure on the status of this, but I don't think this works, > might not even compile, so the answer is probably no. Correct, 1.1, in particular text, hasn't been

Re: [Mesa-dev] opencl and openvg support

2010-07-02 Thread Roland Scheidegger
There is some code for 1.1 (all using #ifdef OPENVG_VERSION_1_1). Not really sure on the status of this, but I don't think this works, might not even compile, so the answer is probably no. Roland On 01.07.2010 21:45, Matthew Pocock wrote: > Thanks. I will try the ubuntu pre- release. Do you know

[Mesa-dev] [Bug 28169] [Gallium] state_tracker/st_mesa_to_tgsi.c:181: dst_register: Assertion `t->outputMapping[index] < (sizeof(t->outputs)/sizeof(*(t->outputs)))' failed

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 28169] [Gallium] state_tracker/st_mesa_to_tgsi.c:181: dst_register: Assertion `t->outputMapping[index] < (sizeof(t->outputs)/sizeof(*(t->outputs)))' failed

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #10 from Fabio Pedretti 2010-07-02 09:12:59 PDT --- (In reply to comment #9) > Created an attachment (id=36690) View: https://bugs.freedesktop.org/attachment.cgi?id=36690 Review: https://bugs.freedesktop.org/review?bug=28169&attach

[Mesa-dev] [Bug 28169] [Gallium] state_tracker/st_mesa_to_tgsi.c:181: dst_register: Assertion `t->outputMapping[index] < (sizeof(t->outputs)/sizeof(*(t->outputs)))' failed

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #9 from Brian Paul 2010-07-02 09:04:47 PDT --- Created an attachment (id=36690) View: https://bugs.freedesktop.org/attachment.cgi?id=36690 Review: https://bugs.freedesktop.org/review?bug=28169&attachment=36690 Check number of draw

[Mesa-dev] [Bug 28169] [Gallium] state_tracker/st_mesa_to_tgsi.c:181: dst_register: Assertion `t->outputMapping[index] < (sizeof(t->outputs)/sizeof(*(t->outputs)))' failed

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #8 from Fabio Pedretti 2010-07-02 08:41:14 PDT --- I updated up to 291bcfd8 and applied the patch. Now it asserts with: pyrogenesis: main/texenvprogram.c:491: make_state_key: Assertion `key->num_draw_buffers > 0' failed. -- Configu

[Mesa-dev] [Bug 28169] [Gallium] state_tracker/st_mesa_to_tgsi.c:181: dst_register: Assertion `t->outputMapping[index] < (sizeof(t->outputs)/sizeof(*(t->outputs)))' failed

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #7 from Brian Paul 2010-07-02 08:01:47 PDT --- Created an attachment (id=36689) View: https://bugs.freedesktop.org/attachment.cgi?id=36689 Review: https://bugs.freedesktop.org/review?bug=28169&attachment=36689 An additional debug

[Mesa-dev] [Bug 28889] [regression] wine game crash

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28889 Fabio Pedretti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 28889] [regression] wine game crash

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28889 --- Comment #1 from Brian Paul 2010-07-02 07:09:14 PDT --- Commit e845765f0f8791a0e6c2e54b91ebf9f0e831d19f should fix this. Please verify and close this bug if it's OK. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Mesa-dev] [Bug 28889] [regression] wine game crash

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28889 Fabio Pedretti changed: What|Removed |Added CC||bri...@vmware.com -- Configure bugmail

[Mesa-dev] [Bug 28889] New: [regression] wine game crash

2010-07-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28889 Summary: [regression] wine game crash Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium