Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4803f9715ff02b54a8ebae24167c490181d7cc3f
/
tests
/
RecordReplaceDrawTest.cpp
8b7451a
Turn ContextInfos returned by GrContextFactory into structs.
by bsalomon
· 8 years ago
68d9134
Make more unit tests run on Vulkan
by bsalomon
· 9 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
9d524f2
Style bikeshed - remove extraneous whitespace
by halcanary
· 9 years ago
ca2622b
return pictures as sk_sp
by reed
· 9 years ago
5ec26ae
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
bd500f0
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ )
by bsalomon
· 9 years ago
57599fe
Move Budgeted enum out of SkSurface, use in GrTextureProvider
by bsalomon
· 9 years ago
1530283
Generate list of GPU contexts outside tests
by kkinnunen
· 9 years ago
60029a5
Update Layer Hoisting to store its atlas texture in the resource cache
by robertphillips
· 9 years ago
cf1d198
Revert of Update Layer Hoisting to store its atlas texture in the resource cache (patchset #6 id:100001 of https://codereview.chromium.org/1406013006/ )
by robertphillips
· 9 years ago
42597bc
Update Layer Hoisting to store its atlas texture in the resource cache
by robertphillips
· 9 years ago
07b41eb
Update RecordReplaceDraw unit test
by robertphillips
· 9 years ago
67b8b5e
Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ )
by reed
· 9 years ago
7b81994
Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away"
by reed
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
c6ad06a
unsigned -> int for counts and indices in picture-related code
by mtklein
· 9 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
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
d042358
One createTexture function, attempt to recycle scratch in createTexture.
by bsalomon
· 10 years ago
72c9faa
Fix up all the easy virtual ... SK_OVERRIDE cases.
by mtklein
· 10 years ago
783fe16
Rename SkDrawPictureCallback to SkPicture::AbortCallback
by robertphillips
· 10 years ago
8ea6dab
Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset #2 id:20001 of https://codereview.chromium.org/829983003/)
by reed
· 10 years ago
7ef1972
Rename SkDrawPictureCallback to SkPicture::AbortCallback
by robertphillips
· 10 years ago
478dd72
Fix layer hoisting image filter corner cases
by robertphillips
· 10 years ago
86f0328
Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 of https://codereview.chromium.org/803183003/)
by robertphillips
· 10 years ago
702eb96
Fix layer hoisting image filter corner cases
by robertphillips
· 10 years ago
7bc0b42
update test after I added a clip call, making the count odd
by reed
· 10 years ago
2ff1fce
Defer saves() until they're needed
by reed
· 10 years ago
c88ceda
Fix up RecordReplaceDrawTest memory leak.
by mtklein
· 10 years ago
e99d499
Fuse GrReplacements and GrLayerCache
by robertphillips
· 10 years ago
01d6e5f
Use variable length key (rather than accumulated matrix) as save layer hoisting key
by robertphillips
· 10 years ago
4477c3c
Cut down SkBBH API more.
by mtklein
· 10 years ago
6515175
Override SkCanvas::drawImage() in SkRecorder.
by piotaixr
· 10 years ago
68cd2aa
Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw
by robertphillips
· 10 years ago
ee6631e
Update RecordReplaceDrawTest to generate and pass pictures
by robertphillips
· 10 years ago
a0537de
Copy layer-hoisting related SkPaints
by robertphillips
· 10 years ago
46625e0
Fix two SkRecord-backed layer hoisting bugs
by robertphillips
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
d982eb2
Replace SkPictureReplacementPlayback with GrRecordReplaceDraw
by robertphillips
· 10 years ago