index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
jumper
/
SkJumper_stages.cpp
Commit message (
Expand
)
Author
Age
*
centralize SI, Ctx, and load_and_inc()
Mike Klein
2017-09-15
*
merge 0,1,2,3,... and 0.5f
Mike Klein
2017-09-05
*
no more need for a constants pointer
Mike Klein
2017-08-29
*
split up JUMPER define
Mike Klein
2017-08-28
*
rework plus blend mode
Mike Klein
2017-08-24
*
ColorBurn/ColorDodge stage tweaks
Florin Malita
2017-08-23
*
remove mask load() and store()
Mike Klein
2017-08-11
*
Replace interp() with clut_{3,4}D stages.
Mike Klein
2017-08-10
*
add gamma stage
Mike Klein
2017-08-09
*
add an invert stage for inverse CMYK -> CMYK
Mike Klein
2017-08-08
*
Store float and byte constant colors.
Mike Klein
2017-08-03
*
clamp to 0 in repeat and mirror image tilers
Mike Klein
2017-08-01
*
use new Stage ABI for ARMv7 too
Mike Klein
2017-07-29
*
rearrange SkJumper registers on 32-bit x86
Mike Klein
2017-07-27
*
convert over to 2d-mode
Mike Klein
2017-07-20
*
experimental: draw into unpremul
Mike Reed
2017-07-19
*
remove gather_i8, unify memory-touching contexts
Mike Klein
2017-07-18
*
start on raster pipeline 2d mode
Mike Klein
2017-07-18
*
add stages for black and white colors
Mike Reed
2017-07-06
*
optimize for diff matrix types
Mike Reed
2017-07-05
*
2pt conical stage for focal-point-outside case
Florin Malita
2017-06-29
*
2pt conical stage for focal-pt-on-edge case
Florin Malita
2017-06-28
*
2ptconical stage
Florin Malita
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
*
try not zeroing registers in start_pipeline
Mike Klein
2017-06-27
*
somewhat less silly tail loads and stores
Mike Klein
2017-06-26
*
use mul_inv instead of div for tiling
Mike Reed
2017-06-23
*
fix repeat/mirror sampling bleed
Mike Klein
2017-06-22
*
Remove AVX+ special case for load<U8>().
Mike Klein
2017-06-13
*
add color
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
*
move load_and_inc() and LazyCtx into SkJumper_misc.h
Mike Klein
2017-06-02
*
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 aarch64 tail code.
Herb Derby
2017-05-30
*
Add arm tail code.
Herb Derby
2017-05-30
*
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
[next]