aboutsummaryrefslogtreecommitdiffstats
path: root/gm/yuvtorgbeffect.cpp
Commit message (Expand)AuthorAgeFilesLines
* Consolidate stroke-rect ops and use GrFillRectOp instead of GrNonAA/AARectOpMichael Ludwig2018-12-111-5/+5
* Draw YUVA images with multitextureJim Van Verth2018-11-051-2/+4
* Fix yuv_to_rgb_effect GMRobert Phillips2018-10-101-4/+4
* Make GrYUVtoRGBEffect more flexibleRobert Phillips2018-10-101-17/+27
* Remove raw-data version of createTextureProxyBrian Osman2018-09-121-34/+31
* Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessorWeiliang Chen2018-07-031-4/+1
* Plumb GrContext everywhereRobert Phillips2018-06-121-2/+2
* Dest color space no longer impacts mipmaps or texture samplingBrian Osman2018-06-011-4/+2
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-4/+0
* Make GrCaps and GrShaderCaps private.Brian Salomon2018-05-111-2/+4
* Initial texture data is never flipped when uploaded.Brian Salomon2018-03-071-6/+4
* Remove GrSurfaceOrigin from GrSurfaceDesc.Brian Salomon2018-03-051-32/+23
* Add checks for failed SkImageInfo2GrPixelConfig callsGreg Daniel2018-02-211-0/+2
* Funnel most proxy creation through GrProxyProviderRobert Phillips2018-01-161-7/+9
* Add GrProxyProviderRobert Phillips2018-01-081-2/+3
* converted YUVEffect to SkSLEthan Nicholas2017-12-221-9/+9
* Pull non-substantive changes out of explicit GPU resource allocation CLRobert Phillips2017-09-131-2/+3
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Brian Salomon2017-08-111-5/+4
* Clean up GrResourceProvider usageRobert Phillips2017-06-151-4/+2
* Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMesh...Brian Salomon2017-06-151-6/+5
* Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp s...Brian Salomon2017-06-141-5/+6
* Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.Brian Salomon2017-06-141-6/+5
* Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.Brian Salomon2017-05-101-9/+7
* Move pipeline handling out of GrMeshDrawOp.Brian Salomon2017-04-031-4/+4
* Retract GrContext from src/gpu/effectsRobert Phillips2017-03-151-3/+4
* Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsRobert Phillips2017-03-141-4/+2
* Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derive...Brian Salomon2017-03-091-5/+5
* Rebase and fix chromiumBrian Osman2017-03-041-2/+2
* Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>Robert Phillips2017-03-031-9/+6
* Push GrTextureProxy down to more effectsRobert Phillips2017-01-301-4/+2
* Make GrYUVEffect take GrTextureProxiesRobert Phillips2017-01-241-25/+52
* Continue making Ganesh use absolute texture coordinates - take 2Robert Phillips2017-01-201-6/+6
* Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.Brian Salomon2017-01-111-7/+7
* Revert "Revert "Removing ref counting from GrXPFactory.""Brian Salomon2017-01-091-2/+2
* Revert "Removing ref counting from GrXPFactory."Brian Salomon2017-01-091-2/+2
* Removing ref counting from GrXPFactory.Brian Salomon2017-01-091-2/+2
* Remove ref counting from GrOp.Brian Salomon2017-01-031-3/+3
* move src/gpu/batches -> src/gpu/opsBrian Salomon2016-12-161-2/+2
* Update rect ops to use "op" in their name and return sk_sp.Brian Salomon2016-12-141-6/+5
* Rename testingOnly_drawBatch to testingOnly_addDrawOp and sk_spBrian Salomon2016-12-091-6/+6
* Relandx2 "Remove antialiasing control from GrPaint."Brian Salomon2016-12-091-2/+4
* Plumb dst color space in many places, rather than "mode"Brian Osman2016-12-091-12/+6
* Revert "Reland "Remove antialiasing control from GrPaint.""Brian Salomon2016-12-091-4/+2
* Reland "Remove antialiasing control from GrPaint."Brian Salomon2016-12-091-2/+4
* Revert "Remove antialiasing control from GrPaint."Brian Salomon2016-12-081-4/+2
* Remove antialiasing control from GrPaint.Brian Salomon2016-12-081-2/+4
* Rename GrDrawBatch->GrDrawOpBrian Salomon2016-12-011-3/+3
* Rename GrTextureParams to GrSamplerParamsBrian Salomon2016-11-171-6/+6
* Rename SkSourceGammaTreatment to SkDestinationSurfaceColorModeBrian Osman2016-11-091-15/+18
* gm: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-071-11/+15