aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Don't store resources with a unique key in GrResourceCache's fScratchMapGravatar robertphillips2016-05-24
* Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead.Gravatar brianosman2016-05-24
* Add Xlib support to viewerGravatar jvanverth2016-05-23
* Enable stencil wrap ops on vulkanGravatar egdaniel2016-05-23
* Enable tri-linear and NPOT-tiling support in VulkanGravatar brianosman2016-05-23
* Pretend that Adreno4xx doesn't have sRGB write control.Gravatar brianosman2016-05-23
* GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not ...Gravatar robertphillips2016-05-20
* Add OpenGL context to Viewer.Gravatar jvanverth2016-05-20
* Make GrAtlasTextBlob::run own effects it points to.Gravatar bsalomon2016-05-19
* Retract GrRenderTarget from GLProgramsTestGravatar robertphillips2016-05-19
* Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text c...Gravatar bsalomon2016-05-19
* Make GrAppliedClip friendlessGravatar robertphillips2016-05-19
* Revert of Don't allow uncacheable paths in tessellated path renderer (patchse...Gravatar bsalomon2016-05-18
* Don't allow uncacheable paths in tessellated path rendererGravatar bsalomon2016-05-18
* Revert of Add OpenGL context to Viewer. (patchset #7 id:120001 of https://cod...Gravatar jvanverth2016-05-18
* Remove GrFontScaler class.Gravatar bsalomon2016-05-17
* Add OpenGL context to Viewer.Gravatar jvanverth2016-05-17
* Remove GrFontDescKey.Gravatar bsalomon2016-05-17
* Set the "mutable format" bit on sRGB images at creation time.Gravatar brianosman2016-05-17
* Rename SkDescriptor::equals to SkDescriptor::operator==Gravatar bsalomon2016-05-17
* (Mostly) Retract GrRenderTarget from SkGpuDeviceGravatar robertphillips2016-05-17
* Make GrFontScaler not be ref-countedGravatar bsalomon2016-05-17
* Remove unneeded reference count churn.Gravatar bungeman2016-05-16
* Add isUnifiedMultisampled entry point to GrDrawContextGravatar robertphillips2016-05-16
* Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to ...Gravatar robertphillips2016-05-16
* Retract GrRenderTarget from AlphaClipMask codeGravatar robertphillips2016-05-15
* Fix return from nullptr to false in GrVkTexture.cppGravatar bsalomon2016-05-14
* Revert of Retract GrRenderTarget from AlphaClipMask code (patchset #3 id:4000...Gravatar bsalomon2016-05-13
* Fix msaa on GrVkRenderTargetGravatar egdaniel2016-05-13
* Retract GrRenderTarget from AlphaClipMask codeGravatar robertphillips2016-05-13
* Refactor Vulkan image, texture, RTs so that create and getter handles match.Gravatar egdaniel2016-05-13
* Abort stencil draws when the attachment failsGravatar cdalton2016-05-13
* Retract GrRenderTarget a bit within SkGpuDeviceGravatar robertphillips2016-05-13
* Convert GrClip to an abstract base classGravatar cdalton2016-05-13
* Add bounds to GrShapeGravatar bsalomon2016-05-13
* Simplify GrSWMaskHelperGravatar robertphillips2016-05-13
* Swap SkGpuBlurUtils over to using SkIRectsGravatar robertphillips2016-05-13
* Remove clip from GrPipelineBuilderGravatar cdalton2016-05-12
* Eliminate special case nvpr batch handlingGravatar cdalton2016-05-12
* Ignore patch version when checking compatibility of vulkan layersGravatar egdaniel2016-05-12
* Support allowSRGBInputs on Vulkan (via secondary texture views)Gravatar brianosman2016-05-12
* Fix sRGB textures that must be copied (for NPOT tiling, etc...)Gravatar brianosman2016-05-12
* Add isEmpty() query to GrShape and improve comments.Gravatar bsalomon2016-05-11
* Separate user and raw stencil settingsGravatar cdalton2016-05-11
* Use GrGammaEffect to support YUV conversion without sRGB write controlGravatar brianosman2016-05-11
* Switch GrTextureToYUVPlanes over to newDrawContext callsGravatar robertphillips2016-05-11
* Make GrGammaEffect have explicit sRGB modes, plus exponential mode.Gravatar brianosman2016-05-11
* Make distance field bounds calculation more accurate for strokesGravatar bsalomon2016-05-11
* Revert of Separate user and raw stencil settings (patchset #8 id:140001 of ht...Gravatar robertphillips2016-05-11
* Revert of Make GrGammaEffect have explicit sRGB modes, plus exponential mode....Gravatar robertphillips2016-05-11