index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
*
Add new gradient to support HTML Canvas2D two-point-radial-gradient. Ours is
reed@google.com
2012-06-06
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
Add GL function pointers for GL_NV_path_rendering
bsalomon@google.com
2012-06-06
*
fix warnings on Mac in miscellaneous files
caryclark@google.com
2012-06-06
*
fix warnings on Mac in src/gpu and include/gpu
caryclark@google.com
2012-06-06
*
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
robertphillips@google.com
2012-06-05
*
Reverting r4162
robertphillips@google.com
2012-06-05
*
Added instance counting system for SkRefCnt-derived objects
robertphillips@google.com
2012-06-05
*
Fix for compiler error in r4154
robertphillips@google.com
2012-06-05
*
Fixed flattening of SkStippleMaskFilter
robertphillips@google.com
2012-06-05
*
remove 4x4 downsample filter mode
bsalomon@google.com
2012-06-04
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
Clean up likely reference leak in Ganesh custom stages.
tomhudson@google.com
2012-06-04
*
remove mutable apis on SkColorMatrixFilter, must use constructor.
reed@google.com
2012-06-04
*
remove public function-ptr based colorfilter
reed@google.com
2012-06-04
*
change static variable to #define
djsollen@google.com
2012-06-04
*
Add legacy script to enable skia roll into chromium.
djsollen@google.com
2012-06-04
*
Fixed Linux compiler complaints
robertphillips@google.com
2012-06-04
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
Adding option to serialize mutable bitmaps in SkPicture
junov@chromium.org
2012-06-01
*
Flip the switch to turn on GrCustomStage implementation of gradients;
tomhudson@google.com
2012-06-01
*
Fix GrSamplerState::operator=() to take a reference rather than a copy.
tomhudson@google.com
2012-06-01
*
VC++ allows template parameter shadowing.
bungeman@google.com
2012-06-01
*
Serialize support for GDI.
bungeman@google.com
2012-06-01
*
Punctuation cleanup to satisfy idiosyncracies of OpenBSD gcc 4.2.1.
tomhudson@google.com
2012-06-01
*
Update the implementation of SkTypeface_android.h functions.
djsollen@google.com
2012-06-01
*
Zero out GrSamplerState in constructor to recover performance loss on Linux f...
tomhudson@google.com
2012-05-31
*
Add SkFontDescriptor for serializing fonts.
djsollen@google.com
2012-05-31
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
We often rgn-diff an area >= the other rgn. now we detect that and return empty
reed@google.com
2012-05-31
*
Add glTexParameteriv to GL interface
bsalomon@google.com
2012-05-31
*
Windows compiler complaint cleanup
robertphillips@google.com
2012-05-31
*
Fix typo in r4092.
tomhudson@google.com
2012-05-31
*
Use element-by-element assignment in GrSamplerState::operator= instead of memcpy
tomhudson@google.com
2012-05-31
*
Refactor dictionaries for use by entities other than just SkPicture
djsollen@google.com
2012-05-30
*
arm: First step towards dynamic NEON support.
digit@google.com
2012-05-30
*
addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)
reed@google.com
2012-05-29
*
Fix line ending, mark svn:eol-style LF
bsalomon@google.com
2012-05-29
*
Detect when the caller was hairline AND strokeandfill, and resolve that into ...
reed@google.com
2012-05-29
*
add SkPoint::isZero(), match the existing method on SkIPoint
mike@reedtribe.org
2012-05-29
*
Rolling back 4053
robertphillips@google.com
2012-05-28
*
Speculative fix for Android Debug only crash in r4049
robertphillips@google.com
2012-05-28
*
Rolling back r4049
robertphillips@google.com
2012-05-25
*
Altered GrDrawState to always ref textures and render target
robertphillips@google.com
2012-05-25
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-25
*
revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...
reed@google.com
2012-05-24
*
Change patheffect to take a (new) StrokeRec object, which encapsulates the fill
reed@google.com
2012-05-24
*
Removed SoftwarePathRenderer from GrContext's path renderer chain
robertphillips@google.com
2012-05-23
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)
robertphillips@google.com
2012-05-22
[next]