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
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:
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
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
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
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
-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
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
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
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
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
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
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
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
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
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
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
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
-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
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
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
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
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=33374
Sergey Kondakov changed:
What|Removed |Added
CC||virtuous...@gmail.com
--- Comment #4 f
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
26 matches
Mail list logo