[Mesa-dev] [Bug 33676] cmake build fail

2011-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33676 --- Comment #1 from Andrew Randrianasulu 2011-01-28 23:57:54 PST --- and i have glew-1.5.1-i486-1.txz installed Initially i tried to just use ./configure (and it complained about missing glew). Then it run OK and build few demos, but far f

[Mesa-dev] [Bug 33676] New: cmake build fail

2011-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33676 Summary: cmake build fail Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component:

[Mesa-dev] [Bug 33374] [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop)

2011-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33374 --- Comment #6 from Dave Witbrodt 2011-01-28 21:30:23 PST --- I found that executing this works: $ /usr/bin/makedepend -I/usr/lib/gcc/x86_64-linux-gnu/4.4.5/include -I/usr/lib/gcc/x86_64-linux-gnu/4.4.5/include-fixed -f- -D_GNU_SOURCE -DPTHREAD

[Mesa-dev] [Bug 33374] [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop)

2011-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33374 --- Comment #5 from Dave Witbrodt 2011-01-28 21:14:21 PST --- (In reply to comment #1) Some further information. The 'depend' file generated by 'makedepend' ends up with this as its contents: $ cat src/mapi/shared-glapi/depend # DO NOT DELETE

[Mesa-dev] [Bug 33446] make distclean leaves some files

2011-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33446 --- Comment #2 from Bryan Henderson 2011-01-28 19:40:36 PST --- Created an attachment (id=42681) View: https://bugs.freedesktop.org/attachment.cgi?id=42681 Review: https://bugs.freedesktop.org/review?bug=33446&attachment=42681 This make 'make

Re: [Mesa-dev] st/mesa: support for 1D/2D texture arrays

2011-01-28 Thread Brian Paul
On 01/28/2011 08:08 AM, Brian Paul wrote: On 01/27/2011 01:57 PM, Christoph Bumiller wrote: This doesn't work, you use pipe_resource.depth0 for the array size but the gallium interface wants you to use pipe_resource.array_size. Do we fix the state tracker or the interface ? Yeah, I messed up t

Re: [Mesa-dev] [PATCH] mesa: Set -Werror=declaration-after-statement in mesa/Makefile

2011-01-28 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/28/2011 02:15 PM, Chad Versace wrote: > On 01/28/2011 01:03 PM, Brian Paul wrote: >> I think this should be done up in the configure.ac file. Otherwise >> we're assuming gcc in the Makefile. > > I was attempting to limit this change to files wi

Re: [Mesa-dev] [PATCH] mesa: Set -Werror=declaration-after-statement in mesa/Makefile

2011-01-28 Thread Brian Paul
On Fri, Jan 28, 2011 at 3:15 PM, Chad Versace wrote: > On 01/28/2011 01:03 PM, Brian Paul wrote: >> I think this should be done up in the configure.ac file.  Otherwise >> we're assuming gcc in the Makefile. > > I was attempting to limit this change to files within core mesa. > > Setting this optio

Re: [Mesa-dev] Mesa (master): glcpp: Demote "macro redefined" from an error to a warning

2011-01-28 Thread Carl Worth
On Fri, 28 Jan 2011 08:42:23 -0800, Ian Romanick wrote: > Given the date on this commit, I'm going to assume that you pushed this > by mistake. We decided months ago that this test case was just plain > wrong, and we removed it from the test list. Could you please revert > this commit? Ah, that

Re: [Mesa-dev] [PATCH] mesa: Set -Werror=declaration-after-statement in mesa/Makefile

2011-01-28 Thread Chad Versace
On 01/28/2011 01:03 PM, Brian Paul wrote: > I think this should be done up in the configure.ac file. Otherwise > we're assuming gcc in the Makefile. I was attempting to limit this change to files within core mesa. Setting this option globally breaks the Intel driver build, because those drivers

Re: [Mesa-dev] [PATCH] mesa: Set -Werror=declaration-after-statement in mesa/Makefile

2011-01-28 Thread Brian Paul
On 01/28/2011 12:53 PM, Chad Versace wrote: MSVC does not support C99. To prevent GCC users from breaking the MSVC build, explicit errors must be set. --- src/mesa/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index

[Mesa-dev] [PATCH] mesa: Set -Werror=declaration-after-statement in mesa/Makefile

2011-01-28 Thread Chad Versace
MSVC does not support C99. To prevent GCC users from breaking the MSVC build, explicit errors must be set. --- src/mesa/Makefile |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 25e7cce..bb4d04d 100644 --- a/src/mesa/Makefile

Re: [Mesa-dev] Fwd: [PATCH] fix missing files in mesa tarballs (HEAD)

2011-01-28 Thread Kenneth Graunke
On Friday, January 28, 2011 12:22:37 pm Marek Olšák wrote: > Hi, > > I have received the patch below privately and I don't know the GLSL > compiler so well to be able to ack it. GLSL people, please review/apply. > > Marek Thanks, I've applied this. Now that builtin_function.cpp is generated at

[Mesa-dev] Fwd: [PATCH] fix missing files in mesa tarballs (HEAD)

