| Commit message (Expand) | Author | Age |
* | lowp: add constant_color, swap, move_dst_src | Mike Klein | 2017-06-05 |
* | lowp: add move_src_dst and srcover | Mike Klein | 2017-06-05 |
* | slight streamlining for lowp load_8888 with pshufb | Mike Klein | 2017-06-05 |
* | Real fix for stage perf regression. | Mike Klein | 2017-06-05 |
* | have start_pipeline() return limit again | Mike Klein | 2017-06-05 |
* | start on SkJumper lowp mode | Mike Klein | 2017-06-04 |
* | plumb y through to SkJumper | Mike Klein | 2017-06-01 |
* | reland: We can mask load and store with just AVX | Mike Klein | 2017-06-01 |
* | clean up now that min_stride == 1 | Mike Klein | 2017-05-31 |
* | Add tail handling for SSE* to SkJumper. | Herb Derby | 2017-05-25 |
* | add srcover_rgba_8888 | Mike Klein | 2017-05-25 |
* | make sure to_srgb maps 1 to 1 | Mike Klein | 2017-05-25 |
* | add stage for gaussian alpha to rgba for shadows | Mike Reed | 2017-05-24 |
* | remove min from repeat and mirror generally | Mike Klein | 2017-05-23 |
* | retry tilers against 1 | Mike Klein | 2017-05-23 |
* | Revert "We can mask load and store with just AVX." | Brian Osman | 2017-05-22 |
* | Revert "add tilers against 1" | Brian Osman | 2017-05-22 |
* | add tilers against 1 | Mike Klein | 2017-05-22 |
* | We can mask load and store with just AVX. | Mike Klein | 2017-05-22 |
* | tidy up dither stage | Mike Klein | 2017-05-20 |
* | stage version of vertices | Mike Reed | 2017-05-19 |
* | try Herb's new to_srgb | Mike Klein | 2017-05-16 |
* | clamp to premul in dither | Mike Klein | 2017-05-16 |
* | fix SkJumper radial gradient precision | Mike Klein | 2017-05-15 |
* | Add evenly spaced stops and unify gradient contexts | Herb Derby | 2017-05-15 |
* | composeshader stages | Mike Reed | 2017-05-15 |
* | fix SkJumperHSL blend modes | Mike Klein | 2017-05-12 |
* | refactor gradient stage names | Mike Klein | 2017-05-12 |
* | Revert "Evenly space gradient stage." | Mike Klein | 2017-05-12 |
* | Evenly space gradient stage. | herb | 2017-05-11 |
* | proposed: inclusive gradients, exclusive images | Mike Klein | 2017-05-11 |
* | Fix alpha coverage for lerp_565 stage. | bungeman | 2017-05-10 |
* | Add radial gradient stage. | Herb Derby | 2017-05-09 |
* | jumper, finish blend modes | Mike Klein | 2017-05-08 |
* | move dither after the transfer function | Mike Klein | 2017-05-04 |
* | dither stage | Mike Klein | 2017-05-03 |
* | Add sweep gradient to SkRasterPipeline | Herb Derby | 2017-05-03 |
* | finish up constants | Mike Klein | 2017-05-01 |
* | refactor hsl_to_rgb a touch | Mike Klein | 2017-05-01 |
* | fix t / t2 confusion in hsl_to_rgb | Mike Klein | 2017-05-01 |
* | getting close on float constants | Mike Klein | 2017-05-01 |
* | some float constants | Mike Klein | 2017-05-01 |
* | jumper, remove C(int) | Mike Klein | 2017-04-27 |
* | jumper, replace _i with normal constants | Mike Klein | 2017-04-27 |
* | clear out C(), _i, and _f constants from SkJumper_vectors.h | Mike Klein | 2017-04-27 |
* | prep for more constants | Mike Klein | 2017-04-26 |
* | remove to_2dot2 and from_2dot2 | Mike Klein | 2017-04-26 |
* | jumper, maybe we can just use constants | Mike Klein | 2017-04-21 |
* | jumper, implement 2.2 stages with approx_powf | Mike Klein | 2017-04-21 |
* | jumper, lab_to_xyz | Mike Klein | 2017-04-21 |