Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
f46710802ad50d33fdb9c9a090e7ee83b0f0ef5b
/
tests
/
ReadWriteAlphaTest.cpp
c640d0d
Revert "Revert "SkTypes: extract SkTo""
by Hal Canary
· 6 years ago
fdcfb8b
Revert "SkTypes: extract SkTo"
by Hal Canary
· 6 years ago
2a2f675
SkTypes: extract SkTo
by Hal Canary
· 6 years ago
c7ad40f
Remove SK_SUPPORT_GPU checks in tool-only code
by Brian Osman
· 6 years ago
19eaf2d
Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU.""
by Brian Salomon
· 7 years ago
be5947c
Revert "New read pixels implementation that is simpler but does all conversions on CPU."
by Brian Salomon
· 7 years ago
c9a642e
New read pixels implementation that is simpler but does all conversions on CPU.
by Brian Salomon
· 7 years ago
58389b9
Initial texture data is never flipped when uploaded.
by Brian Salomon
· 7 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
10fc6fd
Revert "Revert "Add 1010102 support to Ganesh""
by Brian Osman
· 7 years ago
ded47a5
Revert "Add 1010102 support to Ganesh"
by Brian Osman
· 7 years ago
44b6120
Add 1010102 support to Ganesh
by Brian Osman
· 7 years ago
366093f
Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a
by Brian Salomon
· 7 years ago
d5f9cdd
Add SkSurface_Gpu::MakeWrappedRenderTarget method
by Robert Phillips
· 7 years ago
1c80e99
Allow printf style var args for messages in REPORTER_ASSERT.
by Brian Salomon
· 7 years ago
0bd24dc
Funnel most proxy creation through GrProxyProvider
by Robert Phillips
· 7 years ago
1afd4cd
Add GrProxyProvider
by Robert Phillips
· 7 years ago
e44ef10
Second small fragment from "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
96be9df
Revert "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
467022b
Reduce dependence on GrSurface's origin field
by Robert Phillips
· 7 years ago
009e9af
Remove GrGpu.h from GrResourceProvider.h
by Robert Phillips
· 7 years ago
bab2dbb
Reduce read/write-SurfacePixels call sites (take 2)
by Robert Phillips
· 8 years ago
747636f
Revert "Reduce read/write-SurfacePixels call sites"
by Robert Phillips
· 8 years ago
74d5a14
Reduce read/write-SurfacePixels call sites
by Robert Phillips
· 8 years ago
e78b725
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3)
by Robert Phillips
· 8 years ago
1b35256
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)"
by Robert Phillips
· 8 years ago
aaee31f
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)
by Robert Phillips
· 8 years ago
171cc5f
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv"
by Robert Phillips
· 8 years ago
fb0bd98
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv
by Robert Phillips
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
2f49314
Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
by Robert Phillips
· 8 years ago
655f347
Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""
by Brian Osman
· 8 years ago
580ffa0
Revert "Revert "Revert "Move GrTextureProvider to src"""
by Brian Osman
· 8 years ago
2fe8373
Revert "Revert "Move GrTextureProvider to src""
by Brian Osman
· 8 years ago
13d7f5d
Revert "Move GrTextureProvider to src"
by Brian Osman
· 8 years ago
24429c6
Move GrTextureProvider to src
by Brian Osman
· 8 years ago
c949ce9
Replace some GrSurface:read/writePixels with the GrSurfaceContext equivalent
by Robert Phillips
· 8 years ago
342b7ac
tests: s/SkAutoTUnref/sk_sp/
by Hal Canary
· 8 years ago
7ecc596
Remove SkAutoTDeleteArray
by Ben Wagner
· 8 years ago
7e92276
Reduce usage of MakeRenderTargetDirect
by robertphillips
· 8 years ago
dfe4f2e
Add SkColorSpace to GrDrawContext
by brianosman
· 8 years ago
ab527a5
Enable many more tests for Vulkan
by egdaniel
· 8 years ago
8b7451a
Turn ContextInfos returned by GrContextFactory into structs.
by bsalomon
· 9 years ago
7715e06
Retract SkDevice a bit more
by robertphillips
· 9 years ago
df082c5
Add more diagnostic messages to ReadWriteAlpha test
by robertphillips
· 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
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
2ea6ff7
Fix printfs for Windows and undo speculative test disable
by Brian Salomon
· 9 years ago
be0fcb1
Speculative fix for windows builders
by Brian Salomon
· 9 years ago
9d02b26
Fix GL readback code to handle rowbytes correctly for non-32bit formats
by bsalomon
· 9 years ago
e957331
Make A8 readbacks work from non-A8 surfaces
by bsalomon
· 9 years ago
23e5666
Revert of Make A8 readback work in more cases and improve testing. (patchset #5 id:70001 of https://codereview.chromium.org/1584563002/ )
by bsalomon
· 9 years ago
b76afed
Make A8 readback work in more cases and improve testing.
by bsalomon
· 9 years ago
f46a124
Set GL_PACK_ALIGNMENT before calling glReadPixels
by bsalomon
· 9 years ago
1530283
Generate list of GPU contexts outside tests
by kkinnunen
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
74f681d
Make SkGpuDevice know its alpha type
by bsalomon
· 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
d042358
One createTexture function, attempt to recycle scratch in createTexture.
by bsalomon
· 10 years ago
afe3005
Require budget decision when creating a RenderTarget SkSurface.
by bsalomon
· 10 years ago
f037e0b
allow SkUserConfig.h to control NOGPU
by reed
· 10 years ago
f2703d8
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
by bsalomon
· 10 years ago
4a8126e
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
by reed
· 10 years ago
29c857d
Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)
by reed
· 10 years ago
3716fd0
introduce Props to surface (work in progress)
by reed
· 10 years ago
23b406c
Make SkGpuDevice constructors private.
by bsalomon
· 10 years ago
dcabb05
Make GrCacheable implement its own ref counting.
by bsalomon
· 10 years ago
e2eac8b
Move macros from TestClassDef.h to Test.h
by commit-bot@chromium.org
· 11 years ago
4ee16bf
Add a DEF_GPUTEST() macro.
by tfarina@chromium.org
· 11 years ago
a4de8c2
Remove GrRefCnt.h in favor of SkRefCnt.h
by commit-bot@chromium.org
· 11 years ago
1f2f338
Split SkDevice into SkBaseDevice and SkBitmapDevice
by robertphillips@google.com
· 11 years ago
9b051a3
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromium ready.
by robertphillips@google.com
· 11 years ago
3055b70
Split SkDevice out of SkBitmapDevice
by robertphillips@google.com
· 11 years ago
efbe8e9
Fix errors when compiling with -Wall -Werror on Android.
by djsollen@google.com
· 12 years ago
67b915d
Make GPU unit tests use GrContexts of different GL types.
by bsalomon@google.com
· 12 years ago
44a42ea
1. remove references to (deprecated) SkGpuCanvas
by reed@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
5a69ef7
Disable ReadWriteAlpha test on Android
by borenet@google.com
· 12 years ago
cf8fb1f
Create GPU-less build of Skia.
by bsalomon@google.com
· 12 years ago
75b3c96
Move clientID into texture desc
by robertphillips@google.com
· 12 years ago
42639cd
fix warnings on Mac in tests
by caryclark@google.com
· 12 years ago
38c3a30
Fixed issue with Fixed Point scalars in ReadWriteAlphaTest.cpp
by robertphillips@google.com
· 13 years ago
6995068
Initial version of R8 support
by robertphillips@google.com
· 13 years ago