2011-01-28 Thread Marek Olšák
Hi, I have received the patch below privately and I don't know the GLSL compiler so well to be able to ack it. GLSL people, please review/apply. Marek -- Forwarded message -- From: Thierry Vignaud Date: Fri, Jan 28, 2011 at 2:07 AM Subject: [PATCH] fix missing files in mesa tarb

[Mesa-dev] [PATCH mesa-demos] cmake: fix egl/opengl compilation (needs -lm)

2011-01-28 Thread Paulo Zanoni
Signed-off-by: Paulo Zanoni --- My cmake-fu is not good. Maybe there are better ways to fix this. Suggestions are always welcome =D src/egl/opengl/CMakeLists.txt |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/egl/opengl/CMakeLists.txt b/src/egl/opengl/CMakeList

[Mesa-dev] [RFC mesa-demos] Add --with-system-data-files configure option

2011-01-28 Thread Paulo Zanoni
Hello One of the problems with mesa-demos is that the demos have hardcoded paths to data files (example: fopen("../images/something.rgb", ...)). Distributions shipping the package need to "sed" all those paths in order to ship working demos. This patch introduces a DEMOS_DATA_DIR definition that s

Re: [Mesa-dev] Mesa (master): mesa: Add AMD_conservative_depth to extension list

2011-01-28 Thread Chad Versace
Thanks for catching that. Fix is pushed. On 01/27/2011 01:02 PM, Ian Romanick wrote: > On 01/26/2011 05:49 PM, Chad Versace wrote: >> --- a/src/mesa/main/extensions.c >> +++ b/src/mesa/main/extensions.c >> @@ -250,6 +250,7 @@ static const struct extension extension_table[] = { > >> /* Vendor

Re: [Mesa-dev] [PATCH 1/2] mesa: support internalFormat=GL_BGRA in TexImage2D

2011-01-28 Thread Chad Versace
On 01/25/2011 06:49 AM, José Fonseca wrote: > On Sat, 2011-01-22 at 19:18 -0800, Chad Versace wrote: >> On Sat, Jan 22, 2011 at 17:46, Ian Romanick wrote: >>> What I want is a way with cmake to build files twice. The first time >>> will be in the existing way. The second time will compile with

Re: [Mesa-dev] Mesa (master): glcpp: Demote "macro redefined" from an error to a warning

2011-01-28 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/27/2011 09:16 PM, Carl Worth wrote: > Module: Mesa > Branch: master > Commit: d3df641f0aba99b0b65ecd4d9b06798bca090a29 > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3df641f0aba99b0b65ecd4d9b06798bca090a29 > > Author: Carl Worth

Re: [Mesa-dev] Mesa (master): mesa: fix compilation

2011-01-28 Thread José Fonseca
On Thu, 2011-01-27 at 13:07 -0800, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 01/26/2011 06:16 PM, Zack Rusin wrote: > > Module: Mesa > > Branch: master > > Commit: 59dbdbbb7d0ff90dc7561b1bc337bbb918755103 > > URL: > > http://cgit.freedesktop.org/mesa/mesa/com

Re: [Mesa-dev] st/mesa: support for 1D/2D texture arrays

2011-01-28 Thread Roland Scheidegger
Am 28.01.2011 16:08, schrieb Brian Paul: > On 01/27/2011 01:57 PM, Christoph Bumiller wrote: >> This doesn't work, you use pipe_resource.depth0 for the array size but >> the gallium interface wants you to use pipe_resource.array_size. >> Do we fix the state tracker or the interface ? > > Yeah, I m

Re: [Mesa-dev] st/mesa: support for 1D/2D texture arrays

2011-01-28 Thread Brian Paul
On 01/27/2011 01:57 PM, Christoph Bumiller wrote: This doesn't work, you use pipe_resource.depth0 for the array size but the gallium interface wants you to use pipe_resource.array_size. Do we fix the state tracker or the interface ? Yeah, I messed up there. I started fixing this last night but

[Mesa-dev] [Bug 33649] New: [PATCH] Properly check libdrm_radeon version

2011-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33649 Summary: [PATCH] Properly check libdrm_radeon version Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: trivial Priority: medium

Re: [Mesa-dev] [PATCH 1/1] Link libEGL.so against libglapi.so

2011-01-28 Thread Jammy Zhou
On Fri, Jan 28, 2011 at 4:52 PM, Chia-I Wu wrote: > On Fri, Jan 28, 2011 at 9:22 AM, Jammy Zhou wrote: > > Just to make sure that this patch was sent out, so replied again here. > > > > Hi Chia-I, > > > > Could you please review this small patch? > Sorry for the slow response. I recently had a

[Mesa-dev] [Bug 33374] [bisect] FTBFS on commit 9767d3b5 (glapi: Fix OpenGL ES 1.1 and 2.0 interop)

2011-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33374 Sergey Kondakov changed: What|Removed |Added CC||virtuous...@gmail.com --- Comment #4 f

Re: [Mesa-dev] [PATCH 1/1] Link libEGL.so against libglapi.so

2011-01-28 Thread Chia-I Wu
On Fri, Jan 28, 2011 at 9:22 AM, Jammy Zhou wrote: > Just to make sure that this patch was sent out, so replied again here. > > Hi Chia-I, > > Could you please review this small patch? Sorry for the slow response. I recently had a surgery and I was not able to spend much time on my inbox. I will