aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* remove view matrix from contextGravatar joshualitt2014-12-17
* use conics for addRRectGravatar reed2014-12-17
* Stop creating GrODS for stencilPath commands.Gravatar bsalomon2014-12-17
* Add Coverage Drawing XPGravatar egdaniel2014-12-17
* Re-enable default sized formats, handling BGRA exception.Gravatar jvanverth2014-12-17
* Stop calling flushGLState in onStencilPathGravatar bsalomon2014-12-17
* use conicsGravatar reed2014-12-17
* Fix a case of kPartialSuccess.Gravatar scroggo2014-12-17
* fix end-point and conic bugs in cornerpatheffectGravatar reed2014-12-17
* add arcto patheffectGravatar reed2014-12-17
* Give the hoisting surfaces surface propsGravatar robertphillips2014-12-16
* Revert using sized formats for everything except ES 2.0.Gravatar jvanverth2014-12-16
* Remove GrGpu::flushGraphicsStateGravatar bsalomon2014-12-16
* Change desktop and ES 3.0 to always use sized internal texture formats.Gravatar jvanverth2014-12-16
* SkMatrix44(const SkMatrix&) needs to initialize the type maskGravatar fs2014-12-16
* 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