index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkShadowTessellator.cpp
Commit message (
Expand
)
Author
Age
*
Compute correct bounds for DrawShadowRec.
Jim Van Verth
2017-07-31
*
remove unused SkPoint3 from SkColor.h
Mike Reed
2017-07-22
*
Add some convexity checks to shadow code.
Jim Van Verth
2017-07-18
*
Fix inset for ambient tessellated shadows
Jim Van Verth
2017-05-17
*
Allow shadow zParams to be applied to affine transformations
Jim Van Verth
2017-05-15
*
Fix transparent ambient for perspective shadows
Jim Van Verth
2017-05-11
*
Remove height functor for shadows and replace with plane equation params
Jim Van Verth
2017-05-08
*
Combine the ambient and spot alphas into the base color
Jim Van Verth
2017-05-04
*
Fix up shadows in raster.
Jim Van Verth
2017-05-02
*
Fix fast blur for shadow rrects.
Jim Van Verth
2017-04-28
*
Add perspective shadows
Jim Van Verth
2017-04-11
*
move vertex-mode enum into SkVertices
Mike Reed
2017-04-03
*
Add height function to shadow tessellators.
Jim Van Verth
2017-03-27
*
Revert "Revert "Create new inset algorithm for spot shadows""
Brian Salomon
2017-03-24
*
Revert "Create new inset algorithm for spot shadows"
Brian Salomon
2017-03-24
*
Create new inset algorithm for spot shadows
Jim Van Verth
2017-03-24
*
add SkVertices::Builder
Mike Reed
2017-03-14
*
Add a -Mini build bot to build the smallest Skia possible.
Mike Klein
2017-02-10
*
Remove exec bit from source files.
Ben Wagner
2017-02-08
*
Another workaround for libstdc++ unique_ptr
Brian Salomon
2017-02-07
*
Use SkVertices for tessellated spot and ambient shadow rendering.
Brian Salomon
2017-02-07
*
Have ShadowTessellators transform path; add SkShadowTessellator base class
Jim Van Verth
2017-02-06
*
Make shadow tessellators fail gracefully and add unit test for this.
Brian Salomon
2017-02-03
*
Initialize some more variables in SpotShadowTessellator
Jim Van Verth
2017-02-03
*
Revert "Revert "Spot shadow cleanup and optimization""
Brian Salomon
2017-02-02
*
Revert "Spot shadow cleanup and optimization"
Hal Canary
2017-02-02
*
Spot shadow cleanup and optimization
Jim Van Verth
2017-02-02
*
Add a GM for SkShadowUtils and fix a few issues.
Brian Salomon
2017-02-01
*
Work around GCC 4.6 issue with constructing unique_ptr<const T[]> from a T*.
Brian Salomon
2017-01-31
*
Make SkShadowUtils tessellations ref counted in preparation for caching them.
Brian Salomon
2017-01-31
*
Fix SkShadowTessellator.cpp for Chrome iOS build
Jim Van Verth
2017-01-30
*
Change shadow tessellators to use SkColor and move to util.
Jim Van Verth
2017-01-30