commit | 807f2d4f338f456fdf662546ac4a2ae30172a5c0 | [log] [tgz] |
---|---|---|
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Tue Oct 03 14:12:05 2017 +0200 |
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | Fri Oct 06 09:49:05 2017 +0200 |
tree | 52711a5e88744b53e3ad004a0e2f89942935dd38 | |
parent | a3a497c92152bece5698f05969d497694e033c19 [diff] |
radv: introduce the concept of meta save flags This will allow us to save/restore the different states on-demand based on the meta operation. For now, this saves/restores all states. Compute will follow once the graphics part is done. The main idea is to merge all save/restore helpers. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>