| Commit message (Expand) | Author | Age |
... | |
* | Move context types into STAGE() macros. | Mike Klein | 2017-09-28 |
* | Always zero vectors in start_pipeline(). | Mike Klein | 2017-09-28 |
* | Also mask t itself in mask_2pt_conical_degenerates. | Mike Klein | 2017-09-28 |
* | remove __attribute__((disable_tail_calls)) | Mike Klein | 2017-09-27 |
* | rename kStride N | Mike Klein | 2017-09-27 |
* | Fold clamp_{x,y} into the gathers. | Mike Klein | 2017-09-22 |
* | count total non-lowp runs | Mike Klein | 2017-09-21 |
* | Retry, Bump stored lowp uniform color to 16-bit storage. | Mike Klein | 2017-09-16 |
* | Implement some easy _lowp stages. | Mike Klein | 2017-09-16 |
* | Revert "Bump stored lowp uniform color to 16-bit storage." | Mike Klein | 2017-09-16 |
* | Disable SkJumper assembly in cross builds for now. | Nico Weber | 2017-09-16 |
* | Bump stored lowp uniform color to 16-bit storage. | Mike Klein | 2017-09-16 |
* | centralize SI, Ctx, and load_and_inc() | Mike Klein | 2017-09-15 |
* | make most of SkColorPriv.h private | Cary Clark | 2017-09-15 |
* | clean up SK_JUMPER_LEGACY_8BIT | Mike Klein | 2017-09-15 |
* | fix android roll | Mike Klein | 2017-09-14 |
* | grand unifried lowp stages | Mike Klein | 2017-09-14 |
* | update SkJumper stages to clang 5 | Mike Klein | 2017-09-08 |
* | clean up SK_JUMPER_LEGACY_X86_8BIT | Mike Klein | 2017-09-06 |
* | merge 0,1,2,3,... and 0.5f | Mike Klein | 2017-09-05 |
* | add 8bit stages for load/store 565 | Mike Reed | 2017-08-31 |
* | 32-bit x86 8-bit stages | Mike Klein | 2017-08-30 |
* | remove 8-bit Params struct | Mike Klein | 2017-08-30 |
* | improve ARMv7 8-bit codegen | Mike Klein | 2017-08-30 |
* | fast NEON divide-by-255 | Mike Klein | 2017-08-29 |
* | no more need for a constants pointer | Mike Klein | 2017-08-29 |
* | better NEON 8-bit stages | Mike Klein | 2017-08-29 |
* | use NEON 8-bit stages on ARMv7 too | Mike Klein | 2017-08-29 |
* | Revert "Revert "8-bit jumper on armv8"" | Mike Klein | 2017-08-29 |
* | Revert "8-bit jumper on armv8" | Derek Sollenberger | 2017-08-29 |
* | 8-bit jumper on armv8 | Mike Klein | 2017-08-28 |
* | -Fast bot fixes for AVX+ code | Mike Klein | 2017-08-28 |
* | remove aarch64 offline compilation | Mike Klein | 2017-08-28 |
* | split up JUMPER define | Mike Klein | 2017-08-28 |
* | rework plus blend mode | Mike Klein | 2017-08-24 |
* | Remove SK_SUPPORT_LEGACY_RP_BLENDS-guarded code | Florin Malita | 2017-08-24 |
* | merge object files before parsing into assembly | Mike Klein | 2017-08-24 |
* | Document missing 8bit blend stages | Florin Malita | 2017-08-23 |
* | ColorBurn/ColorDodge stage tweaks | Florin Malita | 2017-08-23 |
* | remove disabled mask load and store code | Mike Klein | 2017-08-22 |
* | rename confusing lowp guard | Mike Klein | 2017-08-15 |
* | Lowp overlay, hardlight stages | Florin Malita | 2017-08-14 |
* | we never define BLEND_MODE | Mike Klein | 2017-08-14 |
* | Simplify difference and exclusion. | Mike Klein | 2017-08-14 |
* | lowp: lighten, difference, exclusion | Florin Malita | 2017-08-14 |
* | Guard lowp changes | Florin Malita | 2017-08-11 |
* | Lowp darken stage | Florin Malita | 2017-08-11 |
* | remove mask load() and store() | Mike Klein | 2017-08-11 |
* | double pump 8-bit stages | Mike Klein | 2017-08-11 |
* | Replace interp() with clut_{3,4}D stages. | Mike Klein | 2017-08-10 |