Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
f2c2ba99f665d5afa885d795f38279190e3ddbce
/
src
/
gpu
/
GrSWMaskHelper.cpp
f2c2ba9
Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable.
by Brian Salomon
· 6 years ago
a3e2996
Rework how initial clearing of texture works.
by Brian Salomon
· 6 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 6 years ago
663afe5
Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/
by Michael Ludwig
· 6 years ago
10d1721
Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed
by Robert Phillips
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
f58e49f
Initialize unfilled textures based on GrCaps
by Kevin Lubick
· 6 years ago
6f0e02f
Switch path renderers over to using GrRecordingContext
by Robert Phillips
· 6 years ago
9da87e0
Rename GrContext::contextPriv to priv
by Robert Phillips
· 7 years ago
a96ec09
[canvaskit] Performance tuning of GL calls
by Kevin Lubick
· 7 years ago
618decb
Remove unneeded sk_bzero
by Herbert Derby
· 7 years ago
d004e0b
Cleanup resource flags
by Chris Dalton
· 7 years ago
cb7b831
Remove another writePixels instance
by Robert Phillips
· 7 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
65c7f66
Add mip support to GrAHardwareBufferImageGenerator
by Greg Daniel
· 8 years ago
52b7d13
remove debugging code breaking windows compile
by Brian Salomon
· 8 years ago
7407756
Make GrSWMaskHelper take a matrix for each draw
by Brian Salomon
· 8 years ago
f981066
Threaded generation of software paths
by Brian Osman
· 8 years ago
87ae989
Revert "Threaded generation of software paths"
by Brian Salomon
· 8 years ago
76323bc
Threaded generation of software paths
by Brian Osman
· 8 years ago
c7da146
Move DrawToTargetWithShapeMask to GrSoftwarePathRenderer
by Brian Osman
· 8 years ago
e5b399e
Remove GrLegacyMeshDrawOp and GrPipelineBuilder
by Brian Salomon
· 8 years ago
fbcef6e
Clean up GrResourceProvider usage
by Robert Phillips
· 8 years ago
baaf439
Revert "Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.""
by Brian Salomon
· 8 years ago
a0485d9
Revert "Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses."
by Brian Salomon
· 8 years ago
1ec03f3
Converts remaining rect ops from GrLegacyMeshDrawOp to GrMeshDrawOp subclasses.
by Brian Salomon
· 8 years ago
ac70f84
Move all non-AA fill rect ops off of GrLegacyMeshDrawOp.
by Brian Salomon
· 8 years ago
e14bd80
Move GrPipelineBuilder into GrRenderTargetContext::addLegacyDrawOp
by Brian Salomon
· 8 years ago
d3ccb0a
Move pipeline handling out of GrMeshDrawOp.
by Brian Salomon
· 8 years ago
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
d374948
Consolidate Proxy caching code in GrResourceProvider
by Robert Phillips
· 8 years ago
649a341
Add a separate draw function to GrRenderTargetContext for GrMeshDrawOp derived classes.
by Brian Salomon
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
f200a90
Rationalize GrContext's Gr*Proxy getter naming
by Robert Phillips
· 9 years ago
67c18d6
Continue making Ganesh use absolute texture coordinates - take 2
by Robert Phillips
· 9 years ago
c949ce9
Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent
by Robert Phillips
· 9 years ago
a7d61a6
Revert "Continue making Ganesh use absolute texture coordinates"
by Joe Gregorio
· 9 years ago
4493a9d
Continue making Ganesh use absolute texture coordinates
by Robert Phillips
· 9 years ago
d4652ca
Remove most modifiers of processors on GrPipelineBuilder
by Brian Salomon
· 9 years ago
f809c1e
Try out new refFoo pattern on GrStyle
by Robert Phillips
· 9 years ago
82f4431
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
by Brian Salomon
· 9 years ago
f833478
Remove ref counting from GrOp.
by Brian Salomon
· 9 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 9 years ago
6a63904
Update rect ops to use "op" in their name and return sk_sp.
by Brian Salomon
· 9 years ago
e305cc1f
Partially defer GrSWMaskHelper
by Robert Phillips
· 9 years ago
417b7f4
Replace TextureType with SkBackingFit
by Robert Phillips
· 9 years ago
24f1978
Make GrRenderTargetContext::addDrawOp use sk_sp
by Brian Salomon
· 9 years ago
0e8fc8b
Relandx2 "Remove antialiasing control from GrPaint."
by Brian Salomon
· 9 years ago
073285c
Revert "Reland "Remove antialiasing control from GrPaint.""
by Brian Salomon
· 9 years ago
3944484
Reland "Remove antialiasing control from GrPaint."
by Brian Salomon
· 9 years ago
419d81e
Revert "Remove antialiasing control from GrPaint."
by Brian Salomon
· 9 years ago
9f54935
Remove antialiasing control from GrPaint.
by Brian Salomon
· 9 years ago
42521e8
Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp
by Brian Salomon
· 9 years ago
9afd371
Rename GrDrawBatch->GrDrawOp
by Brian Salomon
· 9 years ago
514baff
Rename GrTextureParams to GrSamplerParams
by Brian Salomon
· 9 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 9 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 9 years ago
374772b
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
by reed
· 9 years ago
c245574
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 9 years ago
2b2fc7d
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 9 years ago
3ed485f
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 9 years ago
1834242
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 9 years ago
2ebd0c8
Remove option to make GrCoordTransforms apply to device positions.
by Brian Salomon
· 9 years ago
2cbcd12
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"""
by Mike Reed
· 9 years ago
70cdb39
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
by Mike Reed
· 9 years ago
ce02e71
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 9 years ago
0591897
replace SkXfermode obj with SkBlendMode enum in paints
by Mike Reed
· 9 years ago
39ef7fb
Add optional sw generated path coverage mask caching
by bsalomon
· 9 years ago
bb24383
Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ )
by bsalomon
· 9 years ago
2895eeb
Retract PipelineBuilder some more
by robertphillips
· 9 years ago
d2b6d64
Minor change to Ganesh path renderers
by robertphillips
· 9 years ago
54f30c1
Introduce GrColorSpaceXform, for gamut conversion on textures
by brianosman
· 9 years ago
3950f0d
Remove fColor from PathRenderer DrawPathArgs struct
by robertphillips
· 9 years ago
8acedde
Use GrShape in GrPathRenderer.
by bsalomon
· 9 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 9 years ago
ecbc12b
Replace targetHasUnifiedMultisampling in GrPB constructor
by csmartdalton
· 9 years ago
55fdccc
Remove GrRenderTarget from GrPipelineBuilder
by robertphillips
· 9 years ago
976f5f0
Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack
by robertphillips
· 9 years ago
0152d73
GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext)
by robertphillips
· 9 years ago
9837740
Simplify GrSWMaskHelper
by robertphillips
· 9 years ago
862cff3
Remove clip from GrPipelineBuilder
by cdalton
· 9 years ago
6663acf
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 9 years ago
85d9667
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ )
by bsalomon
· 9 years ago
33595bd
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 9 years ago
1e7f5e7
remove 'deprecated' region from SkDraw
by reed
· 9 years ago
cfb6bdf
switch xfermodes over to sk_sp
by reed
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
67acb83
Fix oval rendering in vulkan
by egdaniel
· 9 years ago
ed82800
There is an unused rowBytes parameter being passed along.
by cblume
· 9 years ago
0042245
Remove outdated optimization to not flush for new textures in GrSWMaskHelper
by bsalomon
· 9 years ago
04194f3
Remove two varieties of drawNonAARect from GrDrawTarget
by joshualitt
· 10 years ago
4a33952
Bye bye processor data manager.
by bsalomon
· 10 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 10 years ago
ac856c9
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 10 years ago
4bf69f7b
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ )
by rmistry
· 10 years ago
2424344
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 10 years ago
d2b23e0
Standardize BW to NonAA
by joshualitt
· 10 years ago
b6b513b
Create separate entry points for the various flavors of drawRect
by joshualitt
· 10 years ago
eae6200
Some cleanup in GrTextureProvider and GrResourceProvider.
by bsalomon
· 10 years ago
4421a4c
small cleanups after fixing const of GrPipelineBuilder on DrawTarget
by joshualitt
· 10 years ago
Next »