Module: Mesa Branch: 11.0 Commit: f6e19f673e921901bf5a297800ab7faeaec6d38f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6e19f673e921901bf5a297800ab7faeaec6d38f
Author: Emil Velikov <[email protected]> Date: Wed Nov 18 18:43:23 2015 +0000 cherry-ignore: add the swrast front buffer support Although a sort of a bugfix, it causes many piglit regressions and even lockup with llvmpipe. Signed-off-by: Emil Velikov <[email protected]> --- bin/.cherry-ignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 1b133ec..04b723a 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -1,2 +1,5 @@ # The commit base differs greatly between 11.0 and master -2832ca95ecce064c7d841a3a374c2179f56161be glsl: fix stream qualifier for blocks with an instance name \ No newline at end of file +2832ca95ecce064c7d841a3a374c2179f56161be glsl: fix stream qualifier for blocks with an instance name + +# Somewhat of a mixed feature/bugfix patch, causing some 200 piglit regressions +2b676570960277d47477822ffeccc672613f9142 gallium/swrast: fix front buffer blitting. (v2) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
