aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Deprecate SkDevice::accessBitmap methodGravatar robertphillips2016-07-21
* Adding color space to SkSpecialImageGravatar brianosman2016-07-21
* Adding an SkColorSpace to SkImage_GpuGravatar brianosman2016-07-20
* remove dead methods now that we use specials exclusively for imagefiltersGravatar reed2016-07-20
* Use dFdx in Vulkan to address distance field issues.Gravatar jvanverth2016-07-20
* SkLS now accepting nullptr for diffuse shader and normal source, now accurate...Gravatar dvonbeck2016-07-20
* Remove SkDevice::accessRenderTarget virtualGravatar robertphillips2016-07-20
* Add GrVkRecycledResource subclassGravatar egdaniel2016-07-20
* Add integer array uniforms to GL and VulkanGravatar fmenozzi2016-07-20
* Consolidate special case shape transformation logic in GrShapeTest.Gravatar bsalomon2016-07-20
* pre-land special methods on deviceGravatar reed2016-07-19
* Minor cleanup of GrStencilAndCoverTextContextGravatar robertphillips2016-07-19
* Create DCs rather than textures in GrConfigConversionEffectGravatar bsalomon2016-07-19
* Start from DC rather than texture in GrTexutreParamsAdjuster copy code.Gravatar bsalomon2016-07-19
* Fix debugging code for tracing texture creationGravatar brianosman2016-07-19
* Make SkFont a bit more useableGravatar robertphillips2016-07-19
* Convert readSurfacePixels to use a draw context instead of a textureGravatar bsalomon2016-07-19
* Fix GrGLInterface::validate() to check for GL_OES_sample_shading on ES contextsGravatar bsalomon2016-07-19
* Remove guards in GrGLInterface::validate() for functions that Chromium used t...Gravatar bsalomon2016-07-18
* Push GrPipelineBuilder down to the drawBatch calls in the TextContextGravatar robertphillips2016-07-18
* Introduce GrColorSpaceXform, for gamut conversion on texturesGravatar brianosman2016-07-18
* Add makeSpecial calls to SkGpuDeviceGravatar robertphillips2016-07-18
* In GrShape detect that stroked axis-aligned lines are rrects.Gravatar bsalomon2016-07-18
* Dont allocate a new image which already has mip levels, when regenerating vul...Gravatar egdaniel2016-07-15
* Add copy (when needed) to SkGpuDevice::asSpecialGravatar robertphillips2016-07-15
* Add SkGpuDevice::asSpecial entry pointGravatar robertphillips2016-07-15
* Add getColorSpace to GrTextureProducerGravatar brianosman2016-07-15
* Remove GrWrapTextureInBitmap call in SkGpuDevice::drawSpriteWithFilterGravatar robertphillips2016-07-14
* Remove SkGrTexturePixelRef and SkGrRenderTargetPixelRef aliases for SkGrPixelRefGravatar bsalomon2016-07-14
* Fix leak when DFPR fails to draw pathGravatar bsalomon2016-07-14
* GrBufferAllocPool: use _throw calloc() if unchecked.Gravatar mtklein2016-07-14
* Remove GrWrapTextureInBitmap from public APIGravatar bsalomon2016-07-13
* Make GrBatchAtlas robust against attempts to add large rects.Gravatar bsalomon2016-07-13
* Update RT views and framebuffer in vulkan after mipmapingGravatar egdaniel2016-07-13
* Add Texture2D and Sampler GrSLTypesGravatar egdaniel2016-07-13
* move GrPixelRef headers to private (as we work to eliminate them)Gravatar reed2016-07-13
* Pre-crop filled rects to avoid scissorGravatar csmartdalton2016-07-13
* Remove GrLayerHoisterGravatar robertphillips2016-07-13
* Revert of SkSL performance improvements (patchset #6 id:140001 of https://cod...Gravatar msarett2016-07-13
* Fix vertex count estimate in GrTessellator.Gravatar senorblanco2016-07-13
* Add resource provider flag to avoid client-side buffersGravatar csmartdalton2016-07-13
* Retract PipelineBuilder from GrClip::applyGravatar robertphillips2016-07-13
* Never allow dither for non-legacy (sRGB or F16) targets.Gravatar brianosman2016-07-13
* Fix various issues with instanced rendering precisionGravatar csmartdalton2016-07-13
* Replace switch statements in instanced vertex shadersGravatar csmartdalton2016-07-13
* Fix GL shader sources getting truncated by ADB logGravatar csmartdalton2016-07-13
* Move GrDrawTarget::clear logic into GrDrawContextGravatar robertphillips2016-07-13
* Revert of Pre-crop filled rects to avoid scissor (patchset #6 id:100001 of ht...Gravatar msarett2016-07-12
* Pre-crop filled rects to avoid scissorGravatar csmartdalton2016-07-12
* SkSL performance improvements (plus a couple of minor warning fixes)Gravatar ethannicholas2016-07-12