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
*
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
*
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 unaligned_store()
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
[next]