aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fix SkGPipe drawing, and turn it on by default.Gravatar scroggo@google.com2012-06-28
* add SkData::NewFromCString()Gravatar reed@google.com2012-06-28
* fixed another clang++ compiler errorGravatar robertphillips@google.com2012-06-28
* Split GrSWMaskHelper into its own filesGravatar robertphillips@google.com2012-06-27
* fixed missing "return" errorGravatar robertphillips@google.com2012-06-27
* Adding checksum to SkFlatData to accelerate SkPicture recording.Gravatar junov@chromium.org2012-06-27
* Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT)Gravatar robertphillips@google.com2012-06-27
* Added ReadPixels format-supported check to GL CapsGravatar robertphillips@google.com2012-06-27
* add explicit purgeAll() so we don't get foiled by the min cache-limitGravatar reed@google.com2012-06-27
* Enable Scratch texture detach in SW path renderer's onDrawPath (again)Gravatar robertphillips@google.com2012-06-27
* Bump max flattenable from 64 to 1024.Gravatar bungeman@google.com2012-06-27
* remove duplicate definition of SkAlign8()Gravatar reed@google.com2012-06-27
* Fixed Resource counting bug in AutoScratchTexture detach mechanismGravatar robertphillips@google.com2012-06-27
* fix leak of Light object (in this private instance, the caller is transferringGravatar reed@google.com2012-06-27
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Make GrInOrderDrawBuffer playback command drivenGravatar bsalomon@google.com2012-06-26
* Fixed alignment issue in Linux buildGravatar robertphillips@google.com2012-06-26
* Removed cached copy of the GrDebugGLInterfaceGravatar robertphillips@google.com2012-06-26
* plumb SkInstCnt to all subclasses of GrRefCntGravatar reed@google.com2012-06-26
* remove SkInstCnt tracking of SkViewRegistryGravatar reed@google.com2012-06-26
* remove bogus SkViewFactory referenceGravatar reed@google.com2012-06-26
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* In GrBatchedTextContext, use GrSafeSetNull(), for more safeness!Gravatar tomhudson@google.com2012-06-26
* more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* add more SkInstCnt plumbingGravatar reed@google.com2012-06-26
* stick SkInstCnt in more classes, to help track down leaksGravatar reed@google.com2012-06-26
* Cleanup flattening code to properly serialize lighting image filters.Gravatar djsollen@google.com2012-06-26
* Reverting r4324Gravatar robertphillips@google.com2012-06-26
* Register some flattenable factories.Gravatar scroggo@google.com2012-06-25
* Disable assert blocking DEPS roll. This is a sanity-checking assert notGravatar tomhudson@google.com2012-06-25
* if bounds don't intersect in DIFF mode, just return src (don't return empty)Gravatar reed@google.com2012-06-25
* Fix crash when buidling with no deferred drawing in grcontextGravatar bsalomon@google.com2012-06-25
* Fix the stencil rules to perfom an rdiff with an inverse pathGravatar bsalomon@google.com2012-06-25
* Add header needed to use the SWAP_PER_DRAW debug facility on windows.Gravatar bsalomon@google.com2012-06-25
* Add GrPaint::*StageEnabled() and GrDrawState::stageEnabled() functions.Gravatar tomhudson@google.com2012-06-25
* Enable Scratch texture detach in SW path renderer's onDrawPath (take 2)Gravatar robertphillips@google.com2012-06-25
* Fix metrics test to no longer include the cpp.Gravatar djsollen@google.com2012-06-25
* Simplify vertex layout bitfields by making Position-as-texcoords theGravatar tomhudson@google.com2012-06-25
* Reverting r4319Gravatar robertphillips@google.com2012-06-25
* Enable Scratch texture detach in SW path renderer's onDrawPathGravatar robertphillips@google.com2012-06-25
* export flags on the state of the world when a picture was serialized.Gravatar reed@google.com2012-06-25
* Remove multi-byte character constants.Gravatar bungeman@google.com2012-06-25
* [android] Add an API to load customized font config for testing.Gravatar djsollen@google.com2012-06-25
* Fix misplaced return in GrDrawState::stageDisabled().Gravatar tomhudson@google.com2012-06-25
* Raster implementation of diffuse and specular lighting filters. Externally,Gravatar senorblanco@chromium.org2012-06-22
* Extend texture release on GrDrawState to also handle custom stages.Gravatar tomhudson@google.com2012-06-22
* Revert #if 0ed out code accidentally committed as part of r4299.Gravatar bsalomon@google.com2012-06-22
* Expand header in serialized picturesGravatar reed@google.com2012-06-22
* Revert r4287. Large numbers of textures created by random gradients can cause...Gravatar bsalomon@google.com2012-06-22
* Removing redundant calls to GEN_ID_INC_EVAL in SkPaint.cppGravatar junov@chromium.org2012-06-22