Module: Mesa Branch: 9.1 Commit: 8bb40f7b2bf03bef0b98c00663e0871699c6dcf9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bb40f7b2bf03bef0b98c00663e0871699c6dcf9
Author: Carl Worth <[email protected]> Date: Mon Jul 15 11:38:00 2013 -0700 cherry-ignore: Drop two patches which we've decided not to include Matt agreed that his patch isn't a valid candidate, (since it is possible it could cause a previously-working program to stop working). Martin attempted a backport of his patch, (which didn't trivially cherry-pick), and found that it failed to fix the expected piglit failure. --- bin/.cherry-ignore | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/bin/.cherry-ignore b/bin/.cherry-ignore index 27893e7..15a8e95 100644 --- a/bin/.cherry-ignore +++ b/bin/.cherry-ignore @@ -33,3 +33,9 @@ dca5fc14358a8b267b3854c39c976a822885898f i965/fs: Improve performance of varying # Already cherry-picked as commit bf8053a2dbac1500586d6d387cd88c30aad63a60 6b676e66343356d5096260c2bc1601014c808cb0 i965,i915: Return early if miptree allocation fails + +# Has potential to break previously-working (though technically incorrect) programs +fcaa48d9cc8937e0ceb59dfd22ef5b6e6fd1a273 glsl: Disallow return with a void argument from void functions. + +# Rejected at author's request (attempted backport did not fix piglit test) +4c3ed795662974a1c2ad2326fc74bef608a34f31 r600g: Workaround for a harware bug with nested loops on Cayman _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
