Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
34855f9e1c40bf91d2bdbd34b32868eb06327c9f
/
tests
/
GrPorterDuffTest.cpp
a163392
Revert "Revert "Removing ref counting from GrXPFactory.""
by Brian Salomon
· 8 years ago
003312a
Revert "Removing ref counting from GrXPFactory."
by Brian Salomon
· 8 years ago
a8f80de
Removing ref counting from GrXPFactory.
by Brian Salomon
· 8 years ago
bfd5183
Removes tracking of whether color is ignored by XP.
by Brian Salomon
· 8 years ago
8c852be
Removing tracking of whether GP/FP coverage calculations are used by XP.
by Brian Salomon
· 8 years ago
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
92aee3d
This renames methods and classes that relate to static analysis of combinations of GrDrawOps and GrPipelines.
by Brian Salomon
· 8 years ago
8952743
move src/gpu/batches -> src/gpu/ops
by Brian Salomon
· 8 years ago
dad2923
Rename GrVertexBatch->GrMeshDrawOp
by Brian Salomon
· 8 years ago
25a8809
Rename GrBatch to GrOp
by Brian Salomon
· 8 years ago
0e39f97
Revert "Revert "make it illegal to include SkXfermode.h""
by Mike Reed
· 8 years ago
e9d1b29
Revert "make it illegal to include SkXfermode.h"
by Greg Daniel
· 8 years ago
07764ce
make it illegal to include SkXfermode.h
by Mike Reed
· 8 years ago
342b7ac
tests: s/SkAutoTUnref/sk_sp/
by Hal Canary
· 8 years ago
7d954ad
remove xfermode from public api
by Mike Reed
· 8 years ago
6bd5284
Remove SkAutoTUnref and SkAutoTDelete from public includes.
by bungeman
· 8 years ago
fc6c37b
Remove stray semicolons.
by Mike Klein
· 8 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 8 years ago
8b7451a
Turn ContextInfos returned by GrContextFactory into structs.
by bsalomon
· 8 years ago
3ccf2e7
Remove hasMixedSamples() from GrPipelineBuilder
by cdalton
· 8 years ago
758586c
Make existing unit tests only run on GL contexts
by bsalomon
· 9 years ago
f2f1c17
One signature for creating unit tests that run on premade GrContexts
by bsalomon
· 9 years ago
85b4b53
Rename enums in GrContextFactory to remove "GL"
by bsalomon
· 9 years ago
b4b4cf3
Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ )
by bsalomon
· 9 years ago
2d9c6f8
Rename enums in GrContextFactory to remove "GL"
by bsalomon
· 9 years ago
3724e57
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
6f70d43
Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ )
by robertphillips
· 9 years ago
fe3456c
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
3b7af78
added a default constructor for GrBatchToXPOverrides
by ethannicholas
· 9 years ago
975765c
fix for GrPorterDuffTest valgrind error
by ethannicholas
· 9 years ago
2279325
added support for PLS path rendering
by ethannicholas
· 9 years ago
5366a09
Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ )
by ethannicholas
· 9 years ago
7df3f5e
added support for PLS path rendering
by ethannicholas
· 9 years ago
1530283
Generate list of GPU contexts outside tests
by kkinnunen
· 9 years ago
144c3c8
Make onPrepareDraws const
by joshualitt
· 9 years ago
de4166a
APIs which took colorPOI / coveragePOI pairs updated to take a GrPipelineOptimizations struct
by ethannicholas
· 9 years ago
ff21032
New API for computing optimization invariants.
by ethannicholas
· 9 years ago
f234272
Revert of Make specialized SrcOver XPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1455273006/ )
by egdaniel
· 9 years ago
a7006d4
Make specialized SrcOver XPFactory
by egdaniel
· 9 years ago
091f60c
Use a struct for client GL texture handles
by bsalomon
· 9 years ago
1b55a96
Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ )
by reed
· 9 years ago
48e3a45
Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ )
by reed
· 9 years ago
eb44d53
add a ClassID function to GrBatch
by joshualitt
· 9 years ago
a7008403
Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ )
by joshualitt
· 9 years ago
4078d52
add a ClassID function to GrBatch
by joshualitt
· 9 years ago
723b050
Add support for blending of LCD for all blend modes. BUG=skia:
by egdaniel
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
7539856
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
by bsalomon
· 9 years ago
16b9913
Split GrDrawBatch and GrVertexBatch into their own files
by bsalomon
· 9 years ago
abd30f5
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches
by bsalomon
· 9 years ago
cb02b38
Check for xfer barriers in GrBatch, auto-issue barriers in GrGpu
by bsalomon
· 9 years ago
91d844d
Rename GrPipelineInfo to GrPipelineOptimizations
by bsalomon
· 9 years ago
7441782
Make folder for batches
by joshualitt
· 9 years ago
fb1141a
Don't pass pipeline to GrBatch::generateGeometry()
by bsalomon
· 9 years ago
eae6200
Some cleanup in GrTextureProvider and GrResourceProvider.
by bsalomon
· 9 years ago
7765a47
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
by bsalomon
· 9 years ago
d07a279
Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/)
by bsalomon
· 9 years ago
f5179a4
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
by bsalomon
· 9 years ago
6dc6f5f
Add support for creating texture backed images where Skia will delete the texture.
by bsalomon
· 9 years ago
86ae0a9
Add mixed samples support to XPs
by cdalton
· 9 years ago
1fa4572
Update XPF invariant info to not account for conflation
by cdalton
· 9 years ago
7622863
Add direct getter for GrCaps to GrContext.
by bsalomon
· 9 years ago
084d1b6
Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/)
by bsalomon
· 9 years ago
9138c46
Add direct getter for GrCaps to GrContext.
by bsalomon
· 9 years ago
6fd158e
Implement Porter Duff XP with a blend table
by cdalton
· 9 years ago
c33db93
Revert of Implement Porter Duff XP with a blend table (patchset #12 id:220001 of https://codereview.chromium.org/1124373002/)
by bungeman
· 9 years ago
c319c80
Revert of Fix LCD coverage regression in GrPorterDuffXPFactory (patchset #3 id:40001 of https://codereview.chromium.org/1149883004/)
by bungeman
· 9 years ago
d23a395
Revert of Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names. (patchset #6 id:100001 of https://codereview.chromium.org/1132093004/)
by bungeman
· 9 years ago
bb106b5
Move DstCoordTexture to GrXP, rename and remove the word "copy" from dstcopytexture names.
by bsalomon
· 9 years ago
3e2d59e
Fix LCD coverage regression in GrPorterDuffXPFactory
by cdalton
· 9 years ago
9a70920
Implement Porter Duff XP with a blend table
by cdalton
· 9 years ago