Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable NVPR with command buffer | kkinnunen | 2015-12-21 |
| | | | | | | | | | | | Set Chromium command-line flag --enable-gl-path-rendering before creating command buffer context. This is needed for the command buffer to expose NVPR at the moment. BUG=skia:2992 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1538863002 Review URL: https://codereview.chromium.org/1538863002 | ||
* | Remove include of stdlib.h from SkTypes.h. | bungeman | 2015-08-26 |
| | | | | | | | | | | | | | | | Unfortunately, immintrin.h (which is also included by SkTypes) includes xmmintrin.h which includes mm_malloc.h which includes stdlib.h for malloc even though, from the implementation, it is difficult to see why. Fortunately, arm_neon.h does not seem to be involved in such shenanigans, so building for Android will keep things sane. TBR=reed@google.com Doesn't change Skia API, just moves an include. Review URL: https://codereview.chromium.org/1313203003 | ||
* | Migrate SkRTConfRegistry test to DEF_TEST(). | tfarina | 2014-08-12 |
| | | | | | | | | | | BUG=None TEST=dm --tests=true --gms=false R=mtklein@google.com, bsalomon@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/444303002 | ||
* | Cleanup: Rename UnitTestTest.cpp to RTConfRegistryTest.cpp | tfarina | 2014-07-08 |
BUG=None TEST=make tests R=mtklein@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/374443002 |