Module: Mesa Branch: master Commit: d335b32baf14d6515e4ad204cf5bc9564fecedf5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d335b32baf14d6515e4ad204cf5bc9564fecedf5
Author: George Kyriazis <[email protected]> Date: Fri Jan 19 15:47:15 2018 -0600 swr/rast: Enable early rasterization Reviewed-by: Bruce Cherniak <[email protected]> --- src/gallium/drivers/swr/rasterizer/core/knobs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/swr/rasterizer/core/knobs.h b/src/gallium/drivers/swr/rasterizer/core/knobs.h index 23a2876fb8..d88a3aac97 100644 --- a/src/gallium/drivers/swr/rasterizer/core/knobs.h +++ b/src/gallium/drivers/swr/rasterizer/core/knobs.h @@ -167,7 +167,7 @@ // enables early rasterization (useful for small triangles) #if !defined(KNOB_ENABLE_EARLY_RAST) -#define KNOB_ENABLE_EARLY_RAST 0 +#define KNOB_ENABLE_EARLY_RAST 1 #endif #if KNOB_ENABLE_EARLY_RAST _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
