aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Augmenting SkDeferredCanvas notification interface to signal flushes and memo...Gravatar junov@chromium.org2012-08-14
* Add inst counting to bench and count SkPathsGravatar bsalomon@google.com2012-08-14
* Added GrTextureStripAtlas object.Gravatar rileya@google.com2012-08-13
* Move resize functionality out of createAndLockTexture and into createResizedT...Gravatar robertphillips@google.com2012-08-13
* Split cache-specific fields out of GrTextureDescGravatar robertphillips@google.com2012-08-13
* Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...Gravatar bsalomon@google.com2012-08-13
* Adds a bunch of benchmarks around creating, transforming, testing path equality,Gravatar bsalomon@google.com2012-08-13
* privatize SkBuffer.hGravatar mike@reedtribe.org2012-08-13
* privatize SkRefDict.hGravatar mike@reedtribe.org2012-08-12
* privatize SkGlyph.hGravatar mike@reedtribe.org2012-08-12
* privatize SkPtrRecorder.hGravatar mike@reedtribe.org2012-08-12
* refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...Gravatar mike@reedtribe.org2012-08-12
* privatize SkDeviceProfile.hGravatar mike@reedtribe.org2012-08-12
* privatize SkBlitter.hGravatar reed@google.com2012-08-09
* privatize SkScan.hGravatar reed@google.com2012-08-09
* Added method of getting top genID from SkClipStackGravatar robertphillips@google.com2012-08-09
* remove SkShape (unused)Gravatar reed@google.com2012-08-09
* Added resource domain to GrTextureDescGravatar robertphillips@google.com2012-08-09
* privatize SkEdgeClipper.hGravatar mike@reedtribe.org2012-08-09
* privatization of SkPerspIter.hGravatar mike@reedtribe.org2012-08-09
* privatization -- moving headers out of include into srcGravatar mike@reedtribe.org2012-08-09
* GrCacheID.h must reside in include\gpu due to inclusion by GrTexture.hGravatar robertphillips@google.com2012-08-08
* Refactored cacheID in preparation for clip mask caching changesGravatar robertphillips@google.com2012-08-08
* move SkSqrt32 back into SkMath.h -- was referenced in SkEmbossMask.cppGravatar reed@google.com2012-08-07
* Privatize SkAutoKern.hGravatar reed@google.com2012-08-07
* Privatization:Gravatar reed@google.com2012-08-07
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Moving DeferredDevice and DeferredGPipeController classes out of the deferred...Gravatar junov@chromium.org2012-08-07
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Added SkClipStack portion of new clip mask caching systemGravatar robertphillips@google.com2012-08-07
* move SkTextToPathIter into private headerGravatar reed@google.com2012-08-07
* Removing the SkPicture backend from SkDeferredCanvas codeGravatar junov@chromium.org2012-08-07
* Adding API to SkGPipe and SkDeferredCanvas for controlling memory usage exter...Gravatar junov@chromium.org2012-08-07
* enable large bitmap drawing by default (still disabled in chrome at the moment)Gravatar reed@google.com2012-08-07
* move SkFilterShader into private headerGravatar reed@google.com2012-08-06
* rm: Introduce SK_ARM_NEON_WRAP handy wrapper macro.Gravatar digit@google.com2012-08-06
* add LF at the end, since this is SO important the chrome-mac build failed.Gravatar reed@google.com2012-08-06
* Ensure that enums used by GrCustomStage TestCreate functions are declared in ...Gravatar bsalomon@google.com2012-08-03
* Add morphology, convolution, single texture, texture domain effects to new un...Gravatar bsalomon@google.com2012-08-03
* Fix includes files missing in release builds from GrCustomStageUnitTest.h.Gravatar bsalomon@google.com2012-08-03
* Registry-based unit test for custom effectsGravatar bsalomon@google.com2012-08-03
* fix warngs by casting from float to int64_tGravatar reed@google.com2012-08-03
* add debugging SkFloatToFixed_Check() which asserts that the float is in range...Gravatar reed@google.com2012-08-03
* Introduction of set of functions to manage generation of texture fetch shader...Gravatar twiz@google.com2012-08-02
* special-case edge-building for polygons (paths with only lines)Gravatar reed@google.com2012-08-02
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Replace the asAFoo() functions in SkImageFilter with canFilterImageGPU() andGravatar senorblanco@chromium.org2012-08-01
* Removed GrClip & related classesGravatar robertphillips@google.com2012-08-01
* Turning on deferred canvas SkGPipe backend by defaultGravatar junov@chromium.org2012-08-01
* Pipe factory names independently from the flattenables using them.Gravatar scroggo@google.com2012-08-01