Cool stuff :) Except for a remark on patch #2, the series is:
Reviewed-by: Nicolai Hähnle <[email protected]> On 12.01.2018 04:55, Timothy Arceri wrote:
We still have more work to do but piglit results are looking pretty good. At GLSL 1.50 we have 30647/31118 piglit tests passing. Al GLSL 4.50 we have 37927/38551 piglit tests passing. --- src/gallium/drivers/radeonsi/si_get.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_get.c b/src/gallium/drivers/radeonsi/si_get.c index 9b5a03edaf..90036b9a5d 100644 --- a/src/gallium/drivers/radeonsi/si_get.c +++ b/src/gallium/drivers/radeonsi/si_get.c @@ -226,8 +226,6 @@ static int si_get_param(struct pipe_screen *pscreen, enum pipe_cap param) return 4;case PIPE_CAP_GLSL_FEATURE_LEVEL:- if (sscreen->debug_flags & DBG(NIR)) - return 150; /* no tessellation shaders yet */ if (si_have_tgsi_compute(sscreen)) return 450; return 420;
-- Lerne, wie die Welt wirklich ist, Aber vergiss niemals, wie sie sein sollte. _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
