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
*
clone of https://codereview.appspot.com/7208043/
reed@google.com
2013-01-30
*
SkNextLog2 requires positive values.
bungeman@google.com
2013-01-30
*
SkNextLog2 requires values > 0.
bungeman@google.com
2013-01-30
*
Avoid possible O(n) stack space use by skqsort.
bungeman@google.com
2013-01-30
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
*
This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...
senorblanco@chromium.org
2013-01-30
*
return if we're invertible for the fast scale+trans case when we have no inverse
reed@google.com
2013-01-30
*
add SK_DISABLE_PIXELREF_LOCKCOUNT_BALANCE_CHECK option, to disable check for
reed@google.com
2013-01-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-30
*
Mark SkPictureStateTree::Draw::operator< as const.
bungeman@google.com
2013-01-29
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-29
*
Fixing crash in cloning empty SkPicture object
junov@chromium.org
2013-01-28
*
REBASELINE: enable setline fix for scan converter, with SK_IGNORE_SETLINE_FIX...
reed@google.com
2013-01-28
*
Added toString to SkDrawLooper-derived classes
robertphillips@google.com
2013-01-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Avoid O(n) stack space usage in qsort.
bungeman@google.com
2013-01-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-25
*
Remove ConcaveToTriangles.
bungeman@google.com
2013-01-24
*
Bottom-up heapsort.
bungeman@google.com
2013-01-24
*
add optional cull-rect to patheffects, so they can do less work if their results
reed@google.com
2013-01-24
*
Remove method calls on invalid "this" pointer.
bungeman@google.com
2013-01-24
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Move code in isPaintOpaque from SkDeferredCanvas.cpp to SkPaintPriv
junov@chromium.org
2013-01-24
*
Reverse sense of convex-quad-fix compiler flag
robertphillips@google.com
2013-01-23
*
Revert r7341
edisonn@google.com
2013-01-23
*
If getAdvance fails, getAdvanceData should not assert, but ignored.
edisonn@google.com
2013-01-23
*
Ensure that streams written using SkFlattenableBuffer's can be read with read...
djsollen@google.com
2013-01-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-23
*
Fix for oversight in r7325
robertphillips@google.com
2013-01-23
*
Fix bug in 1xN SkBitmapProcShader optimization
robertphillips@google.com
2013-01-22
*
Fix Android only code in SkDraw for 7317.
bungeman@google.com
2013-01-22
*
Fix VC++ warning and Android only code for 7317.
bungeman@google.com
2013-01-22
*
Expose geometry and gamma on device.
bungeman@google.com
2013-01-22
*
Simple Build fix. Unreviewed.
junov@chromium.org
2013-01-22
*
Fixing invalid text clipping on SkPicture playback
junov@chromium.org
2013-01-22
*
Added toString to SkXfermode-derived classes (for debugger)
robertphillips@google.com
2013-01-22
*
Add GPU support for axis-aligned ovals:
jvanverth@google.com
2013-01-22
*
Place fix in r7278 behind compile flag
robertphillips@google.com
2013-01-21
*
Placing 1xN bitmap shader opt behind a flag to delay WebKit rebaselines
robertphillips@google.com
2013-01-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-19
*
in SkPath::dump(), add \n after close() printf, so we don't run into the next...
reed@google.com
2013-01-18
*
increase iteration count from 16 to 24, when computing cubic-line intersection.
reed@google.com
2013-01-18
*
Fix 7273 for neon
robertphillips@google.com
2013-01-18
*
Added shaderproc for 1xN repeatX/repeatY BitmapProcShader
robertphillips@google.com
2013-01-18
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-18
*
change SkPath::dump() to output compilable code snippet, to aid in debugging.
reed@google.com
2013-01-17
*
Don't die when there are no fonts available.
bungeman@google.com
2013-01-17
*
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...
bsalomon@google.com
2013-01-17
*
Switch debugger profiling stubs over to being guarded by SK_DEVELOPER
robertphillips@google.com
2013-01-17
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
[next]