Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
5ea95df02de9cd774d0b84d1341599bbd9c0d8db
/
src
/
gpu
/
GrStencilAndCoverTextContext.cpp
d120105
Make path range loading explicit
by cdalton
· 10 years ago
cdd7907
Implement cached nvpr text blobs
by cdalton
· 10 years ago
02015e5
Use SkTextBlob for nvpr color bitmap fallbacks
by cdalton
· 10 years ago
3bd909a
Add TextRun object to nvpr text
by cdalton
· 10 years ago
7d5c950
Simplify nvpr text
by cdalton
· 10 years ago
f238469
Late creation of GrPathProcessor
by joshualitt
· 10 years ago
1fcc01c
GrPathRangeBatch
by bsalomon
· 10 years ago
90e8ab7
Re-enable nvpr text rendering in DM.
by bsalomon
· 10 years ago
f6703fa
Make GrTextContext no longer store a GrDrawContext
by robertphillips
· 10 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 10 years ago
385fe4d
Style Change: SkNEW->new; SkDELETE->delete
by halcanary
· 10 years ago
c5d58f0
Use stencil ops that don't issue writes whenever possible
by vbuzinov
· 10 years ago
7b670db
Remove setFromPaint from GrPipelineBuilder
by joshualitt
· 10 years ago
9df4659
Remove init function from GrTextContext.h
by joshualitt
· 10 years ago
fcf7829
remove SkDeviceProperties
by robertphillips
· 10 years ago
bcd7ab5
Add useDFT field to SkDeviceProperties
by robertphillips
· 10 years ago
2334fb6
Make GrTextContext be owned by the GrDrawContext
by robertphillips
· 10 years ago
781d582
Revert of Make GrTextContext be owned by the GrDrawContext (patchset #7 id:120001 of https://codereview.chromium.org/1175553002/)
by bsalomon
· 10 years ago
5b16e74
Make GrTextContext be owned by the GrDrawContext
by robertphillips
· 10 years ago
dded696
Implement support for mixed sampled render targets
by vbuzinov
· 10 years ago
ccb1b57
Move SkGpuDevice::internalDrawPath to GrBlurUtils::drawPathWithMaskFilter
by robertphillips
· 10 years ago
ea46150
Split drawing functionality out of GrContext and into new GrDrawContext
by robertphillips
· 10 years ago
706f08f
Move GrPath(Range) creation to ResourceProvider.
by bsalomon
· 10 years ago
50b58e6
Improve caching of dashed paths in GrStencilAndCoverPathRenderer
by kkinnunen
· 10 years ago
d309e7a
This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types.
by bsalomon
· 10 years ago
8f94bb2
remove old text contexts and fontcache
by joshualitt
· 10 years ago
9bd2daf
Initial CL to add distance field support to GrAtlasTextContext
by joshualitt
· 10 years ago
dbd3593
Rename GrBitmapTextContextB to GrAtlasTextContext
by joshualitt
· 10 years ago
1d89e8d
move Atlas Text Context to its own file
by joshualitt
· 10 years ago
7c3a2f8
BitmapTextBatch and BitmapTextBlob
by joshualitt
· 10 years ago
c03391e
Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/)
by joshualitt
· 10 years ago
eed1dae
BitmapTextBatch and BitmapTextBlob
by joshualitt
· 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
d709ea8
Remove SkLONGLONG.
by bungeman
· 10 years ago
79738cc
Glyph positions maintain 32 bit integer part.
by bungeman
· 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
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
8718aaf
Rename GrContentKey to GrUniqueKey
by bsalomon
· 10 years ago
25d9c15
Pass Rendertarget into context.
by joshualitt
· 10 years ago
24db3b1
Add specialized content key class for resources.
by bsalomon
· 11 years ago
8dd688b
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
by egdaniel
· 11 years ago
7775c85
Add a simpler key type for scratch resource keys.
by bsalomon
· 11 years ago
8059eb9
Move ViewMatrix off of drawstate
by joshualitt
· 11 years ago
290c09b
initial changes to add local matrix to primitive processor
by joshualitt
· 11 years ago
5531d51
remove view matrix from context
by joshualitt
· 11 years ago
56995b5
Remove GP from drawstate, revision of invariant output for GP
by joshualitt
· 11 years ago
8c0f615
Revert of Remove GP from drawstate, revision of invariant output for GP (patchset #9 id:160001 of https://codereview.chromium.org/791743003/)
by joshualitt
· 11 years ago
c6bc58e
Remove GP from drawstate, revision of invariant output for GP
by joshualitt
· 11 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
· 11 years ago
e05162d
Ignore SkGlyphCache gamma for nvpr text
by cdalton
· 11 years ago
20b373c
Add color emoji fallback for nvpr text
by cdalton
· 11 years ago
55b24af
Add IndexType parameter to GrDrawTarget::drawPaths
by cdalton
· 11 years ago
9853cce
Drawstate on stack
by joshualitt
· 11 years ago
38e13ad
Remove 1d glyph positions from nvpr text
by cdalton
· 11 years ago
92e496f
Beginning to refactor nvpr code
by joshualitt
· 11 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
· 11 years ago
7851a56
Change drawText() to generate positions and send to drawPosText()
by jvanverth
· 11 years ago
8c27a18
Change GrTextContext fallbacks to be a linked list chain.
by jvanverth
· 11 years ago
0fedb19
Rearrange code in TextContexts to be more consistent and match style guide.
by jvanverth
· 11 years ago
05c4a43
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/)
by fmalita
· 11 years ago
d46b8d2
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/)
by robertphillips
· 11 years ago
c13bc57
Fix SkTextBlob offset semantics.
by Florin Malita
· 11 years ago
855d83f
Uses a single pre-baked set of paths for drawing nvpr text of a given
by cdalton
· 11 years ago
4e205b1
Remove createPath* from GrGpu and GrContext
by cdalton
· 11 years ago
1696126
Make GrGpuResources register with GrResourceCache2 after fully constructed.
by bsalomon
· 11 years ago
a2b0af8
Revert of Make GrGpuResources register with GrResourceCache2 after fully constructed. (patchset #3 of https://codereview.chromium.org/504313002/)
by bsalomon
· 11 years ago
d68b3e4
Make GrGpuResources register with GrResourceCache2 after fully constructed.
by bsalomon
· 11 years ago
ccdaa04
Separate GL path rendering state from GrGpuGL to GrGLPathRendering
by kkinnunen
· 11 years ago
3f86099
Fix crash in nvpr text after abandoning context
by cdalton
· 11 years ago
b2808cd
Send less transform data when drawing text with nvpr
by cdalton
· 11 years ago
6d3fe02
Rename GrGpuObject to GrGpuResource
by bsalomon
· 11 years ago
c44be0e
Merge GrGpuObject and GrCacheable.
by bsalomon
· 11 years ago
b85a0aa
Add a GrPathRange class
by cdalton
· 11 years ago
c6cb56f
Implement text rendering with NVPR
by kkinnunen
· 11 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