aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Clarify build test for presense of 'float copysign(float, float)'.Gravatar bungeman2014-09-17
* hide deviceproperties, prepare the way for surfacepropsGravatar reed2014-09-17
* Remove createPath* from GrGpu and GrContextGravatar cdalton2014-09-17
* Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and beginsGravatar cdalton2014-09-17
* Rename GrProgramResource to GrGpuResourceRefGravatar bsalomon2014-09-17
* Add onGetFamilyName to SkTypeface.Gravatar bungeman2014-09-17
* Revert "Revert "Move SkGpuDevice.h to src/gpu""Gravatar bsalomon2014-09-17
* Revert "Move SkGpuDevice.h to src/gpu"Gravatar borenet2014-09-17
* Move SkGpuDevice.h to src/gpuGravatar bsalomon2014-09-16
* Make templated GrProgramTResource subclass of GrProgramResourceGravatar bsalomon2014-09-16
* when we disable lcd for impl reasons, add kGenA8 to document the original intentGravatar reed2014-09-16
* 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