index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
Split out SkFontHost_FreeType into common files
george@mozilla.com
2012-08-23
*
Actually remove the GrMorphologyEffect.* files from svn, which I should've
senorblanco@chromium.org
2012-08-22
*
Move the code for the GPU implementation of morphology effects from GrContext
senorblanco@chromium.org
2012-08-22
*
Another speculative Android build fix (unreviewed).
senorblanco@chromium.org
2012-08-22
*
Android build fix (unreviewed).
senorblanco@chromium.org
2012-08-22
*
Fixed instance counting for templated classes
robertphillips@google.com
2012-08-22
*
Fix for no-GPU build (unreviewed).
senorblanco@chromium.org
2012-08-22
*
Implements the non-Porter-Duff compositing modes required for SVG's feBlend
senorblanco@chromium.org
2012-08-22
*
SkBitmap::scrollRect changes pixels, but only if not immutable.
scroggo@google.com
2012-08-22
*
When copying a bitmap, copy the generation ID.
scroggo@google.com
2012-08-22
*
Remove unnecessary flush from SkGpuDevice
bsalomon@google.com
2012-08-22
*
Revert 5213. WK r126226 has landed in Chromium and the workaround is no longe...
bsalomon@google.com
2012-08-22
*
Scratch textures are no longer removed from the cache in Debug
robertphillips@google.com
2012-08-22
*
Added resource cache debug output to help track changes
robertphillips@google.com
2012-08-22
*
Force opaque in SkBlendLCD16Opaque_SSE2 to match SkBlendLCD16.
bungeman@google.com
2012-08-21
*
Flush in ~SkGpuDevice to unblock Skia roll
bsalomon@google.com
2012-08-21
*
Add check for EDSP to the 565 opaque blitter.
djsollen@google.com
2012-08-21
*
Upstream ARM 565 optimizations from AOSP.
djsollen@google.com
2012-08-21
*
Android build fix; unreviewed.
senorblanco@chromium.org
2012-08-20
*
Move SkColorFilterImageFilter into its own file.
senorblanco@chromium.org
2012-08-20
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Add TexParameteriv entry point so ANGLE interface will validate
robertphillips@google.com
2012-08-20
*
Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-20
*
Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle
robertphillips@google.com
2012-08-20
*
Refactor SkImageFilter into its own .cpp file.
senorblanco@chromium.org
2012-08-20
*
Implements a new class, SkSingleInputImageFilter, to handle DAG connectivity
senorblanco@chromium.org
2012-08-20
*
Stop refcounting SkDeferredCanvas::NotificationClient
junov@chromium.org
2012-08-20
*
Cleaning up deprecated API in SkDeferredCanvas
junov@chromium.org
2012-08-17
*
Decrease SkClipStack memory allocations & deallocations
robertphillips@google.com
2012-08-17
*
Remove unnecessary GrContext flushes
bsalomon@google.com
2012-08-17
*
Make SkDeque::back faster & inline
robertphillips@google.com
2012-08-17
*
Fix clear records in IODB
bsalomon@google.com
2012-08-17
*
Added Serialization of SkPath's bound
robertphillips@google.com
2012-08-17
*
remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...
reed@google.com
2012-08-16
*
Fix a memory leak in SkBitmapHeap.
scroggo
2012-08-16
*
Make all GrContext draws go through the draw buffer.
bsalomon@google.com
2012-08-16
*
add SK_ENABLE_CLIP_QUICKREJECT option (currently disabled)
reed@google.com
2012-08-16
*
Fix a parenthesis bug.
scroggo@google.com
2012-08-16
*
Remove SK_FONTHOST_WIN_DW define.
bungeman@google.com
2012-08-16
*
we have no subclasses, so change protected to private.
reed@google.com
2012-08-16
*
Fix assertion in in order draw buffer
bsalomon@google.com
2012-08-16
*
DirectWrite font host for skia.
bungeman@google.com
2012-08-16
*
add SkClipStack::clipEmpty() as an optimized way to say clipDevRect(empty, in...
reed@google.com
2012-08-16
*
Fix overrun in aa rect renderer
bsalomon@google.com
2012-08-16
*
Fix uninitialized color filter data on GrPaint
bsalomon@google.com
2012-08-16
*
Compilation fix for r5123 (disabling template inst count tracking)
robertphillips@google.com
2012-08-16
*
Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)
robertphillips@google.com
2012-08-16
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Fixing a deferred canvas optimization that purges pending draws when the canv...
junov@chromium.org
2012-08-15
*
Added virtual destructor to SkColorSpaceLuminance
robertphillips@google.com
2012-08-15
[next]