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
*
remove SkCanvas::createCompatibleDevice, and add SkCanvas::newSurface
reed@google.com
2014-02-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-05
*
Make SkFontMgr interface const.
commit-bot@chromium.org
2014-02-04
*
TSAN: use somewhat pithier SK_ANNOTATE_UNPROTECTED_READ.
commit-bot@chromium.org
2014-02-04
*
remove kGL_Capability (unused)
reed@google.com
2014-02-04
*
fix samplefuzz, fix some 32/64bit warnings
reed@google.com
2014-02-04
*
remove (unused by chrome) SkDeferredCanvas(device) factory signature
reed@google.com
2014-02-04
*
remove redundant GrContext parameter to NewRenderTargetDirect
reed@google.com
2014-02-04
*
rename tracing parameter to be more consistent with other methods
commit-bot@chromium.org
2014-02-03
*
clean up a couple of parameters in the tracing interface
commit-bot@chromium.org
2014-02-03
*
add SkCanvas constructor that explicitly creates no_config with dimensions
commit-bot@chromium.org
2014-01-31
*
fix leaks in SkConf
commit-bot@chromium.org
2014-01-31
*
Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.
commit-bot@chromium.org
2014-01-31
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-31
*
fix auto-delete bug that crept in with new fast blur path; is causing
commit-bot@chromium.org
2014-01-31
*
initial import of Chrome's trace_event into skia framework
commit-bot@chromium.org
2014-01-31
*
Set write buffer flags only in SkWriteBuffer and SkFlatController constructors.
commit-bot@chromium.org
2014-01-30
*
Replace factory generation of TextContexts with persistent objects.
commit-bot@chromium.org
2014-01-30
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Move GrTextContext to private interface
commit-bot@chromium.org
2014-01-30
*
patch from issue 119343003
commit-bot@chromium.org
2014-01-30
*
Add fallback code for TextContexts that don't support all features
commit-bot@chromium.org
2014-01-30
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-29
*
Add standalone drawText for GrTextContext.
commit-bot@chromium.org
2014-01-28
*
change setAlphaType to not modify the pixelref's genID
reed@google.com
2014-01-28
*
Revert of Fast blurred rectangles on GPU (https://codereview.chromium.org/119...
commit-bot@chromium.org
2014-01-28
*
Perform the same analytic blur calculation on the GPU that we do on the CPU. ...
commit-bot@chromium.org
2014-01-27
*
Implement a computeFastBounds() traversal for SkImageFilter.
senorblanco@chromium.org
2014-01-27
*
move getAdvancedTypefaceMetrics into private, as only skia internals call it
reed@google.com
2014-01-27
*
Ensure SSE2/3 is always enabled on Android.
commit-bot@chromium.org
2014-01-27
*
add optional SkAlphaType parameter to notifyPixelsChanged
commit-bot@chromium.org
2014-01-27
*
fix more 64bit warnings
reed@google.com
2014-01-27
*
remove SkScalarMul from public headers
reed@google.com
2014-01-27
*
Remove unused methods from SkWindow.
tfarina@chromium.org
2014-01-25
*
add alternative to isRect named asRect
commit-bot@chromium.org
2014-01-25
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-25
*
SkOnce: add option to call another cleanup function once at exit.
commit-bot@chromium.org
2014-01-24
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
Turn NVPR on by default (but off in tools).
commit-bot@chromium.org
2014-01-24
*
add installPixels
reed@google.com
2014-01-24
*
Resolve a few memory leaks in tests.
commit-bot@chromium.org
2014-01-24
*
Revert "Turn NVPR on by default (but off in tools)."
halcanary@google.com
2014-01-24
*
[Reland of r13154, since the Housekeeping bot seems to have reverted it in r1...
senorblanco@chromium.org
2014-01-24
*
Add factory class for generating various flavors of GrTextContext.
commit-bot@chromium.org
2014-01-24
*
Turn NVPR on by default (but off in tools).
commit-bot@chromium.org
2014-01-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-23
*
Refactor SkMorphologyImageFilter, CPU and GPU paths. This required making opt...
senorblanco@chromium.org
2014-01-23
*
No deduping dictionaries for matrices and regions.
commit-bot@chromium.org
2014-01-23
*
remove SkScalarMul macro
mike@reedtribe.org
2014-01-23
[next]