Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
31ba7182d5e813b158f54520831434a6bd737447
/
src
/
gpu
/
GrDrawOpAtlas.h
f6206f9
Add new method for calculating text atlas sizes
by Jim Van Verth
· 6 years ago
ba98b7d
Make sure we mark Plots in use for all regenerate cases
by Jim Van Verth
· 6 years ago
4065d45
Reland "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 6 years ago
d7157b2
Revert "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 6 years ago
2f9a5ea
Reland "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 6 years ago
919c9e7
Revert "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 6 years ago
51b1c12
Have a GrBackendFormat be stored on gpu proxies.
by Greg Daniel
· 6 years ago
a0f5935
Reorganize to extract GPU main drawing code
by Herbert Derby
· 6 years ago
15d9ef2
Simplify atlas calculation for dimension only
by Herb Derby
· 6 years ago
bbf5fb5
Reland "Have GrAtlasManager use legacy behavior"
by Herb Derby
· 6 years ago
b3067e8
Revert "Have GrAtlasManager use legacy behavior"
by Greg Daniel
· 6 years ago
4b7b2ce
Have GrAtlasManager use legacy behavior
by Herb Derby
· 6 years ago
3c4d533
Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig
by Herb Derby
· 6 years ago
aa5f38f
Revert "Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig"
by Cary Clark
· 6 years ago
a2bc1ca
Simplify plots to always be 512x512 and simplify GrDrawOpAtlasConfig
by Herb Derby
· 6 years ago
307d6fd
Calculate numPlotsY from height
by Herb Derby
· 6 years ago
d3895d8
Centralize the predicate for a glyph being too large for the atlas
by Herb Derby
· 6 years ago
1fda024
move SkIPoint16 to private header
by Mike Reed
· 7 years ago
d2e9f76
Revise Text & Small Path Atlas so instantiation failure is handled at flush time
by Robert Phillips
· 7 years ago
4bc7011
Separate creation time & flush time behavior in GrDrawOpAtlas (take 3)
by Robert Phillips
· 7 years ago
ba7a165
Revert "Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"""
by Robert Phillips
· 7 years ago
934c3d0
Revert "Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)""
by Robert Phillips
· 7 years ago
84d823a
Revert "Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)"
by Robert Phillips
· 7 years ago
96165eb
Separate creation time & flush time behavior in GrDrawOpAtlas (take 2)
by Robert Phillips
· 7 years ago
59ddc6d
Revert "Separate creation time & flush time behavior in GrDrawOpAtlas"
by Robert Phillips
· 7 years ago
056c1a8
Separate creation time & flush time behavior in GrDrawOpAtlas
by Robert Phillips
· 7 years ago
06f593c
Some more cleanup of GrDrawOpAtlas compaction
by Jim Van Verth
· 7 years ago
cd5099c
Make atlases instantiate themselves at flush time
by Robert Phillips
· 7 years ago
9f545bc
Modify fontcache GM to actually spill atlas.
by Brian Salomon
· 7 years ago
29b60c9
Make deferred upload handling and draw recording be virtual interfaces implemented by GrOpFlushState.
by Brian Salomon
· 7 years ago
943ed79
Remove deferred upload types from GrDrawOp.h.
by Brian Salomon
· 7 years ago
c3269ae
Miscellaneous dynamic atlas fixes.
by Jim Van Verth
· 7 years ago
6ca9c6f
Fix crash in setLastUseTokenBulk
by Jim Van Verth
· 7 years ago
106b5c4
Shrink GrDrawOpAtlases when no longer needed, take 2.
by Jim Van Verth
· 7 years ago
4935a01
Revert "Shrink GrDrawOpAtlases when no longer needed"
by Jim Van Verth
· 7 years ago
7cf5952
Shrink GrDrawOpAtlases when no longer needed
by Jim Van Verth
· 7 years ago
eafa64b
Revert "Revert "Allow GrDrawOpAtlas to grow as needed""
by Jim Van Verth
· 7 years ago
ad70c41
Revert "Allow GrDrawOpAtlas to grow as needed"
by Jim Van Verth
· 7 years ago
03168b8
Allow GrDrawOpAtlas to grow as needed
by Jim Van Verth
· 7 years ago
a950b63
Add support for additional textures in GrDrawOpAtlas
by Jim Van Verth
· 7 years ago
bdda0ba
Cosmetic changes to GrDrawOpAtlas
by Robert Phillips
· 7 years ago
d74f3f2
Move texture proxy allocation for atlas to constructor.
by Jim Van Verth
· 7 years ago
acaa607
Make op-level texture uploading be GrProxy-based
by Robert Phillips
· 7 years ago
0ae6faa
Make SkImage_Gpu be deferred (take 2)
by Robert Phillips
· 8 years ago
eaa78c4
Revert "Make SkImage_Gpu be deferred"
by Robert Phillips
· 8 years ago
0db235b
Make SkImage_Gpu be deferred
by Robert Phillips
· 8 years ago
256c37b
Remove atlas creation from GrResourceProvider
by Robert Phillips
· 8 years ago
32f2818
Clean up/remove unused GrFragmentProcessor-derived ctors
by Robert Phillips
· 8 years ago
2ee084e
Rename GrBatchAtlas -> GrDrawOpAtlas.
by Brian Salomon
· 8 years ago
903da79
Rename GrBatchAtlas files to GrDrawOpAtlas
by Brian Salomon
· 8 years ago
[Renamed from src/gpu/GrBatchAtlas.h]
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
9afd371
Rename GrDrawBatch->GrDrawOp
by Brian Salomon
· 8 years ago
594f9ed
Smart pointers for GrBatchAtlas.
by Ben Wagner
· 8 years ago
144caf5
src/gpu: s/SkAutoTUnref/sk_sp/g
by Hal Canary
· 8 years ago
6d6b6ad
Make GrBatchAtlas robust against attempts to add large rects.
by bsalomon
· 8 years ago
c3d706f
Revert of Use transfer buffer for BatchAtlas texture copies (patchset #9 id:160001 of https://codereview.chromium.org/1888473002/ )
by jvanverth
· 9 years ago
b0ec983
Use transfer buffer for BatchAtlas texture copies.
by jvanverth
· 9 years ago
342bfc2
Simplify GrDrawBatch uploads and token uage.
by bsalomon
· 9 years ago
7023a00
Use unorm shorts for texture coordinates when rendering text.
by jvanverth
· 9 years ago
d106c2c
Revert of Use unorm shorts for texture coordinates when rendering text. (patchset #3 id:40001 of https://codereview.chromium.org/1713693002/ )
by jvanverth
· 9 years ago
e507ff0
Use unorm shorts for texture coordinates when rendering text.
by jvanverth
· 9 years ago
ddd22d8
Remove last bit of privacy violation for GrAtlasTextBlob
by joshualitt
· 9 years ago
5df175e
Make has GrBatchAtlas::ID() inlineable
by joshualitt
· 9 years ago
2b0536f
Clean up GrBatchAtlas a bit
by robertphillips
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
da04e0e
Allow setting of GrBatchFontCache atlas sizes
by joshualitt
· 9 years ago
7539856
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
by bsalomon
· 9 years ago
7e97b0b
Move strike to subrun in GrAtlasTextContext
by joshualitt
· 9 years ago
da9ccf1
Revert of Move strike to subrun in GrAtlasTextContext (patchset #3 id:40001 of https://codereview.chromium.org/1257253005/)
by joshualitt
· 9 years ago
77d89f7
Move strike to subrun in GrAtlasTextContext
by joshualitt
· 9 years ago
8db6fdc
bump the size of the atlas id to 64 bits
by joshualitt
· 9 years ago
4314e08
small fix for perf regression in GrAtlasTextContext.cpp
by joshualitt
· 10 years ago
97202d2
Fix for segfault on destruction of BitmapTextBlob
by joshualitt
· 10 years ago
010db53
Some simple optimizations for improving GrAtlasTextContext perf
by joshualitt
· 10 years ago
8672f4d
Pack BitmapTextBlob a bit tighter
by joshualitt
· 10 years ago
b4c507e
Adding bulk plot reffer to cached textblobs
by joshualitt
· 10 years ago
3cf9863
Revert of Adding bulk plot reffer to cached textblobs (patchset #7 id:110001 of https://codereview.chromium.org/1050113004/)
by joshualitt
· 10 years ago
7281c61
Adding bulk plot reffer to cached textblobs
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
5bf99f1
Creation of GrBatchAtlas and Distancefieldpathrenderer batch
by joshualitt
· 10 years ago