aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Dependencies are now added between the drawTargets in GrPipelineGravatar robertphillips2015-10-20
* use (temp) gpu-imagefilter-cache for applyFilterGravatar reed2015-10-20
* Move GrDrawingManager methods to their own .cpp fileGravatar robertphillips2015-10-20
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-20
* Add debugging helper to GrDrawTargetGravatar robertphillips2015-10-20
* Add the machinery to GrDrawTarget to enable topological sortingGravatar robertphillips2015-10-20
* Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work.Gravatar benjaminwagner2015-10-19
* Revert recent CLs around GrTextureMaker/GrTextureParamsAdjusterGravatar Brian Salomon2015-10-19
* Upload stretched bmp rather than original after doing CPU stretch for min tex...Gravatar Brian Salomon2015-10-19
* Move definitions of GrGL basic types (e.g. GrGLenum) to their own header.Gravatar bsalomon2015-10-19
* 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