Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
344ec42f60fd9d10f14d4ffaf8e7b7916bb20bcc
/
src
/
gpu
/
text
344ec42
Rename GrAtlasTextBatch->GrAtlasTextOp and sk_sp
by Brian Salomon
· 8 years ago
09e019e
Rename GrAtlasTextBatch files to GrAtlasTextOp
by Brian Salomon
· 8 years ago
82c263f
Rename NVPR batch->op and sk_sp'ify
by Brian Salomon
· 8 years ago
31c2608
Demote savePixels to save_pixels
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
742e31d
Rename GrBatchFlushState to GrOpFlushState
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
db4183d
In GrProcessor::TextureSampler drop the "get", it's cleaner
by Brian Salomon
· 8 years ago
08576e6
Fix error with transforming custom/large glyphs
by Jim Van Verth
· 8 years ago
294870f
Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy
by Robert Phillips
· 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
145dbcd
Remove SkAutoTDelete.
by Ben Wagner
· 8 years ago
1105224
Rename GrDrawContext to GrRenderTargetContext
by Brian Osman
· 8 years ago
f93f515
Revert of Generate Signed Distance Field directly from vector path (patchset #19 id:360001 of https://codereview.chromium.org/1643143002/ )
by bsalomon
· 8 years ago
f2361d2
Add GrOpList and rename GrDrawTarget to GrRenderTargetOpList
by Robert Phillips
· 8 years ago
67c7c81
Generate Signed Distance Field directly from vector path
by joel.liang
· 8 years ago
620ee4f
Revert of Generate Signed Distance Field directly from vector path (patchset #18 id:340001 of https://chromiumcodereview.appspot.com/1643143002/ )
by benjaminwagner
· 8 years ago
e8f0a7b
Generate Signed Distance Field directly from vector path
by joel.liang
· 8 years ago
cce3e58
Always use RGBA textures for color font atlases
by Brian Osman
· 8 years ago
777b563
Remove many uses of kSkia8888 and kSkiaGamma8888
by Brian Osman
· 8 years ago
374772b
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
by reed
· 8 years ago
c245574
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2b2fc7d
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
3ed485f
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
1834242
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
2cbcd12
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"""
by Mike Reed
· 8 years ago
70cdb39
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
by Mike Reed
· 8 years ago
ce02e71
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
by Mike Reed
· 8 years ago
0591897
replace SkXfermode obj with SkBlendMode enum in paints
by Mike Reed
· 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
4e97607
Use sse4.2 CRC32 instructions to hash when available.
by mtklein
· 8 years ago
6738c70
Rename GrContext's newDrawContext & drawContext to makeDrawContext
by robertphillips
· 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
86dc226
Use sRGB pixel config for ARGB masks (color emoji)
by brianosman
· 8 years ago
180500e
Revert of Use sRGB pixel config for ARGB masks (color emoji) (patchset #1 id:1 of https://codereview.chromium.org/2129913004/ )
by brianosman
· 8 years ago
920af9f
Use sRGB pixel config for ARGB masks (color emoji)
by brianosman
· 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
8b6fa5e
Make GrAtlasTextBlob::run own effects it points to.
by bsalomon
· 8 years ago
d1c71fd
Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code.
by bsalomon
· 8 years ago
c2878e2
Remove GrFontScaler class.
by bsalomon
· 8 years ago
c5fd5c4
Remove GrFontDescKey.
by bsalomon
· 8 years ago
c5d07fa
Rename SkDescriptor::equals to SkDescriptor::operator==
by bsalomon
· 8 years ago
4bb7ce7
Make GrFontScaler not be ref-counted
by bsalomon
· 8 years ago
94b25b0
Remove unneeded reference count churn.
by bungeman
· 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
· 9 years ago
85d9667
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ )
by bsalomon
· 9 years ago
33595bd
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 9 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
8d7ffce
Include scaler context flags (gamma and contrast boost) in the text blob cache key.
by brianosman
· 9 years ago
5280dcb
Simplify gamma-correctness for text rendering.
by brianosman
· 9 years ago
b461d34
Rename lots of things from 'sRGB' to 'GammaCorrect', where appropriate
by brianosman
· 9 years ago
0586f5c
sRGB support for distance field text.
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
32f7782
sRGB text fake-gamma progress:
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
342bfc2
Simplify GrDrawBatch uploads and token uage.
by bsalomon
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
6b3eacb
Change type of SkGlyph::fAdvance[XY] to float.
by benjaminwagner
· 9 years ago
a439334
Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )"
by reed
· 9 years ago
f28ad89
Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )
by reed
· 9 years ago
9fbee18
switch patheffects over to sk_sp
by reed
· 9 years ago
852f15d
free -> reset
by mtklein
· 9 years ago
43812e2
Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ )
by bungeman
· 9 years ago
0e3738d
free -> reset
by mtklein
· 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
Next »