aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Address warnings from clang build botGravatar robertphillips@google.com2012-09-13
* re-apply 5508, but with the new compile-flag disabled for nowGravatar reed@google.com2012-09-12
* Make texteffects gm work through serialization and pipe.Gravatar scroggo@google.com2012-09-12
* revert 5508 -- it broke most of the buildsGravatar reed@google.com2012-09-12
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-12
* Fix texture ref/unref bug in GrContext::createResizedTextureGravatar robertphillips@google.com2012-09-11
* Revert r5491, r5495, r5497, and r5498.Gravatar borenet@google.com2012-09-11
* Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree.Gravatar rileya@google.com2012-09-11
* Fix GrGLCreateNativeInterface_androidGravatar borenet@google.com2012-09-11
* Add more logging to GrGLInterface. Temporary.Gravatar borenet@google.com2012-09-11
* Add lots of logging to GrGLInterface.cpp. Temporary.Gravatar borenet@google.com2012-09-11
* printf->SkDebugf for r5491Gravatar borenet@google.com2012-09-11
* Fix 5492.Gravatar bungeman@google.com2012-09-11
* Reduce SkMaskGamma cache thrashing.Gravatar bungeman@google.com2012-09-11
* Temporarily add logging to GrContextFactory and SkNativeGLContext_androidGravatar borenet@google.com2012-09-11
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Make BBoxHierarchy ref-counted, fix leak in RTreeTest.Gravatar rileya@google.com2012-09-11
* Add helper for maintaining clip/matrix state in non-contiguous picture playback.Gravatar rileya@google.com2012-09-11
* Move GrTextureAccess decl/defn to separate filesGravatar bsalomon@google.com2012-09-11
* Extended instance counting to all GrResource-derived classesGravatar robertphillips@google.com2012-09-11
* Removed access of freed memory in GrContext dtorGravatar robertphillips@google.com2012-09-11
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-11
* Fix for DEPS compiler issue in SkGrFontScaler.cppGravatar robertphillips@google.com2012-09-10
* land https://codereview.appspot.com/6492099/ -- fix for iOSGravatar reed@google.com2012-09-10
* Fix bug in R-Tree bulk-load. Unreviewed.Gravatar rileya@google.com2012-09-10
* Add optional aspect ratio parameter to R-Tree, this helps the bulk load algor...Gravatar rileya@google.com2012-09-10
* Fix issue where bw bitmask uploaded to gr 565, 8888 glyph cacheGravatar bsalomon@google.com2012-09-10
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-08
* Fix mask gamma rounding issues on x87.Gravatar bungeman@google.com2012-09-07
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* Remove extraneous const qualifier.Gravatar bsalomon@google.com2012-09-07
* SkPathRef: one allocation for pts+verbs, path GenID, copy-on-writeGravatar bsalomon@google.com2012-09-07
* Try r5428 again with fixGravatar bsalomon@google.com2012-09-07
* Revert 5428 and 5429.Gravatar bsalomon@google.com2012-09-07
* Fix shader errors in r5428.Gravatar bsalomon@google.com2012-09-07
* Consolidate texture access functions, provide default GrTextureAccessGravatar bsalomon@google.com2012-09-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-07
* Add SkPictureRecord subclass that computes bounding boxes.Gravatar rileya@google.com2012-09-06
* Introduce GrGLShaderBuilder::TextureSamplerGravatar bsalomon@google.com2012-09-06
* Export SkPath equality operator.Gravatar wjmaclean@chromium.org2012-09-06
* Fixed assert in unlockStencilBufferGravatar robertphillips@google.com2012-09-06
* Restore line breaking in SkTextBox.Gravatar bungeman@google.com2012-09-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-06
* Record the initial matrix when we begin picture-playback, and concat withGravatar reed@google.com2012-09-05
* Resource cache now explicitly takes ref of managed resourcesGravatar robertphillips@google.com2012-09-05
* Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...Gravatar robertphillips@google.com2012-09-05
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Add R-Tree data structure.Gravatar rileya@google.com2012-09-05