Module: Mesa
Branch: master
Commit: c970ec0577649e2f1b0532c2a62e279b784f8687
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c970ec0577649e2f1b0532c2a62e279b784f8687

Author: Rob Clark <[email protected]>
Date:   Sat Sep 12 11:15:32 2015 -0400

freedreno/a4xx: wire up ucp support

Signed-off-by: Rob Clark <[email protected]>

---

 src/gallium/drivers/freedreno/a4xx/fd4_draw.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/drivers/freedreno/a4xx/fd4_draw.c 
b/src/gallium/drivers/freedreno/a4xx/fd4_draw.c
index 2bd2ca2..025753c 100644
--- a/src/gallium/drivers/freedreno/a4xx/fd4_draw.c
+++ b/src/gallium/drivers/freedreno/a4xx/fd4_draw.c
@@ -123,6 +123,7 @@ fd4_draw_vbo(struct fd_context *ctx, const struct 
pipe_draw_info *info)
                        // TODO set .half_precision based on render target 
format,
                        // ie. float16 and smaller use half, float32 use full..
                        .half_precision = !!(fd_mesa_debug & FD_DBG_FRAGHALF),
+                       .ucp_enables = ctx->rasterizer ? 
ctx->rasterizer->clip_plane_enable : 0,
                        .has_per_samp = (fd4_ctx->fsaturate || 
fd4_ctx->vsaturate),
                        .vsaturate_s = fd4_ctx->vsaturate_s,
                        .vsaturate_t = fd4_ctx->vsaturate_t,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to