aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTextureGravatar Brian Salomon2015-10-19
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-19
* Remove unused member variables in GrGLProgramGravatar egdaniel2015-10-19
* skia: Make the validate match interface for *_draw_instancedGravatar hendrikw2015-10-19
* Remove DrawingMgr shims from GrContextGravatar robertphillips2015-10-17
* Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...Gravatar egdaniel2015-10-16
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-16
* Move some code around to make another diff cleanerGravatar bsalomon2015-10-16
* Loosen requirement that there be only one GrDrawTargetGravatar robertphillips2015-10-16
* Remove check for whole image in the cache in SkGpuDevice::shouldTileImageGravatar bsalomon2015-10-16
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Don't abort analytic clipping if using MSAA until elements are examinedGravatar bsalomon2015-10-14
* Store texture target on GrGLTexture. This is in preparation for using texture...Gravatar bsalomon2015-10-14
* Fix clipping when all analytic FP creations can be skippedGravatar bsalomon2015-10-14
* Fix dm with Chromium command buffer driverGravatar kkinnunen2015-10-13
* add applyFilter() to SkImageGravatar reed2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Fix gpu drawBitmap to work when BM is A8 and we have a shaderGravatar egdaniel2015-10-09
* Updates nvpr text blobs to not store a direct reference to theGravatar cdalton2015-10-08
* Remove ClipMaskType from GrCMMGravatar bsalomon2015-10-07
* Insert clip fragment processor outside GrCMMGravatar bsalomon2015-10-07
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Dynamically allocate the GrDrawContextsGravatar robertphillips2015-10-06
* Make path range loading explicitGravatar cdalton2015-10-05
* Implement cached nvpr text blobsGravatar cdalton2015-10-05
* Use SkTextBlob for nvpr color bitmap fallbacksGravatar cdalton2015-10-05
* Add TextRun object to nvpr textGravatar cdalton2015-10-05
* Fix gpu dashing for case where all intervals are 0.Gravatar egdaniel2015-10-05
* Fix memory leak in ClipMaskManagerGravatar robertphillips2015-10-04
* Simplify nvpr textGravatar cdalton2015-10-03
* Incrementally flush GrDrawTargetGravatar joshualitt2015-10-02
* Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://...Gravatar joshualitt2015-10-02
* Incrementally flush GrDrawTargetGravatar joshualitt2015-10-02
* Add work around for devices/API filters that claim GL_KHR_debug support but d...Gravatar bsalomon2015-10-02
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Skia: Add Command Buffer support to Linux/MacGravatar hendrikw2015-10-01
* Fix for texture width or height are greater than 2^16Gravatar joshualitt2015-10-01
* Fix drawVertices when there is a paint alphaGravatar bsalomon2015-10-01
* Fix for 2056Gravatar joshualitt2015-10-01
* Implement stencil clipping in mixed sampled render targetsGravatar vbuzinov2015-09-30
* Revert[4] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-30
* fix for default path renderer draws harlines without bloatingGravatar joshualitt2015-09-30
* remove unused helper functionGravatar reed2015-09-29
* try texture-maker to generalize stretching for npot and min-tex-sizeGravatar reed2015-09-29
* Revert of By default purge resources that haven't been used for 64 flushes (p...Gravatar bsalomon2015-09-29
* By default purge resources that haven't been used for 64 flushesGravatar bsalomon2015-09-29
* Use child processors to implement compose color filter.Gravatar bsalomon2015-09-29
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Make methods on GrGpuResource safe to call on abandoned resourceGravatar bsalomon2015-09-24