The saturate bit gets communicated as part of the message descriptor, and
setting it in the instruction somehow trashes the results.
Fixes piglit general/fog-modes and ext_fog_coord-modes.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48628
NOTE: This is a candidate for the 8.0 branch.
-
Fixes piglit gl-2.0/edgeflag.
NOTE: This is a candidate for the 8.0 branch.
---
src/mesa/drivers/dri/i965/brw_draw_upload.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c
b/src/mesa/drivers/dri/i965/brw_draw_upload.c
index 82dd81d..b
From: Olivier Galibert
If there was an edge flag or a two-side-color pair present, we'd end up
mismatched and read values from earlier in the VUE for later FS inputs.
v2: Fix regression in gles2conform shaders generating point size. (change by
anholt)
Signed-off-by: Olivier Galibert
Review
It's already in the state struct.
---
src/mesa/drivers/dri/i965/brw_vs.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/src/mesa/drivers/dri/i965/brw_vs.c
b/src/mesa/drivers/dri/i965/brw_vs.c
index 7e69032..c4d6db4 100644
--- a/src/mesa/drivers/dri/i965/brw_vs.c
+++ b/src/mesa/drivers/d
Fixes the glsl skinning demo regression since changing to the new GLSL
compiler, and is part of fixing piglit gl-2.0-edgeflag.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50079
NOTE: This is a candidate for the 8.0 branch.
---
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 13 +
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=40707
---
src/mesa/drivers/dri/i965/brw_defines.h |1 +
src/mesa/drivers/dri/i965/brw_draw_upload.c | 50 ---
src/mesa/drivers/dri/i965/brw_vs.c |6 ++--
3 files changed, 51 insertions(+), 6 delet
I have applied these 5 Roland's patches for the r200 driver :
http://lists.freedesktop.org/archives/mesa-dev/2012-July/024753.html
with my radeon 9000 ( rv250 ) it seems Ok, no problems,
but I don't have a good protocol for testing, how I must proceed ?
currently I play some 3D games to check m
https://bugs.freedesktop.org/show_bug.cgi?id=52595
--- Comment #1 from Kenneth Graunke 2012-07-28 19:45:01
PDT ---
I can't seem to reproduce this.
I ran the tests at the link you provided on my Sandybridge GT2 mobile using the
latest nightly build of Firefox. With Mesa master, everything passe
https://bugs.freedesktop.org/show_bug.cgi?id=41152
Rafael Castillo changed:
What|Removed |Added
Platform|Other |x86-64 (AMD64)
OS/Version|All
On Fri, Jul 20, 2012 at 11:09:19 +0200, Julien Cristau wrote:
> From: Julien Cristau
>
> We were stomping on the caller's buffer by ignoring their alignment
> requests and other pixel store modes. This patch makes the USE_XCB path match
> the older one more closely.
>
> Bugzilla: https://bugs.
10 matches
Mail list logo