Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Attempt at fixing color cube bench | sugoi | 2014-10-09 |
| | | | | | | | | The original bench was hitting the cache since it was using the same color filter for all loops. By creating a new color filter within the loop, at least this part of it is solved. I'm not 100% sure this is the right way, but at least the numbers are a bit more reasonable and are affected by the output resolution. BUG=skia: Review URL: https://codereview.chromium.org/648483002 | ||
* | Adding 3D lut color filter | sugoi | 2014-10-09 |
Included in this cl is support for 3D textures. BUG=skia: Review URL: https://codereview.chromium.org/580863004 |