index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
jumper
/
SkJumper.cpp
Commit message (
Expand
)
Author
Age
*
reformat hard-to-read preprocessor in SkJumper.cpp
Mike Klein
2017-10-05
*
add _skx stages
Mike Klein
2017-10-02
*
count total non-lowp runs
Mike Klein
2017-09-21
*
Implement some easy _lowp stages.
Mike Klein
2017-09-16
*
Disable SkJumper assembly in cross builds for now.
Nico Weber
2017-09-16
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
clean up SK_JUMPER_LEGACY_8BIT
Mike Klein
2017-09-15
*
grand unifried lowp stages
Mike Klein
2017-09-14
*
clean up SK_JUMPER_LEGACY_X86_8BIT
Mike Klein
2017-09-06
*
add 8bit stages for load/store 565
Mike Reed
2017-08-31
*
32-bit x86 8-bit stages
Mike Klein
2017-08-30
*
no more need for a constants pointer
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
*
remove aarch64 offline compilation
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
*
rename confusing lowp guard
Mike Klein
2017-08-15
*
Lowp overlay, hardlight stages
Florin Malita
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
*
clamp_1 is also a no-op with 8-bit lowp
Mike Klein
2017-08-04
*
15-bit lowp is dead, long live 8-bit lowp
Mike Klein
2017-08-04
*
8-bit hacking
Mike Klein
2017-08-03
*
clean up SK_SUPPORT_LEGACY_WIN32_JUMPER
Mike Klein
2017-07-27
*
convert over to 2d-mode
Mike Klein
2017-07-20
*
start on raster pipeline 2d mode
Mike Klein
2017-07-18
*
add 32-bit Windows SkJumper backend
Mike Klein
2017-07-17
*
add stages for black and white colors
Mike Reed
2017-07-06
*
be more explicit about not expecting 32-bit x86 jumper backend on windows
Mike Klein
2017-06-28
*
add bgra as 1st class format
Mike Klein
2017-06-27
*
remove unused "swap" stage
Mike Klein
2017-06-27
*
specialize loaders for dst registers, to avoid move/swap stages
Mike Reed
2017-06-27
*
add dumbest possible 32-bit SkJumper backend
Mike Klein
2017-06-27
*
add _hsw lowp backend
Mike Klein
2017-06-27
*
delete lowp plus
Mike Klein
2017-06-15
*
Experimental change to diagnose image diffs in g3
Mike Reed
2017-06-08
*
more easy lowp stages
Mike Klein
2017-06-06
*
more lowp blend modes
Mike Klein
2017-06-05
*
lowp: add some big easy stages
Mike Klein
2017-06-05
*
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
*
Real fix for stage perf regression.
Mike Klein
2017-06-05
*
have start_pipeline() return limit again
Mike Klein
2017-06-05
*
don't try lowp in msan builds
Mike Klein
2017-06-04
*
start on SkJumper lowp mode
Mike Klein
2017-06-04
*
minor refactor to SkRasterPipeline::BuildPipeline
Mike Klein
2017-06-02
[next]