aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGr.cpp
Commit message (Expand)AuthorAge
* Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...Gravatar bsalomon2015-10-20
* Revert recent CLs around GrTextureMaker/GrTextureParamsAdjusterGravatar Brian Salomon2015-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
* 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
* Remove check for whole image in the cache in SkGpuDevice::shouldTileImageGravatar bsalomon2015-10-16
* GrDrawContext now holds GrRenderTarget pointerGravatar robertphillips2015-10-15
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Fix drawVertices when there is a paint alphaGravatar bsalomon2015-10-01
* Revert[4] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-30
* remove unused helper functionGravatar reed2015-09-29
* try texture-maker to generalize stretching for npot and min-tex-sizeGravatar reed2015-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
* share code between SkGr and CacheratorGravatar reed2015-09-16
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* refactor parts of SkGr.cpp for use by SkImagesGravatar reed2015-09-08
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-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
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...Gravatar rmistry2015-08-26
* Remove GrStagedProcessor, remove the word Stage as it applies to FPsGravatar bsalomon2015-08-26
* Extend SkImageGenerator to support natively generated GrTextures. As part of ...Gravatar reed2015-08-13
* Refactor helper function for SkBitmapShader to GrFragmentProcessorGravatar joshualitt2015-08-12
* Some cleanup in GrTextureProvider and GrResourceProvider.Gravatar bsalomon2015-07-31
* Revert[2] of guard to remove DrawBitmapRectFlagsGravatar reed2015-07-17
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...Gravatar scroggo2015-07-17
* guard to remove DrawBitmapRectFlagsGravatar reed2015-07-16
* Don't upload texture smaller than the min texture size when stretching a bmp ...Gravatar bsalomon2015-07-15
* YUV to RGB Texture threading GrProcessorDataManagerGravatar joshualitt2015-07-09
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* More threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Initial CL to create dummy GrShaderDataManager and thread it throughGravatar joshualitt2015-07-08
* Fix NULL accessGravatar bsalomon2015-06-01
* Stretch small textures up to 16 pixels on PowerVR 54xGravatar bsalomon2015-06-01
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-29
* Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of...Gravatar bsalomon2015-05-28
* Add direct getter for GrCaps to GrContext.Gravatar bsalomon2015-05-28
* Split drawing functionality out of GrContext and into new GrDrawContextGravatar robertphillips2015-05-26
* Further work on sRGB support.Gravatar jvanverth2015-05-22