aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* SK_DECLARE_STATIC_MUTEX -> static SkMutexGravatar mtklein2016-05-04
* SkOncePtr -> SkOnceGravatar mtklein2016-05-04
* Now we're on MSVC 2015, try using std::chrono for timing again.Gravatar mtklein2016-05-04
* Make cap only affect the keys of GrShapes that are possibly-openGravatar bsalomon2016-05-04
* move colorshader into its own .cpp, add color4f variantGravatar reed2016-05-04
* Fix ICO bug exposed by the fuzzerGravatar msarett2016-05-04
* Add Gr*Proxy classesGravatar robertphillips2016-05-04
* Allow stencils to be attached to render targets created via SkSurface::MakeFr...Gravatar ericrk2016-05-04
* Modernize SkMutex and SkSemaphore.Gravatar mtklein2016-05-04
* Disable Ganesh layer hoister in a more revertable formGravatar robertphillips2016-05-04
* Prototype code that turns any/every flattenable into JSONGravatar brianosman2016-05-04
* Fix ASAN errors.Gravatar benjaminwagner2016-05-04
* Revert of Allow stencils to be attached to render targets created via SkSurfa...Gravatar jvanverth2016-05-04
* Expand GrStyle's interface.Gravatar bsalomon2016-05-04
* Fix type conversion compile errorsGravatar brianosman2016-05-04
* Allow stencils to be attached to render targets created via SkSurface::MakeFr...Gravatar ericrk2016-05-03
* Create a single, unique pointer to sRGB color spaceGravatar msarett2016-05-03
* Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview....Gravatar robertphillips2016-05-03
* return 4x4 matrix from SkColorSpaceGravatar reed2016-05-03
* documentation: SkDocument::MakePDF()Gravatar halcanary2016-05-03
* Set barriers and image layout changes between mipmap blits.Gravatar jvanverth2016-05-03
* Enable two-sided stencil in Vulkan.Gravatar jvanverth2016-05-03
* Apply setImageLayout() to all of a VkImage's subresources.Gravatar jvanverth2016-05-03
* Revert of Make GrStyle more sk_sp savy (patchset #1 id:1 of https://coderevie...Gravatar bsalomon2016-05-03
* Minor refactor of GrLayerHoisterGravatar robertphillips2016-05-03
* Make GrStyle more sk_sp savyGravatar bsalomon2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Add 8888 fast SrcOver mode.Gravatar herb2016-05-03
* Add sync in vulkan when writing to linear textureGravatar egdaniel2016-05-03
* Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.c...Gravatar robertphillips2016-05-03
* Remove SkBitmapHeap and SkBitmapHeapReader. They're unused.Gravatar brianosman2016-05-03
* Revert of Make stencils be attachable to render targets created via SkSurface...Gravatar jvanverth2016-05-03
* Add Gr*Proxy classesGravatar robertphillips2016-05-03
* Make stencils be attachable to render targets created via SkSurface::MakeFrom...Gravatar kkinnunen2016-05-02
* Make sure that Vulkan debug callback ptr is non-null.Gravatar jvanverth2016-05-02
* When filling nested rect path check for empty inner and empty outer rectsGravatar bsalomon2016-05-02
* added GrMSAAPathRendererGravatar ethannicholas2016-05-02
* Clean up SkFontConfigInterface implementation.Gravatar bungeman2016-05-02
* Add a hook for CPU-optimized sRGB-sRGB srcover.Gravatar mtklein2016-05-02
* Introduce SkGammas type to represent ICC gamma curvesGravatar msarett2016-05-02
* Fix VK WritePixels with offset rectGravatar jvanverth2016-05-02
* Simplify ColorFilter in the add-free case.Gravatar djsollen2016-05-02
* Remove (almost) unused read/writeFunctionPtr API.Gravatar brianosman2016-05-02
* remove non-static uses of SkOncePtrGravatar mtklein2016-05-02
* Remove unused encodedString API on SkWriteBuffer/SkReadBufferGravatar brianosman2016-05-02
* Unify DescriptorPools for vulkan uniform descriptor setsGravatar egdaniel2016-05-02
* Enable generating SkImage with the same uniqueID in SkImageGenerator subclassGravatar aleksandar.stojiljkovic2016-05-02
* remove SK_SUPPORT_LEGACY_IMAGEFILTER_CTM flagGravatar reed2016-05-01
* Fix gcc warnings in Vulkan backendGravatar bsalomon2016-04-29
* Fix race in SkTypeface_FreeType::onCountGlyphs.Gravatar bungeman2016-04-29