[Mesa-dev] [Bug 29744] Loader failure for egl_gallium

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29744 --- Comment #4 from Benjamin Franzke benjaminfran...@googlemail.com 2010-08-22 23:00:32 PDT --- hm what has this directly to do with DRI drivers? That code is executed after loading a pipe module, so lib/egl/pipe_radeon.so and not the dri

[Mesa-dev] [PATCH] glsl / imports.h: fix MSVC build

2010-08-23 Thread Aras Pranckevicius
Hi, Attached patch fixes MSVC (2008) build. MSVC was still missing truncf, exp2f, log2f (all used in GLSL2). MSVC does not have trunc(), so defining truncf() to trunc() does not quite work. The _XOPEN_SOURCE usage looked pretty weird as well; it made whole that block not be included if the

Re: [Mesa-dev] [PATCH] glsl / imports.h: fix MSVC build

2010-08-23 Thread Chia-I Wu
On Mon, Aug 23, 2010 at 2:25 PM, Aras Pranckevicius a...@unity3d.com wrote: Hi, Attached patch fixes MSVC (2008) build. MSVC was still missing truncf, exp2f, log2f (all used in GLSL2). MSVC does not have trunc(), so defining truncf() to trunc() does not quite work. The _XOPEN_SOURCE usage

Re: [Mesa-dev] [PATCH] glsl / imports.h: fix MSVC build

2010-08-23 Thread Aras Pranckevicius
Not that familiar with MSVC, but when I built Mesa on Windows the other day, other than the defines introduced by this patch, these functions were also missing: snprintf, strtoll, and isblank. Is it me or the patch that misses something? Could be; I'm not actually building full Mesa (just

[Mesa-dev] [Bug 29744] Loader failure for egl_gallium

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29744 --- Comment #5 from Chia-I Wu olva...@gmail.com 2010-08-23 00:01:21 PDT --- (In reply to comment #4) hm what has this directly to do with DRI drivers? Just tried to clarify the naming of the DRI drivers for AMD/ATI hardwares, which EGL follows.

[Mesa-dev] [Bug 29744] Loader failure for egl_gallium

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29744 --- Comment #6 from Chia-I Wu olva...@gmail.com 2010-08-23 00:09:06 PDT --- (In reply to comment #3) (In reply to comment #2) Hmm. Could you enlighten me which DRI driver would libGL load on your system? r300_dri or radeon_dri? It

Re: [Mesa-dev] [PATCH] glsl / imports.h: fix MSVC build

2010-08-23 Thread Chia-I Wu
On Mon, Aug 23, 2010 at 2:57 PM, Aras Pranckevicius a...@unity3d.com wrote: Not that familiar with MSVC, but when I built Mesa on Windows the other day, other than the defines introduced by this patch, these functions were also missing: snprintf, strtoll, and isblank.  Is it me or the patch

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #1 from Chia-I Wu olva...@gmail.com 2010-08-23 00:42:13 PDT --- It seems to be a symptom of mixing FEATURE_GL libglsl.a with FEATURE_ES2 libes2gallium.a. There are several ways a) build FEATURE_ES2 libes2sl.a as well as libglsl.a

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #3 from Chia-I Wu olva...@gmail.com 2010-08-23 04:08:09 PDT --- Created an attachment (id=38090) View: https://bugs.freedesktop.org/attachment.cgi?id=38090 Review: https://bugs.freedesktop.org/review?bug=29745attachment=38090 glsl:

[Mesa-dev] [Bug 29744] Loader failure for egl_gallium

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29744 --- Comment #7 from Marek Olšák mar...@gmail.com 2010-08-23 05:28:19 PDT --- We plan to rename all occurences of radeong_dri and radeon_dri to r300_dri. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #4 from Brian Paul brian.e.p...@gmail.com 2010-08-23 05:43:24 PDT --- Looks good to me. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Mesa-dev] 7.8.3 release

2010-08-23 Thread tom fogal
I've seen a couple patches come up recently that were appropriate for 7.8. I've applied them in my repo: http://cgit.freedesktop.org/~tfogal/mesa/atom/?h=7.8 git://anongit.freedesktop.org/~tfogal/mesa Commit messages are appended for convenience [1]. Anyway the point of this mail is that

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 29747, which changed state. Bug 29747 Summary: [glsl2 i965] varying matrix gets assertion `c-regs[PROGRAM_STATE_VAR][index].nr != 0' https://bugs.freedesktop.org/show_bug.cgi?id=29747 What|Old Value

[Mesa-dev] [Bug 29608] Regression crash when a function return type is invalid (following GLSL2 merge)

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29608 Eric Anholt e...@anholt.net changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa-dev] [PATCHES] clang compatibility

2010-08-23 Thread José Fonseca
On Sun, 2010-08-22 at 02:35 -0700, nobled wrote: The first three attached patches make it possible to compile Mesa with LLVM/Clang: 1. Add -lstdc++ when linking glsl_compiler and glcpp 2. Move -lstdc++ from the Gallium-specific Makefile.dri to DRI_LIB_DEPS in configure (fixes linking classic

[Mesa-dev] [Bug 29745] glsl2 crash

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29745 --- Comment #5 from Eric Anholt e...@anholt.net 2010-08-23 15:03:48 PDT --- Agreed on b). Removing FEATURE_* ifdefs ftw. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Mesa-dev] [Bug 29722] [glsl] Unigine Sanctuary v2.2 assertion failed

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29722 Eric Anholt e...@anholt.net changed: What|Removed |Added Status|NEW |ASSIGNED

[Mesa-dev] [Bug 29770] New: SIGSEGV program/ir_to_mesa.cpp:1596

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29770 Summary: SIGSEGV program/ir_to_mesa.cpp:1596 Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: critical Priority:

[Mesa-dev] [Bug 29770] SIGSEGV program/ir_to_mesa.cpp:1596

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29770 Vinson Lee v...@vmware.com changed: What|Removed |Added AssignedTo|mesa-...@lists.freedesktop. |e...@anholt.net

[Mesa-dev] [Bug 29044] GLSL compiler tracker

2010-08-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=29044 Bug 29044 depends on bug 28748, which changed state. Bug 28748 Summary: [i965] uninlined function calls support https://bugs.freedesktop.org/show_bug.cgi?id=28748 What|Old Value |New Value