https://bugs.freedesktop.org/show_bug.cgi?id=47873
Zack Rusin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
On 04/01/2012 03:24 PM, nobled wrote:
Noticed by clang:
brw_wm_surface_state.c:330:30: warning: initializer overrides prior
initialization of this subobject [-Winitializer-overrides]
[MESA_FORMAT_Z24_S8] = 0,
^
brw_wm_surface_state.c:326:30: note: previous in
Use the hash of the variable name instead of the pointer value.
Signed-off-by: Vadim Girlin
Reviewed-by: Ian Romanick
---
v3: Added the note about the non-uniqueness of the names as suggested by
Ian Romanick
src/glsl/lower_output_reads.cpp | 18 +-
1 files changed, 17 in
We already program all the sampler state correctly, we just didn't give
the GPU a pointer to it for the VS stage. Thus, any texturing other
than texelFetch() wouldn't work.
Fixes piglit test vs-textureLod-miplevels and 99 of oglconform's
glsl-bif-tex subtests.
NOTE: This is a candidate for the 8
On 04/01/2012 03:24 PM, nobled wrote:
Noticed by clang:
brw_wm_surface_state.c:330:30: warning: initializer overrides prior
initialization of this subobject [-Winitializer-overrides]
[MESA_FORMAT_Z24_S8] = 0,
^
brw_wm_surface_state.c:326:30: note: previous in
https://bugs.freedesktop.org/show_bug.cgi?id=44405
--- Comment #13 from Agustin Ferrario 2012-04-04
16:18:42 UTC ---
Created attachment 59496
--> https://bugs.freedesktop.org/attachment.cgi?id=59496
Backtrace generated with ABRT
The bug was also reproduced in spring 88. I generated this bactr
On 04/04/2012 07:33 AM, Vadim Girlin wrote:
Use the hash of the variable name instead of the pointer value.
Signed-off-by: Vadim Girlin
---
v2: Added the comment for the hash function as suggested by Vincent Lejeune.
Added const qualifier and modified the cast as suggested by Tolga Dalman.
On 04/03/2012 07:16 AM, Dave Airlie wrote:
From: Dave Airlie
survives piglit with no regressions on rv610/evergreen
Signed-off-by: Dave Airlie
---
src/gallium/drivers/r600/evergreen_state.c | 16 +---
src/gallium/drivers/r600/r600_pipe.c |2 +-
src/gallium/driver
On 04/03/2012 07:16 AM, Dave Airlie wrote:
From: Dave Airlie
This adds support for a single dual source blending MRT to softpipe.
Why can't we do dual-source blending to all RTs?
-Brian
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http:
On 04/03/2012 07:16 AM, Dave Airlie wrote:
From: Dave Airlie
survives piglit with no regressions on rv610/evergreen
Signed-off-by: Dave Airlie
---
src/gallium/drivers/r600/evergreen_state.c | 16 +---
src/gallium/drivers/r600/r600_pipe.c |2 +-
src/gallium/driver
On 04/03/2012 07:16 AM, Dave Airlie wrote:
From: Dave Airlie
This is just a function to tell if a certain blend mode requires dual sources.
Signed-off-by: Dave Airlie
---
src/gallium/auxiliary/util/u_dual_blend.h | 23 +++
1 files changed, 23 insertions(+), 0 deletions(
On 04/03/2012 07:16 AM, Dave Airlie wrote:
From: Dave Airlie
Add implementations of the two API functions,
Add a new strings to uint mapping for index bindings
Add the blending mode validation for SRC1 + SRC_ALPHA_SATURATE
Add get for MAX_DUAL_SOURCE_DRAW_BUFFERS
v2:
Add check in valid_to_rende
On 04/03/2012 07:16 AM, Dave Airlie wrote:
These 7 patches contain core support for ARB_blend_func_extended,
along with gallium + softpipe + r600g support.
I've tested the interaction with ARB_explicit_attrib_location and
it works better now, and I've also caught a few more bugs with tests
in pi
Use the hash of the variable name instead of the pointer value.
Signed-off-by: Vadim Girlin
---
v2: Added the comment for the hash function as suggested by Vincent Lejeune.
Added const qualifier and modified the cast as suggested by Tolga Dalman.
src/glsl/lower_output_reads.cpp | 15
https://bugs.freedesktop.org/show_bug.cgi?id=47878
Christian König changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=47124
--- Comment #4 from Mike Lothian 2012-04-04 00:15:21 PDT
---
Yes this seems to have fixed it for me
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the ass
16 matches
Mail list logo