aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Rename GrGpuGL_program.cpp to GrGLGpuProgramCache.cppGravatar bsalomon2014-12-16
* Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...Gravatar robertphillips2014-12-16
* Rename GrGpuGL to GrGLGpu for consistencyGravatar bsalomon2014-12-16
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (...Gravatar mtklein2014-12-16
* Revert of Change desktop and ES 3.0 to always use sized internal texture form...Gravatar jvanverth2014-12-16
* Use SkPaint::getFontBounds() for text bounding boxes in pictures.Gravatar mtklein2014-12-16
* Change desktop and ES 3.0 to always use sized internal texture formats.Gravatar jvanverth2014-12-16
* whitespace change to context to force rebuild of skiaGravatar joshualitt2014-12-15
* This change will ultimately pull uniform color, and to a much lesser degree u...Gravatar joshualitt2014-12-15
* Move all non-program cache functions out of GrGpuGL_program.cppGravatar bsalomon2014-12-15
* pass dst-rect through from drawBitmapRect for better precisionGravatar reed2014-12-15
* add paint::getFontBounds()Gravatar reed2014-12-15
* devirtualize some functions on GrGpuGravatar bsalomon2014-12-15
* There can be only one (SkRandom)!Gravatar scroggo2014-12-15
* Add xp optimization for RGB coverage.Gravatar egdaniel2014-12-15
* Fix rrects that are large enough that we lose/gain a bit when we add the radi...Gravatar reed2014-12-15
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* fix last warnings on w64 and turn on w.a.e.Gravatar bsalomon2014-12-15
* Add SK_OVERRIDE to a few places that are missing it.Gravatar mtklein2014-12-15
* add dumpHex option to rect and rrect, to match pathGravatar reed2014-12-15
* Do circle anti-aliasing in normalized space to avoid precision issues with ha...Gravatar bsalomon2014-12-15
* Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.Gravatar tfarina2014-12-14
* add get9 and set9 to matrix, to aid in making keysGravatar reed2014-12-13
* DM warning-free on win64Gravatar bsalomon2014-12-12
* Even more win64 warning fixesGravatar bsalomon2014-12-12
* improve cull, so we don't create empty segmentsGravatar reed2014-12-12
* Harden validation for SkPathRefGravatar robertphillips2014-12-12
* Handle SkBitmaps which have no pixels in SkPDFImage.Gravatar jbroman2014-12-12
* Extract cubic classification from gpu into geometryGravatar caryclark2014-12-12
* More win64 warning fixesGravatar bsalomon2014-12-12
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* SkRecord: increase min block to 512B, remove max.Gravatar mtklein2014-12-12
* valgrind static uninit fixGravatar joshualitt2014-12-12
* Fix float and half float support on mobile.Gravatar jvanverth2014-12-12
* use SkScalar instead of floatGravatar reed2014-12-11
* Remove GP from drawstate, revision of invariant output for GPGravatar joshualitt2014-12-11
* Adding a custom data field to GrGpuResourceGravatar junov2014-12-11
* Fix some win64 warnings.Gravatar bsalomon2014-12-11
* Create xfer processor backend.Gravatar egdaniel2014-12-11
* Enforce thread-safety of bitmaps in pictures via the type.Gravatar mtklein2014-12-11
* Force embedding full font when serializing pictures.Gravatar mtklein2014-12-11
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-11
* Apply the layer's image filter to the hoisted imageGravatar robertphillips2014-12-11
* Defer saves() until they're neededGravatar reed2014-12-11
* Really fix valgrind issueGravatar joshualitt2014-12-11
* Replace use of deprecated CG methods.Gravatar bungeman2014-12-10
* Revert of Create xfer processor backend. (patchset #6 id:100001 of https://co...Gravatar joshualitt2014-12-10
* Revert of Fix to set correct output type when blending when we've read dst (p...Gravatar joshualitt2014-12-10