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
*
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
*
GrContextFactory can now expose the GLContext it is using.
keyar@chromium.org
2012-08-14
*
privatize SkScalerContext.h
reed@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
*
Make SkTArray consider only the new count and reserve when determining how mu...
bsalomon@google.com
2012-08-14
*
Reduce allocations in RandomPathBench
bsalomon@google.com
2012-08-14
*
Augmenting SkDeferredCanvas notification interface to signal flushes and memo...
junov@chromium.org
2012-08-14
*
Add inst counting to bench and count SkPaths
bsalomon@google.com
2012-08-14
*
Added GrTextureStripAtlas object.
rileya@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
*
Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...
bsalomon@google.com
2012-08-13
*
Adds a bunch of benchmarks around creating, transforming, testing path equality,
bsalomon@google.com
2012-08-13
*
privatize SkBuffer.h
mike@reedtribe.org
2012-08-13
*
privatize SkRefDict.h
mike@reedtribe.org
2012-08-12
*
privatize SkGlyph.h
mike@reedtribe.org
2012-08-12
*
privatize SkPtrRecorder.h
mike@reedtribe.org
2012-08-12
*
refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...
mike@reedtribe.org
2012-08-12
*
privatize SkDeviceProfile.h
mike@reedtribe.org
2012-08-12
*
privatize SkBlitter.h
reed@google.com
2012-08-09
*
privatize SkScan.h
reed@google.com
2012-08-09
*
Added method of getting top genID from SkClipStack
robertphillips@google.com
2012-08-09
*
remove SkShape (unused)
reed@google.com
2012-08-09
*
Added resource domain to GrTextureDesc
robertphillips@google.com
2012-08-09
*
privatize SkEdgeClipper.h
mike@reedtribe.org
2012-08-09
*
privatization of SkPerspIter.h
mike@reedtribe.org
2012-08-09
*
privatization -- moving headers out of include into src
mike@reedtribe.org
2012-08-09
*
GrCacheID.h must reside in include\gpu due to inclusion by GrTexture.h
robertphillips@google.com
2012-08-08
*
Refactored cacheID in preparation for clip mask caching changes
robertphillips@google.com
2012-08-08
*
move SkSqrt32 back into SkMath.h -- was referenced in SkEmbossMask.cpp
reed@google.com
2012-08-07
*
Privatize SkAutoKern.h
reed@google.com
2012-08-07
*
Privatization:
reed@google.com
2012-08-07
*
Refactor Bitmap Storage for SkPicture using SkPipe's design.
djsollen@google.com
2012-08-07
*
Moving DeferredDevice and DeferredGPipeController classes out of the deferred...
junov@chromium.org
2012-08-07
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Added SkClipStack portion of new clip mask caching system
robertphillips@google.com
2012-08-07
*
move SkTextToPathIter into private header
reed@google.com
2012-08-07
*
Removing the SkPicture backend from SkDeferredCanvas code
junov@chromium.org
2012-08-07
*
Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter...
junov@chromium.org
2012-08-07
*
enable large bitmap drawing by default (still disabled in chrome at the moment)
reed@google.com
2012-08-07
*
move SkFilterShader into private header
reed@google.com
2012-08-06
*
rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro.
digit@google.com
2012-08-06
*
add LF at the end, since this is SO important the chrome-mac build failed.
reed@google.com
2012-08-06
*
Ensure that enums used by GrCustomStage TestCreate functions are declared in ...
bsalomon@google.com
2012-08-03
*
Add morphology, convolution, single texture, texture domain effects to new un...
bsalomon@google.com
2012-08-03
*
Fix includes files missing in release builds from GrCustomStageUnitTest.h.
bsalomon@google.com
2012-08-03
*
Registry-based unit test for custom effects
bsalomon@google.com
2012-08-03
*
fix warngs by casting from float to int64_t
reed@google.com
2012-08-03
[next]