| Commit message (Expand) | Author | Age |
* | add some lowp gradient stages | Mike Klein | 2017-11-03 |
* | another batch of lowp stages | Mike Klein | 2017-11-01 |
* | Some lowp refactoring | Mike Klein | 2017-10-31 |
* | clean up SK_LEGACY_LOWP_STAGES | Mike Klein | 2017-10-31 |
* | add srcover_bgra_8888 | Mike Klein | 2017-10-24 |
* | more easy lowp shader stages | Mike Klein | 2017-10-24 |
* | make enabling LOWP stages simpler | Mike Klein | 2017-10-23 |
* | translate+scale -> scale+translate | Mike Klein | 2017-10-20 |
* | start on lowp shaders | Mike Klein | 2017-10-20 |
* | Feed seed_shader() iota through a context pointer. | Mike Klein | 2017-10-18 |
* | rename (x,y) to (dx,dy) | Mike Klein | 2017-10-18 |
* | set SkJumper_kMaxStride to 16 | Mike Klein | 2017-10-17 |
* | check unpremul scale directly against infinity | Mike Klein | 2017-10-12 |
* | clamp to [0,1] in all gradient tilers | Mike Klein | 2017-10-05 |
* | reformat hard-to-read preprocessor in SkJumper.cpp | Mike Klein | 2017-10-05 |
* | add _skx stages | Mike Klein | 2017-10-02 |
* | 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 |