aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
...
* Move definitions of GrGL basic types (e.g. GrGLenum) to their own header.Gravatar bsalomon2015-10-19
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-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
* Loosen requirement that there be only one GrDrawTargetGravatar robertphillips2015-10-16
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Fix dm with Chromium command buffer driverGravatar kkinnunen2015-10-13
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Updates nvpr text blobs to not store a direct reference to theGravatar cdalton2015-10-08
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Dynamically allocate the GrDrawContextsGravatar robertphillips2015-10-06
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Implement stencil clipping in mixed sampled render targetsGravatar vbuzinov2015-09-30
* remove unused helper functionGravatar reed2015-09-29
* Move Mutexy things to private.Gravatar herb2015-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
* Stop supporting HW ditherGravatar bsalomon2015-09-22
* Replace GrExtractAlphaFragmentProcessor with DstIn compose processorGravatar bsalomon2015-09-22
* Remove SkNEW and SkDELETE macrosGravatar mdempsky2015-09-22
* SK_API for include/gpu/gl/GrGLInterface.hGravatar halcanary2015-09-21
* share code between SkGr and CacheratorGravatar reed2015-09-16
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Add onMemoryDump to GrContextGravatar ericrk2015-09-15
* Add support for blending of LCD for all blend modes.Gravatar egdaniel2015-09-15
* Add helper for creating leaf FPs inside GrFP::TestCreate functionsGravatar bsalomon2015-09-14
* Move some of the adding stencil attachment logic of Gpu and into Render Target.Gravatar egdaniel2015-09-14
* Test that GrFragmentProcessors work without input colors.Gravatar bsalomon2015-09-14
* Revert of Test that GrFragmentProcessors work without input colors. (patchset...Gravatar bsalomon2015-09-14
* Test that GrFragmentProcessors work without input colors.Gravatar bsalomon2015-09-14
* skia: Add ANGLE with GL backend to nanobench/DMGravatar hendrikw2015-09-11
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* Late creation of GrPathProcessorGravatar joshualitt2015-09-10
* Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...Gravatar bsalomon2015-09-10
* Revert of Add a mutex to GrContext::readSurfacePixels to protect against mult...Gravatar bsalomon2015-09-09
* Add a mutex to GrContext::readSurfacePixels to protect against multiple CPU r...Gravatar bsalomon2015-09-09
* SK_API on GrWrapTextureInBitmapGravatar bsalomon2015-09-09
* Brian requested a new namespace for factories that create fragment processors...Gravatar wangyix2015-09-09
* Make GrProcessorDataManager a noopGravatar joshualitt2015-09-09
* GrPathRangeBatchGravatar bsalomon2015-09-09
* refactor parts of SkGr.cpp for use by SkImagesGravatar reed2015-09-08
* Add skstd::unique_ptr and use it.Gravatar bungeman2015-09-07
* Add new surface flagGravatar jvanverth2015-09-02
* Remove GrGpuTraceMarker hooks until we rethink the designGravatar joshualitt2015-09-01
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...Gravatar rmistry2015-08-28
* Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*Gravatar bsalomon2015-08-28
* Clean up SkTLogic.Gravatar bungeman2015-08-28