Re: [Mesa-dev] [PATCH 19/45] st/nine: Clear rendertarget on creation

2016-01-29 Thread Axel Davy
Yes, we don't use render conditions. On 29/01/2016 17:46, Ilia Mirkin wrote: Pretty sure this isn't an issue for you since DX9 didn't have render conditions (right?) but clear_render_target is documented to respect the render condition. Assuming you never set a render condition this is all good.

Re: [Mesa-dev] [PATCH 19/45] st/nine: Clear rendertarget on creation

2016-01-29 Thread Ilia Mirkin
Pretty sure this isn't an issue for you since DX9 didn't have render conditions (right?) but clear_render_target is documented to respect the render condition. Assuming you never set a render condition this is all good. -ilia On Fri, Jan 29, 2016 at 11:08 AM, Axel Davy wrote: > From: Patrick R

[Mesa-dev] [PATCH 19/45] st/nine: Clear rendertarget on creation

2016-01-29 Thread Axel Davy
From: Patrick Rudolph Clear every rendertarget on creation. Fixes https://github.com/iXit/Mesa-3D/issues/139 Signed-off-by: Patrick Rudolph Reviewed-by: Axel Davy --- src/gallium/state_trackers/nine/surface9.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/gallium/state_trac