Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
ec8f8b064340b030fc4ce10f6cbbc3d6f63b946f
/
src
/
gpu
/
text
/
GrStencilAndCoverTextContext.h
48d1b4c
Revert "Revert "Create GrXferProcessor while doing GrProcessorSet analysis.""
by Brian Salomon
· 8 years ago
5dac9b3
Revert "Create GrXferProcessor while doing GrProcessorSet analysis."
by Brian Salomon
· 8 years ago
0ae0e23
Create GrXferProcessor while doing GrProcessorSet analysis.
by Brian Salomon
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
6f1d36c
Delay SkPaint->GrPaint conversion in text rendering.
by Brian Salomon
· 8 years ago
82f4431
Make GrPaints move their GrProcessor ownership into GrPipelineBuilder.
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
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
294870f
Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy
by Robert Phillips
· 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
f2361d2
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
by Robert Phillips
· 8 years ago
37283c2
Use sk_sp text blob APIs
by fmalita
· 8 years ago
86e7626
Move GrAtlasTextContext to GrDrawingManager, so we only have one.
by brianosman
· 8 years ago
4e97607
Use sse4.2 CRC32 instructions to hash when available.
by mtklein
· 8 years ago
ecbc15d
Minor cleanup of GrStencilAndCoverTextContext
by robertphillips
· 8 years ago
640789d
Push GrPipelineBuilder down to the drawBatch calls in the TextContext
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
73c4e64
Retract GrDrawTarget and GrPipelineBuilder a bit more
by robertphillips
· 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.h]
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
6ee690e
Remove plumbing of clipRect thoughout the TextContexts
by robertphillips
· 9 years ago
f045d60
Make block size a template parameter of SkTLList
by bsalomon
· 9 years ago
8585dd2
Updates nvpr text blobs to not store a direct reference to the
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
1fcc01c
GrPathRangeBatch
by bsalomon
· 9 years ago
f6703fa
Make GrTextContext no longer store a GrDrawContext
by robertphillips
· 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
5b16e74
Make GrTextContext be owned by the GrDrawContext
by robertphillips
· 9 years ago
ccb1b57
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
by robertphillips
· 9 years ago
50b58e6
Improve caching of dashed paths in GrStencilAndCoverPathRenderer
by kkinnunen
· 9 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
e68f736
Add more parameters to GrTextContext::canDraw
by cdalton
· 10 years ago
6e8cd96
Let text contexts fall back directly to paths
by joshualitt
· 10 years ago
6be6f7c
Cleanup in GrPipelineBuilder
by bsalomon
· 10 years ago
570d2f8
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
2907059
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/)
by joshualitt
· 10 years ago
586d5d6
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
25d9c15
Pass Rendertarget into context.
by joshualitt
· 10 years ago
8dd688b
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
by egdaniel
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
290c09b
initial changes to add local matrix to primitive processor
by joshualitt
· 10 years ago
5531d51
remove view matrix from context
by joshualitt
· 10 years ago
20b373c
Add color emoji fallback for nvpr text
by cdalton
· 10 years ago
55b24af
Add IndexType parameter to GrDrawTarget::drawPaths
by cdalton
· 10 years ago
9853cce
Drawstate on stack
by joshualitt
· 10 years ago
38e13ad
Remove 1d glyph positions from nvpr text
by cdalton
· 10 years ago
aab626c
Revert of Change drawText() to generate positions and send to drawPosText() (patchset #4 id:60001 of https://codereview.chromium.org/653133004/)
by jvanverth
· 10 years ago
7851a56
Change drawText() to generate positions and send to drawPosText()
by jvanverth
· 10 years ago
8c27a18
Change GrTextContext fallbacks to be a linked list chain.
by jvanverth
· 10 years ago
0fedb19
Rearrange code in TextContexts to be more consistent and match style guide.
by jvanverth
· 10 years ago
05c4a43
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/)
by fmalita
· 10 years ago
d46b8d2
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/)
by robertphillips
· 10 years ago
c13bc57
Fix SkTextBlob offset semantics.
by Florin Malita
· 10 years ago
855d83f
Uses a single pre-baked set of paths for drawing nvpr text of a given
by cdalton
· 10 years ago
b2808cd
Send less transform data when drawing text with nvpr
by cdalton
· 10 years ago
b85a0aa
Add a GrPathRange class
by cdalton
· 10 years ago
c6cb56f
Implement text rendering with NVPR
by kkinnunen
· 10 years ago
4784182
Revert of Implement text rendering with NVPR (https://codereview.chromium.org/196133014/)
by commit-bot@chromium.org
· 11 years ago
dcb8ef9
Implement text rendering with NVPR
by commit-bot@chromium.org
· 11 years ago