Lots of code (deleted in this patch) tried to make type == result->type,
but not all cases did. Don't pretend; just use result->type.
---
src/glsl/ast_to_hir.cpp | 23 ---
1 files changed, 4 insertions(+), 19 deletions(-)
Why, so it does! Good catch. Of course, "type" is
https://bugs.freedesktop.org/show_bug.cgi?id=36139
--- Comment #1 from Michel Dänzer 2011-04-12 02:53:11 PDT
---
You're not passing -fPIC in CXXFLAGS?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the ass
On 04/11/2011 11:52 PM, kumar vemuri wrote:
Hi Brian,
I did use --enable-debug with configure. But still i dont see gdb
stepping into gl calls... it does step into the glu calls though.
This is my configure command: ./configure --enable-debug
--enable-gallium-i915 --enable-gallium-swrast
https://bugs.freedesktop.org/show_bug.cgi?id=36173
Summary: struct renderbuffer's 'format' field never set when
using FBO
Product: Mesa
Version: git
Platform: Other
OS/Version: Linux (All)
Status: NEW
Seve
https://bugs.freedesktop.org/show_bug.cgi?id=36173
--- Comment #1 from pell...@gmail.com 2011-04-12 09:02:03 PDT ---
Created an attachment (id=45538)
View: https://bugs.freedesktop.org/attachment.cgi?id=45538
Review: https://bugs.freedesktop.org/review?bug=36173&attachment=45538
proposed patch
On Mon, 11 Apr 2011 15:51:55 -0700, Ian Romanick wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 04/09/2011 10:17 PM, Eric Anholt wrote:
> > This prevents later errors (including an assertion failure) from
> > cascading the failure.
> >
> > Fixes invalid-equality-04.vert.
> > ---
On Tue, 12 Apr 2011 00:36:59 -0700, Kenneth Graunke
wrote:
> Lots of code (deleted in this patch) tried to make type == result->type,
> but not all cases did. Don't pretend; just use result->type.
> ---
> src/glsl/ast_to_hir.cpp | 23 ---
> 1 files changed, 4 insertions(+)
https://bugs.freedesktop.org/show_bug.cgi?id=29789
Eric Anholt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29620
Eric Anholt changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=29789
--- Comment #10 from Eric Anholt 2011-04-12 10:10:59 PDT ---
*** Bug 29620 has been marked as a duplicate of this bug. ***
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: -
https://bugs.freedesktop.org/show_bug.cgi?id=36139
--- Comment #2 from Burlen 2011-04-12 10:37:51 PDT ---
I thought mesa is a c library, and thus CXXFLAGS is not needed. Do I need it?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail
https://bugs.freedesktop.org/show_bug.cgi?id=36139
--- Comment #3 from Michel Dänzer 2011-04-12 10:43:49 PDT
---
(In reply to comment #2)
> I thought mesa is a c library, and thus CXXFLAGS is not needed. Do I need it?
Probably; the new GLSL compiler is implemented in C++.
--
Configure bugmail
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/12/2011 09:40 AM, Eric Anholt wrote:
> On Mon, 11 Apr 2011 15:51:55 -0700, Ian Romanick wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 04/09/2011 10:17 PM, Eric Anholt wrote:
>>> This prevents later errors (including an asse
Hi,
Is there a list of OpenGL features/extensions that Mesa won't implement,
and should thus be avoided when developing a new OpenGL application? [*]
I know that S3TC has possible patent issues, and Mesa can't support it
in the official release.
Is there anything else in OpenGL 3.x (or OpenGL 4.x
On Tue, 2011-04-12 at 21:19 +0300, Török Edwin wrote:
> Hi,
>
> Is there a list of OpenGL features/extensions that Mesa won't implement,
> and should thus be avoided when developing a new OpenGL application? [*]
>
> I know that S3TC has possible patent issues, and Mesa can't support it
> in the o
---
src/mesa/drivers/dri/i965/brw_defines.h | 11 +++---
src/mesa/drivers/dri/i965/brw_draw.c| 53 ++-
src/mesa/drivers/dri/i965/brw_structs.h | 19 ---
3 files changed, 37 insertions(+), 46 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_defi
On Tue, 12 Apr 2011 21:19:46 +0300, Török Edwin wrote:
> Hi,
>
> Is there a list of OpenGL features/extensions that Mesa won't implement,
> and should thus be avoided when developing a new OpenGL application? [*]
>
> I know that S3TC has possible patent issues, and Mesa can't support it
> in the
On 2011-04-12 22:51, Eric Anholt wrote:
> On Tue, 12 Apr 2011 21:19:46 +0300, Török Edwin wrote:
>> Hi,
>>
>> Is there a list of OpenGL features/extensions that Mesa won't implement,
>> and should thus be avoided when developing a new OpenGL application? [*]
>>
>> I know that S3TC has possible pat
https://bugs.freedesktop.org/show_bug.cgi?id=29646
Karl Tomlinson changed:
What|Removed |Added
CC||bugs.freedesk...@karlt.net
--
Configur
From: Chad Versace
Release the old depth region and reference the new one *only* if it has
changed.
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/brw_vtbl.c | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_vtbl.c
b/src
From: Chad Versace
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/brw_context.h| 21 -
src/mesa/drivers/dri/i965/brw_misc_state.c |3 +++
2 files changed, 23 insertions(+), 1 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_context.h
b/src/mesa/
From: Chad Versace
This depth format was added in Gen5.
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/brw_defines.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h
b/src/mesa/drivers/dri/i965/brw_defines.h
index 6c61
From: Chad Versace
... because grokking explicit assertions requires fewer neurons.
In brw_misc_state.c:emit_depthbuffer, change
assert(tiling != I915_TILING_X && tiling != I915_TILING_NONE)
to
assert(tiling == I915_TILING_Y)
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/b
Since we never enable the GS on Sandybridge, there's no need to allocate
it any URB space.
Furthermore, the previous calculation was incorrect: it neglected to
multiply by nr_vs_entries, instead comparing whether twice the size of
a single VS URB entry was bigger than the entire URB space. It als
On 04/12/2011 03:33 PM, c...@chad-versace.us wrote:
From: Chad Versace
... because grokking explicit assertions requires fewer neurons.
In brw_misc_state.c:emit_depthbuffer, change
assert(tiling != I915_TILING_X&& tiling != I915_TILING_NONE)
to
assert(tiling == I915_TILING_Y)
Signed
On 04/12/2011 03:33 PM, c...@chad-versace.us wrote:
From: Chad Versace
This depth format was added in Gen5.
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/brw_defines.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h
On 04/12/2011 03:33 PM, c...@chad-versace.us wrote:
From: Chad Versace
Signed-off-by: Chad Versace
Glad to see these comments! This should help prevent people (like
myself) from rabbit-trailing and thinking this is the original pointer.
I'll trust your analysis of the situation.
Acked-by:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 04/12/2011 03:33 PM, c...@chad-versace.us wrote:
> From: Chad Versace
>
> ... because grokking explicit assertions requires fewer neurons.
>
> In brw_misc_state.c:emit_depthbuffer, change
> assert(tiling != I915_TILING_X && tiling != I915_TIL
On 04/12/2011 03:33 PM, c...@chad-versace.us wrote:
From: Chad Versace
Release the old depth region and reference the new one *only* if it has
changed.
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/brw_vtbl.c | 10 --
1 files changed, 4 insertions(+), 6 deletions(-)
di
On 04/12/2011 03:50 PM, Kenneth Graunke wrote:
> It would be nice to have a /* GEN5 */ or /* ILK */ comment here, similar
> to other #defines.
>
> Either way,
> Reviewed-by: Kenneth Graunke
> ___
I'll add the /* GEN5 */ comment. That may lessen some fu
https://bugs.freedesktop.org/show_bug.cgi?id=36182
Marek Olšák changed:
What|Removed |Added
Summary|Game Trine from |Game Trine from
|http://
https://bugs.freedesktop.org/show_bug.cgi?id=36139
--- Comment #4 from Burlen 2011-04-12 17:12:31 PDT ---
OK, lets close the bug until I have a chance to investigate further.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because:
https://bugs.freedesktop.org/show_bug.cgi?id=36139
Burlen changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 04/12/2011 03:52 PM, Ian Romanick wrote:
> On 04/12/2011 03:33 PM, c...@chad-versace.us wrote:
>> From: Chad Versace
>
>> ... because grokking explicit assertions requires fewer neurons.
>
>> In brw_misc_state.c:emit_depthbuffer, change
>> assert(tiling != I915_TILING_X && tiling != I915_
https://bugs.freedesktop.org/show_bug.cgi?id=36182
Jeff Epler changed:
What|Removed |Added
CC||jep...@unpythonic.net
--- Comment #5 from J
https://bugs.freedesktop.org/show_bug.cgi?id=34321
Jeff Epler changed:
What|Removed |Added
CC||jep...@unpythonic.net
--
Configure bugmail
https://bugs.freedesktop.org/show_bug.cgi?id=36182
--- Comment #6 from imamdxl8...@gmail.com 2011-04-12 18:36:29 PDT ---
Similar error with Trine from Humble Bundle.
It needs Shader Model 3 then exists.
System:
Ubuntu 10.10
Linux 2.6.36.4
Mesa 7.10.2
Intel GMA 4500 256MB
Thanks
--
Configure b
https://bugs.freedesktop.org/show_bug.cgi?id=36182
--- Comment #7 from Marek Olšák 2011-04-12 18:40:56 PDT ---
(In reply to comment #6)
> Similar error with Trine from Humble Bundle.
> It needs Shader Model 3 then exists.
No, it doesn't. First, there is no Shader Model 3 in OpenGL per se. Second
https://bugs.freedesktop.org/show_bug.cgi?id=34321
ojab changed:
What|Removed |Added
CC||o...@ojab.ru
--
Configure bugmail: https://bugs.
39 matches
Mail list logo