index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
Commit message (
Expand
)
Author
Age
*
Detect color masks, and divert to draw-sprite instead of maskblitters.
reed@google.com
2013-05-02
*
Allow supporting 1 older PICTURE_VERSION.
scroggo@google.com
2013-04-30
*
Fixes for piping bitmaps with encoded data.
scroggo@google.com
2013-04-30
*
add routines to compute error between conic and quad
mike@reedtribe.org
2013-04-30
*
Stop using mix() to implement hard-light in shader.
commit-bot@chromium.org
2013-04-29
*
Remove inout params from saturation helper func in XferEffect.
commit-bot@chromium.org
2013-04-29
*
Remove redundant setting of alpha in hard-light GPU shader.
commit-bot@chromium.org
2013-04-29
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-28
*
add computation for error in conic-as-quad
mike@reedtribe.org
2013-04-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-27
*
add comment for computing max-diff between conic and its bounding quad
reed@google.com
2013-04-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-26
*
rename SkRationalQuad to SkConic
mike@reedtribe.org
2013-04-26
*
Use SkError for a bitmap that could not be decoded.
scroggo@google.com
2013-04-25
*
Temporarily disable HardLight effect in unit tests.
jvanverth@google.com
2013-04-25
*
Work around overzealous assertion in SkMaskFilter.
tomhudson@google.com
2013-04-25
*
Add GPU support for roundrects
commit-bot@chromium.org
2013-04-25
*
path ops : make it real
caryclark@google.com
2013-04-25
*
Added "SkRRect::contains(const SkRect&) const"
robertphillips@google.com
2013-04-25
*
Some fixes for saturation computation XferEffect.
commit-bot@chromium.org
2013-04-25
*
Fix for compiler error:
robertphillips@google.com
2013-04-24
*
Move MMap to SkData.
commit-bot@chromium.org
2013-04-24
*
Fixing numerical rounding edge case in SkTileGrid
junov@chromium.org
2013-04-24
*
Add non-separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-22
*
Adding optimization to avoid image copy in SkSurface copy on write when conte...
commit-bot@chromium.org
2013-04-22
*
Catch failures to SkTypeface::Deserialize() and use the default in that case.
reed@google.com
2013-04-22
*
Sanitizing source files in Skia_Periodic_House_Keeping (SkipBuildbotRuns)
rmistry@google.com
2013-04-22
*
specialize SkDataTable for arrays where all elements are the same size.
mike@reedtribe.org
2013-04-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-20
*
add SkDataTable::NewEmpty()
reed@google.com
2013-04-19
*
add SkDataTable, to efficiently store an immutable array. Includes a builder
reed@google.com
2013-04-19
*
Final round of .0s
bsalomon@google.com
2013-04-19
*
More .0s
bsalomon@google.com
2013-04-19
*
Add ".0" to 1 constants in xfermodes GLSL code.
bsalomon@google.com
2013-04-19
*
Add all remaining separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-19
*
return empty fontstyleset instead of null
reed@google.com
2013-04-19
*
augmenting fix in 8700 and 8701, be careful NOT to "sort" the result of mapRect
reed@google.com
2013-04-18
*
revert 8731, restoring 8700 and 8701... further investigation concluded that the
reed@google.com
2013-04-18
*
Revert r8701 and r8700 due to layout test discrepancies
robertphillips@google.com
2013-04-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-17
*
add compute-bounds for conics
mike@reedtribe.org
2013-04-17
*
add extrema for conics
mike@reedtribe.org
2013-04-17
*
add comments for computing derivatives
reed@google.com
2013-04-16
*
Cleanup: Removing unnecessary args/complexity in SkSurface_Base and friends
junov@chromium.org
2013-04-16
*
add () around | cluster, to avoid warning.
reed@google.com
2013-04-16
*
use forward matrix to determine if we can ignore scale part of a matrix
reed@google.com
2013-04-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-16
*
fix release warning (unused debug variable)
reed@google.com
2013-04-15
*
add experimental chop-into-quads for conics
mike@reedtribe.org
2013-04-15
*
Add coeffecients for kScreen xfermode.
bsalomon@google.com
2013-04-15
[next]