index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRasterPipeline.h
Commit message (
Expand
)
Author
Age
*
add some lowp gradient stages
Mike Klein
2017-11-03
*
Some lowp refactoring
Mike Klein
2017-10-31
*
add srcover_bgra_8888
Mike Klein
2017-10-24
*
Feed seed_shader() iota through a context pointer.
Mike Klein
2017-10-18
*
Fold clamp_{x,y} into the gathers.
Mike Klein
2017-09-22
*
no more need for a constants pointer
Mike Klein
2017-08-29
*
rework plus blend mode
Mike Klein
2017-08-24
*
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
*
funnel all constant colors through append_constant_color()
Mike Klein
2017-08-03
*
Rename append_uniform_color() to append_constant_color().
Mike Klein
2017-08-03
*
rough clamped tracking in SkRasterPipeline
Mike Klein
2017-07-25
*
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
*
consolidate logic for matrix stage
Mike Reed
2017-07-04
*
update long out of date comment
Mike Klein
2017-06-29
*
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
*
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
*
minor refactor to SkRasterPipeline::BuildPipeline
Mike Klein
2017-06-02
*
update SkRasterPipeline::run() to also take y
Mike Klein
2017-06-01
*
add srcover_rgba_8888
Mike Klein
2017-05-25
*
add stage for gaussian alpha to rgba for shadows
Mike Reed
2017-05-24
*
SkSTArenaAlloc
Florin Malita
2017-05-24
*
better extend: alloc once, no recursion
Mike Klein
2017-05-24
*
SkRasterPipeline in SkArenaAlloc
Mike Klein
2017-05-24
*
retry tilers against 1
Mike Klein
2017-05-23
*
Revert "add tilers against 1"
Brian Osman
2017-05-22
*
add tilers against 1
Mike Klein
2017-05-22
*
add compile, use it in blitter
Mike Klein
2017-05-22
*
some basic speed ups for SkRasterPipeline::append()
Mike Klein
2017-05-22
*
stage version of vertices
Mike Reed
2017-05-19
*
Add evenly spaced stops and unify gradient contexts
Herb Derby
2017-05-15
*
composeshader stages
Mike Reed
2017-05-15
*
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
*
Add radial gradient stage.
Herb Derby
2017-05-09
*
jumper, finish blend modes
Mike Klein
2017-05-08
[next]