aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Add helper SkMatrix44::hasPerspective()Gravatar tomhudson2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...Gravatar joshualitt2014-09-16
* removing GrDrawEffectGravatar joshualitt2014-09-16
* Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFull...Gravatar yunchao.he2014-09-15
* BUG=skia:Gravatar joshualitt2014-09-15
* add dumpHex() option to SkPathGravatar caryclark2014-09-15
* Revert of Picture Recording: fix the performance bottleneck in SkDeferredCanv...Gravatar mtklein2014-09-15
* Picture Recording: fix the performance bottleneck in SkDeferredCanvas::isFull...Gravatar yunchao.he2014-09-14
* Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.Gravatar rileya2014-09-12
* Do not expect a copysign function to be defined in <cmath> with clang-clGravatar ehsan.akhgari2014-09-12
* use SkData::NewUninitializedGravatar reed2014-09-12
* remove confusing/unused stream methodsGravatar reed2014-09-12
* add PurgeResourceCache to track leaksGravatar reed2014-09-11
* SkData can allocate room for its contents in the same blockGravatar reed2014-09-11
* Assert SkTDArray::pop() doesn't underflow.Gravatar mtklein2014-09-11
* Remove a layer of indirection and code from SkFontHost.Gravatar bungeman2014-09-10
* make set3DMask virtual, so we can safely notify the shadercontextGravatar reed2014-09-10
* disable conservative rasterclip on gpu, until we understand perspectiveGravatar reed2014-09-10
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* Make GrEffectStage copy constructor work correctly with pending execution refs.Gravatar bsalomon2014-09-08
* Remove debug-only ref of GrEffectStageGravatar bsalomon2014-09-08
* Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms.Gravatar bsalomon2014-09-05
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Don't take a ref on GP in AutoEffectRestore.Gravatar bsalomon2014-09-05
* Add method to GrProgramResource to record that pending a execution was comple...Gravatar bsalomon2014-09-04
* Add GrProgramElement base class for GrEffect with deferred exec ref.Gravatar bsalomon2014-09-04
* add SK_API to forward declare in canvas.hGravatar reed2014-09-04
* remove getTotalClipAsPath, privatize getTotalClipGravatar reed2014-09-04
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Switch Layer Hoisting over to SkRecord backendGravatar robertphillips2014-09-04
* Add reference base class to GrGpuResourcewith pending IO references.Gravatar bsalomon2014-09-03
* Remove use of EXPERIMENTAL_getActiveOps from layer hoisting codeGravatar robertphillips2014-09-03
* Hide fields in SkImageInfoGravatar reed2014-09-03
* Replace SkPictureReplacementPlayback with GrRecordReplaceDrawGravatar robertphillips2014-09-03
* Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://code...Gravatar reed2014-09-03
* Add gamma/sRGB tag to SkImageInfoGravatar reed2014-09-02
* Address MSVC warnings about possible value truncation. In the process remove...Gravatar pkasting2014-09-02
* Remove legacy (and also broken) SkPicture constructor.Gravatar djsollen2014-09-02
* Fix matrix similarity test on arm64Gravatar jvanverth2014-09-02
* make allocPixels throw on failureGravatar reed2014-09-02
* Reorganize Layer Hoisting codeGravatar robertphillips2014-09-02
* Revert of Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 ...Gravatar reed2014-09-02
* Revert of Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of ht...Gravatar reed2014-09-01
* Revert of Add gamma/sRGB tag to SkImageInfo (patchset #1 id:1 of https://code...Gravatar reed2014-09-01
* Add gamma/sRGB tag to SkImageInfoGravatar reed2014-09-01
* Move MakeDivByTextureWHMatrix to GrCoordTransformGravatar bsalomon2014-08-29
* Try out scalar picture sizesGravatar robertphillips2014-08-29