Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
4f358be6b72cca97856b3f59d83448650d359d93
/
src
/
gpu
/
GrSoftwarePathRenderer.cpp
296b1cc
Retract GrContext from src/gpu/effects
by Robert Phillips
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
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
f7cf81a
Use GrTextureProvider's uniqueKey setting method rather than directly setting it
by Robert Phillips
· 8 years ago
256c37b
Remove atlas creation from GrResourceProvider
by Robert Phillips
· 8 years ago
82f4431
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
by Brian Salomon
· 8 years ago
f833478
Remove ref counting from GrOp.
by Brian Salomon
· 8 years ago
c1c607e
GPU: Fix for fuzzer issue for sw-rendered paths with large bounds.
by Brian Salomon
· 8 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
6a63904
Update rect ops to use "op" in their name and return sk_sp.
by Brian Salomon
· 8 years ago
e305cc1f
Partially defer GrSWMaskHelper
by Robert Phillips
· 8 years ago
417b7f4
Replace TextureType with SkBackingFit
by Robert Phillips
· 8 years ago
24f1978
Make GrRenderTargetContext::addDrawOp use sk_sp
by Brian Salomon
· 8 years ago
0e8fc8b
Relandx2 "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
073285c
Revert "Reland "Remove antialiasing control from GrPaint.""
by Brian Salomon
· 8 years ago
3944484
Reland "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
419d81e
Revert "Remove antialiasing control from GrPaint."
by Brian Salomon
· 8 years ago
9f54935
Remove antialiasing control from GrPaint.
by Brian Salomon
· 8 years ago
42521e8
Rename GrRTC::drawBatch to addDrawOp and local vars in GrRTC.cpp
by Brian Salomon
· 8 years ago
9afd371
Rename GrDrawBatch->GrDrawOp
by Brian Salomon
· 8 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
39ef7fb
Add optional sw generated path coverage mask caching
by bsalomon
· 8 years ago
d656200
require semi at the end of SkASSERT and friends
by caryclark
· 8 years ago
bb24383
Revert of Retract PipelineBuilder some more (patchset #9 id:160001 of https://codereview.chromium.org/2092893003/ )
by bsalomon
· 8 years ago
2895eeb
Retract PipelineBuilder some more
by robertphillips
· 8 years ago
5fa7f30
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 8 years ago
d2b6d64
Minor change to Ganesh path renderers
by robertphillips
· 8 years ago
5d1676c
Revert of Remove DrawFace enum from GrPipelineBuilder (patchset #2 id:20001 of https://codereview.chromium.org/2165283002/ )
by robertphillips
· 8 years ago
da152eb
Remove DrawFace enum from GrPipelineBuilder
by robertphillips
· 8 years ago
3950f0d
Remove fColor from PathRenderer DrawPathArgs struct
by robertphillips
· 8 years ago
0a0f67e
Make lines a special case in GrShape
by bsalomon
· 8 years ago
635df95
Revert of Make lines a special case in GrShape (patchset #5 id:120001 of https://codereview.chromium.org/2108523002/ )
by bsalomon
· 8 years ago
c62318c
Make lines a special case in GrShape
by bsalomon
· 8 years ago
8acedde
Use GrShape in GrPathRenderer.
by bsalomon
· 8 years ago
ecbc12b
Replace targetHasUnifiedMultisampling in GrPB constructor
by csmartdalton
· 8 years ago
55fdccc
Remove GrRenderTarget from GrPipelineBuilder
by robertphillips
· 8 years ago
976f5f0
Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack
by robertphillips
· 8 years ago
0152d73
GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext)
by robertphillips
· 8 years ago
862cff3
Remove clip from GrPipelineBuilder
by cdalton
· 8 years ago
6663acf
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 8 years ago
85d9667
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ )
by bsalomon
· 8 years ago
33595bd
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 8 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
397536c
Consolidate GPU buffer implementations
by cdalton
· 9 years ago
f8c3ba4
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ )
by robertphillips
· 9 years ago
8b1bff2
Consolidate GPU buffer implementations
by cdalton
· 9 years ago
de83b41
Add Audittrail for path renderers
by joshualitt
· 9 years ago
04194f3
Remove two varieties of drawNonAARect from GrDrawTarget
by joshualitt
· 9 years ago
7bceedc
Retract GrRenderTarget a bit
by robertphillips
· 9 years ago
b83bec5
Narrow the distribution of GrDrawTarget a bit
by robertphillips
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
d2b23e0
Standardize BW to NonAA
by joshualitt
· 9 years ago
b6b513b
Create separate entry points for the various flavors of drawRect
by joshualitt
· 9 years ago
e7d4b2f
Simplify parameters passed to path renderers
by robertphillips
· 9 years ago
0aff2fa
Also provides the ResourceProvider to onDrawPath which allows the DF PR to no longer require access to GrContext.
by bsalomon
· 9 years ago
1c73548
Start to propagate constness of GrPipelineBuilder up the stack
by joshualitt
· 9 years ago
4f6dc52
Trivial cleanup of copying GrPipelineBuilder
by joshualitt
· 9 years ago
ea46150
Split drawing functionality out of GrContext and into new GrDrawContext
by robertphillips
· 9 years ago
d156d36
Make GrStrokeInfo inherit from SkStrokeRec
by kkinnunen
· 9 years ago
72e3ae4
Remove vertex/index buffer factilities from GrDrawTarget.
by bsalomon
· 10 years ago
1899651
Extract gpu line dashing to GrDashLinePathRenderer
by kkinnunen
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
e85a32d
Clean up clipping code a bit
by robertphillips
· 10 years ago
8dd688b
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
by egdaniel
· 10 years ago
8059eb9
Move ViewMatrix off of drawstate
by joshualitt
· 10 years ago
d27f73e
Remove coordchanges from drawstate
by joshualitt
· 10 years ago
2e3b3e3
This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated).
by joshualitt
· 10 years ago
9853cce
Drawstate on stack
by joshualitt
· 10 years ago
01c8da1
Remove unused matrix param from GrContext/GrDrawTarget rect drawing functions.
by bsalomon
· 10 years ago
730c044
Alter Default & Software path renderers to better handle AA hairline paths
by robertphillips
· 10 years ago
e79f320
Revert of r13384 (Stateful PathRenderer implementation)
by robertphillips@google.com
· 11 years ago
3e0c64a
Stateful PathRenderer implementation
by robertphillips@google.com
· 11 years ago
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 11 years ago
137f134
Replace GrDrawState::AutoDeviceCoordDraw with GrDrawState::AutoViewMatrixRestore::setIdentity(). s
by bsalomon@google.com
· 11 years ago
5f74cf8
Follow up on the previous patch :
by sugoi@google.com
· 12 years ago
45a15f5
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager.
by bsalomon@google.com
· 12 years ago
12b4e27
As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh.
by sugoi@google.com
· 12 years ago
b9086a0
Replace GrMatrix with SkMatrix.
by bsalomon@google.com
· 12 years ago
0f11e1a
Remove translate param from GrContext::drawPath (and subsequent calls).
by bsalomon@google.com
· 12 years ago
5b3e890
Move some auto restore helpers from GrDrawTarget to GrDrawState.
by bsalomon@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
7b11289
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space
by robertphillips@google.com
· 12 years ago
e4d69c0
Added getConservativeBound helper function to GrClipData
by robertphillips@google.com
· 12 years ago
beb1af7
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
by robertphillips@google.com
· 12 years ago
e3d3216
Remove stage masks
by bsalomon@google.com
· 12 years ago
3e11c0b
Forced GrClip to always have conservative bounds
by robertphillips@google.com
· 12 years ago
5dfb672
Left over cleanup from r4416 (fix for lingering AA clip mask bug)
by robertphillips@google.com
· 12 years ago
366f1c6
Fixed lingering gpu-path AA clip mask generation bug
by robertphillips@google.com
· 12 years ago
58b2021
Split GrSWMaskHelper into its own files
by robertphillips@google.com
· 12 years ago
c0c1daa
Enable Scratch texture detach in SW path renderer's onDrawPath (again)
by robertphillips@google.com
· 12 years ago
009f629
Reverting r4324
by robertphillips@google.com
· 12 years ago
f41f4d2
Enable Scratch texture detach in SW path renderer's onDrawPath (take 2)
by robertphillips@google.com
· 12 years ago
1807d0d
Reverting r4319
by robertphillips@google.com
· 12 years ago
042cb47
Enable Scratch texture detach in SW path renderer's onDrawPath
by robertphillips@google.com
· 12 years ago
15c0fea
AutoScratchTexture can now release its texture and it will return to the texture cache when freed
by robertphillips@google.com
· 12 years ago
c82a8b7
Fixed two bugs in SW-only clip mask generation
by robertphillips@google.com
· 12 years ago
276c1fa
fix incorrect GPU rendering for path inverse fill when path is outside the clip
by bsalomon@google.com
· 12 years ago
Next »