[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-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #6 from Fabio Pedretti 2010-07-01 23:56:29 PDT --- (In reply to comment #5) > Created an attachment (id=36661) View: https://bugs.freedesktop.org/attachment.cgi?id=36661 Review: https://bugs.freedesktop.org/review?bug=28169&attachm

[Mesa-dev] [Bug 28179] GLUT_CFLAGS not used when building glut

2010-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28179 Dan Nicholson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [Mesa-dev] opencl and openvg support

2010-07-01 Thread Matthew Pocock
Thanks. I will try the ubuntu pre- release. Do you know if it supports vg 1.1? Text is quite important to my application. Matthew On Jul 1, 2010 8:12 PM, "Brian Paul" wrote: Matthew Pocock wrote: > > Hi, > > I was wondering if there was any timeline for when opencl (and pos... We have OpenVG su

[Mesa-dev] [Bug 25500] Add linker option to mklib call

2010-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25500 Dan Nicholson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

Re: [Mesa-dev] opencl and openvg support

2010-07-01 Thread Bridgman, John
I believe the AMD implementation also runs on CPUs, not just GPUs. Look for "Stream SDK" at amd.com. - Original Message - From: mesa-dev-bounces+john.bridgman=amd@lists.freedesktop.org To: mesa-dev@lists.freedesktop.org Sent: Thu Jul 01 15:00:13 2010 Subject: Re: [Mesa-dev] openc

Re: [Mesa-dev] [PATCH 1-2] mesa/drm: Purge macro NEED_REPLIES

2010-07-01 Thread Brian Paul
Fernando Carrijo wrote: Signed-off-by: Fernando Carrijo --- tests/ttmtest/src/xf86dri.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) Committed. Thanks. -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.fr

Re: [Mesa-dev] opencl and openvg support

2010-07-01 Thread Brian Paul
Matthew Pocock wrote: Hi, I was wondering if there was any timeline for when opencl (and possibly openvg) will be supported by mesa. Is it something that may happen within a month or so, or perhaps next year, or at some time in the future? The reason I ask is that opencl is supported out-of-

Re: [Mesa-dev] [PATCH 2-2] mesa/mesa: Purge macros NEED_EVENTS and NEED_REPLIES

2010-07-01 Thread Brian Paul
Fernando Carrijo wrote: Signed-off-by: Fernando Carrijo --- src/driclient/src/XF86dri.c|1 - src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c |3 --- src/glx/XF86dri.c |1 - src/glx/apple/appledri.c |2 -- src/glx/dri2.c

Re: [Mesa-dev] Mesa (master): scons: Build xdemos too.

2010-07-01 Thread Jakob Bornecrantz
On 1 jul 2010, at 19.51, Jose Fonseca wrote: Module: Mesa Branch: master Commit: 97af09dccce27cf80b421d41449c9776aec8af6d URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=97af09dccce27cf80b421d41449c9776aec8af6d Hmm can we make the demos repository not report "Mesa" but either "Demo

Re: [Mesa-dev] opencl and openvg support

2010-07-01 Thread Gonsolo
The reason I ask is that opencl is supported out-of-the-box on mac, but not currently on linux to my knowledge. This is a pain when trying to develop cross-platform applications. You can develop with OpenCL on Linux with Nvidia drivers. I guess AMD has it, too. g _

Re: [Mesa-dev] [Mesa3d-dev] mesa doesn't work with compiz (i965 + tips of all branches)

2010-07-01 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Note: I'm sending this reply to mesa-dev@lists.freedesktop.org instead of the old mailing list. Maxim Levitsky wrote: > On Tue, 2010-06-29 at 15:49 -0700, Ian Romanick wrote: > Corbin Simpson wrote: Curious. Admittedly I can't look at the content

Re: [Mesa-dev] [PATCH 2-2] mesa/mesa: Purge macros NEED_EVENTS and NEED_REPLIES

2010-07-01 Thread Fernando Carrijo
Signed-off-by: Fernando Carrijo --- src/driclient/src/XF86dri.c|1 - src/gallium/targets/xorg-vmwgfx/vmw_ctrl.c |3 --- src/glx/XF86dri.c |1 - src/glx/apple/appledri.c |2 -- src/glx/dri2.c |

Re: [Mesa-dev] [PATCH 1-2] mesa/drm: Purge macro NEED_REPLIES

2010-07-01 Thread Fernando Carrijo
Signed-off-by: Fernando Carrijo --- tests/ttmtest/src/xf86dri.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/tests/ttmtest/src/xf86dri.c b/tests/ttmtest/src/xf86dri.c index 5491473..e6e0b89 100644 --- a/tests/ttmtest/src/xf86dri.c +++ b/tests/ttmtest/src/xf86dri.c @@ -

[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-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #5 from Brian Paul 2010-07-01 09:27:23 PDT --- Created an attachment (id=36661) View: https://bugs.freedesktop.org/attachment.cgi?id=36661 Review: https://bugs.freedesktop.org/review?bug=28169&attachment=36661 add num_draw_buffers

[Mesa-dev] [PATCH] Purge macros NEED_EVENTS and NEED_REPLIES

2010-07-01 Thread Fernando Carrijo
These patches remove from mesa/mesa and mesa/drm the few occurrences of the macros NEED_EVENTS and NEED_REPLIES. Relevant background information can be found in the discussion started by the following thread: http://lists.x.org/archives/xorg-devel/2010-July/010663.html ___

[Mesa-dev] opencl and openvg support

2010-07-01 Thread Matthew Pocock
Hi, I was wondering if there was any timeline for when opencl (and possibly openvg) will be supported by mesa. Is it something that may happen within a month or so, or perhaps next year, or at some time in the future? The reason I ask is that opencl is supported out-of-the-box on mac, but not cur

[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-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #4 from Fabio Pedretti 2010-07-01 08:58:06 PDT --- Created an attachment (id=36660) --> (https://bugs.freedesktop.org/attachment.cgi?id=36660) Additiona debug info with 0ad (In reply to comment #3) > Can you provide some additional

[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-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28169 --- Comment #3 from Brian Paul 2010-07-01 08:22:27 PDT --- Can you provide some additional debug info? After hitting the assertion, go up the stack into st_translate_mesa_program() and do the following in gdb: (gdb) call _mesa_print_program(pr