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
*
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
*
Addressed Windows compiler complaints
robertphillips@google.com
2012-08-15
*
Revert GrTextureStripAtlas change due to performance concerns.
rileya@google.com
2012-08-14
*
Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPO...
rileya@google.com
2012-08-14
*
Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-14
*
Ensure that Pipe does not crash when attempting to draw after endRecording.
scroggo@google.com
2012-08-14
*
Fixing source files that do not have newlines at the end.
rmistry@google.com
2012-08-14
*
privatize SkScalerContext.h
reed@google.com
2012-08-14
*
Move write buffer flags used by SkFlataData::Create into SkFlatController.
scroggo@google.com
2012-08-14
*
To allow forward declarations, move SkScalerContext::Rec to SkScalerContextRec
reed@google.com
2012-08-14
*
privatize SkDescriptor.h
reed@google.com
2012-08-14
*
In SkGPipeCanvas, rename fSharedHeap to fBitmapHeap
scroggo@google.com
2012-08-14
*
Use SkBitmapHeap for shaders in SkGPipe.
scroggo@google.com
2012-08-14
*
Check in r5063 again, along with fix for tests.
scroggo@google.com
2012-08-14
*
Clean up most clang warnings outside animator/
tomhudson@google.com
2012-08-14
*
Augmenting SkDeferredCanvas notification interface to signal flushes and memo...
junov@chromium.org
2012-08-14
*
add LF at the end, for clanginess
reed@google.com
2012-08-14
*
Add inst counting to bench and count SkPaths
bsalomon@google.com
2012-08-14
*
delete empty file
mike@reedtribe.org
2012-08-14
*
Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache i...
rileya@google.com
2012-08-13
*
Added GrTextureStripAtlas object.
rileya@google.com
2012-08-13
*
Correctly linearize Windows AA from ClearType.
bungeman@google.com
2012-08-13
*
Revert r5063 until unit tests can be fixed.
tomhudson@google.com
2012-08-13
*
Move resize functionality out of createAndLockTexture and into createResizedT...
robertphillips@google.com
2012-08-13
*
Split cache-specific fields out of GrTextureDesc
robertphillips@google.com
2012-08-13
*
Use the SkBitmapHeap to handle SkBitmaps in SkGPipe cross process.
scroggo@google.com
2012-08-13
[next]