If alpha testing is enabled, we need to include alpha in the FB write.
Normally, this occurs as part of a color buffer write, but it's possible
to use alpha testing without any color buffers. The alpha_test flag
lets brw_fs.cpp know that the shader needs to send alpha anyway.
Since the flag's onl
On Sun, 2012-06-17 at 00:43 +0200, Marcin Slusarz wrote:
> gl_ClipDistance needs special treatment in form of lowering pass
> which transforms gl_ClipDistance representation from float[] to
> vec4[]. There are 2 implementations - at glsl linker level (enabled
> by LowerClipDistance option) and at g
Sandy Bridge and later don't use this field, so there's no point in
setting it. It can only cause harmful state-based recompiles.
Signed-off-by: Kenneth Graunke
---
src/mesa/drivers/dri/i965/brw_wm.c | 38 +++-
1 file changed, 20 insertions(+), 18 deletions(-)
gl_ClipDistance needs special treatment in form of lowering pass
which transforms gl_ClipDistance representation from float[] to
vec4[]. There are 2 implementations - at glsl linker level (enabled
by LowerClipDistance option) and at glsl_to_tgsi level (enabled
unconditionally for gallium drivers).
Reviewed-by: Marek Olšák
Marek
On Fri, Jun 15, 2012 at 11:40 PM, wrote:
> From: Jerome Glisse
>
> z or stencil texture should not be created with the z/stencil
> flags for surface creation as they are intended to be bound
> as texture.
>
> v2: remove broken code
>
> Signed-off-by: Jerome Glis
---
docs/relnotes-6.4.1.html | 21 ++---
docs/relnotes-6.4.2.html | 21 ++---
docs/relnotes-6.4.html| 21 ++---
docs/relnotes-6.5.1.html | 21 ++---
docs/relnotes-6.5.2.html | 21 ++---
docs/relnotes-
---
docs/relnotes-7.10.html |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/docs/relnotes-7.10.html b/docs/relnotes-7.10.html
index 2cd9983..199b165 100644
--- a/docs/relnotes-7.10.html
+++ b/docs/relnotes-7.10.html
@@ -126,9 +126,7 @@ bc644be551ed585fc4f66c16b64a91c9
This patch series finishes the transition to HTML 4.01 Transitional.
At this point all html files except index.html are 100 % HTML 4.01 Transitional
valid.
I verified all files with the w3c - html validator [1].
index.html has the HTML 4.01 Frameset doctype, but it contains some proprietary
attr
The idea here is to rewrite comparisons like 2 >= x with x <= 2; we want
to simply exchange arguments, not negate the condition. If equality was
part of the original comparison, it should remain part of the swapped
version.
This is the true cause of bug #50298. It didn't manifest itself on
Sandy
---
docs/relnotes-7.10.1.html |2 +-
docs/relnotes-7.8.1.html |2 +-
docs/relnotes-7.8.2.html |2 +-
docs/relnotes-7.9.2.html |2 +-
docs/relnotes-8.0.html|2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/relnotes-7.10.1.html b/docs/relnotes-7.10
https://bugs.freedesktop.org/show_bug.cgi?id=50604
Sven Joachim changed:
What|Removed |Added
CC||svenj...@gmx.de
--
Configure bugmail: ht
11 matches
Mail list logo