commit | 692135f9689d4dcb5ba91ff8f4899e268c0bfe11 | [log] [tgz] |
---|---|---|
author | sugoi <sugoi@chromium.org> | Mon Jan 19 10:10:27 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 19 10:10:27 2015 -0800 |
tree | 73d0911ff57b27e75df7c5a1da554b959a2e6ca1 | |
parent | 89499d76b9616a455dfe8257cef9e4489938ea22 [diff] |
YUV planes cache - Added new classes to contain YUV planes of memory, along with the associated data. - Used these classes in load_yuv_texture() to enable YUV planes caching - Added a unit test for the new cache BUG=450021 Review URL: https://codereview.chromium.org/851273003