Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
1b35256f1166358056b2aad8ce09caa6f07912d5
/
src
/
gpu
/
text
/
GrStencilAndCoverTextContext.cpp
54d212e
Revert "Revert "Remove GrPipeline from GrDrawOp.""
by Brian Salomon
· 8 years ago
c48af93
Revert "Remove GrPipeline from GrDrawOp."
by Brian Salomon
· 8 years ago
2bf4b3a
Remove GrPipeline from GrDrawOp.
by Brian Salomon
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
3b65598
Make SkGr.h private and remove unused functions
by Brian Osman
· 8 years ago
8be952a
SkScalarMul is deprecated
by Mike Reed
· 8 years ago
6f1d36c
Delay SkPaint->GrPaint conversion in text rendering.
by Brian Salomon
· 8 years ago
f809c1e
Try out new refFoo pattern on GrStyle
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
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
82c263f
Rename NVPR batch->op and sk_sp'ify
by Brian Salomon
· 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
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
37283c2
Use sk_sp text blob APIs
by fmalita
· 8 years ago
8abb370
Have GrSurfaceProxys and GrGpuResources draw from the same pool of unique ids
by robertphillips
· 8 years ago
86e7626
Move GrAtlasTextContext to GrDrawingManager, so we only have one.
by brianosman
· 8 years ago
8fe485b
Just pass the draw context to paint conversion
by brianosman
· 8 years ago
1638c0d
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
by brianosman
· 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
ecbc15d
Minor cleanup of GrStencilAndCoverTextContext
by robertphillips
· 8 years ago
e34f17d
Make SkFont a bit more useable
by robertphillips
· 8 years ago
640789d
Push GrPipelineBuilder down to the drawBatch calls in the TextContext
by robertphillips
· 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
40ff8ed
Change parameters to GrPipelineBuilder's ctor
by robertphillips
· 8 years ago
862cff3
Remove clip from GrPipelineBuilder
by cdalton
· 8 years ago
193d9cf
Eliminate special case nvpr batch handling
by cdalton
· 8 years ago
93a379b
Separate user and raw stencil settings
by cdalton
· 8 years ago
e19aecd
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ )
by robertphillips
· 8 years ago
12dbb39
Separate user and raw stencil settings
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
3de75da
Use constexpr constructors of GrStencilSettings rather than hacky macro system.
by bsalomon
· 9 years ago
7715e06
Retract SkDevice a bit more
by robertphillips
· 9 years ago
b461d34
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
by brianosman
· 9 years ago
a9322c2
Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )"
by reed
· 9 years ago
25e0a04
Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )
by borenet
· 9 years ago
c791728
Pass effects directly to fontcache
by reed
· 9 years ago
a1e8f8d
Decouple contrast boost from fake gamma.
by brianosman
· 9 years ago
898235c
SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propagated in a few places so that the backend can do the right thing for L32 vs S32 mode.
by brianosman
· 9 years ago
6b3eacb
Change type of SkGlyph::fAdvance[XY] to float.
by benjaminwagner
· 9 years ago
5f939ab
Use std::unique_ptr.
by mtklein
· 9 years ago
e7ec417
Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
2691d76
Use std::unique_ptr.
by mtklein
· 9 years ago
218c846
Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
3dd9ed3
Use std::unique_ptr.
by mtklein
· 9 years ago
977c07d
Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ )
by mtklein
· 9 years ago
20c1e3a
Use std::unique_ptr.
by mtklein
· 9 years ago
68c63b3
Avoid drawing NVPR DIF text when text size is 0
by kkinnunen
· 9 years ago
73c4e64
Retract GrDrawTarget and GrPipelineBuilder a bit more
by robertphillips
· 9 years ago
d936f63
Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc.
by benjaminwagner
· 9 years ago
f6d1e60
Only use fake gamma with linear devices.
by bungeman
· 9 years ago
8e84a1e
Delete GrTextContext
by joshualitt
· 9 years ago
27004b7
Remove GrContext* from GrTextContext
by joshualitt
· 9 years ago
2c89bc1
Move surface props off of GrTextContext
by joshualitt
· 9 years ago
e55750e
Start whittling down GrTextContext
by joshualitt
· 9 years ago
e804292
Move all text stuff to its own folder
by joshualitt
· 9 years ago
[Renamed from src/gpu/GrStencilAndCoverTextContext.cpp]
cdd4682
Improve nvpr glyph batching
by cdalton
· 9 years ago
8ff8d24
Remove drawPathsFromRange from GrDrawContext
by cdalton
· 9 years ago
433625e
Reduce calls sites where both the GrDrawContext & GrRenderTarget are both passed
by robertphillips
· 9 years ago
bf07455
Make stencil and cover path rendering have more reasonable bounds.
by bsalomon
· 9 years ago
5aaef1f
simplify insertion methods for SkTLList
by bsalomon
· 9 years ago
3377975
Make SkTextBlob::RunIterator public.
by halcanary
· 9 years ago
8585dd2
Updates nvpr text blobs to not store a direct reference to the
by cdalton
· 9 years ago
d120105
Make path range loading explicit
by cdalton
· 9 years ago
cdd7907
Implement cached nvpr text blobs
by cdalton
· 9 years ago
02015e5
Use SkTextBlob for nvpr color bitmap fallbacks
by cdalton
· 9 years ago
3bd909a
Add TextRun object to nvpr text
by cdalton
· 9 years ago
7d5c950
Simplify nvpr text
by cdalton
· 9 years ago
f238469
Late creation of GrPathProcessor
by joshualitt
· 9 years ago
1fcc01c
GrPathRangeBatch
by bsalomon
· 9 years ago
90e8ab7
Re-enable nvpr text rendering in DM.
by bsalomon
· 9 years ago
f6703fa
Make GrTextContext no longer store a GrDrawContext
by robertphillips
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 9 years ago
c5d58f0
Use stencil ops that don't issue writes whenever possible
by vbuzinov
· 9 years ago
7b670db
Remove setFromPaint from GrPipelineBuilder
by joshualitt
· 9 years ago
9df4659
Remove init function from GrTextContext.h
by joshualitt
· 9 years ago
fcf7829
remove SkDeviceProperties
by robertphillips
· 9 years ago
bcd7ab5
Add useDFT field to SkDeviceProperties
by robertphillips
· 9 years ago
2334fb6
Make GrTextContext be owned by the GrDrawContext
by robertphillips
· 9 years ago
781d582
Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/)
by bsalomon
· 9 years ago
Next »