Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
c0e52f44aac391da632d88d9702aea4f41cfe17a
/
tests
/
FloatingPointTextureTest.cpp
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
32342f0
Rebase and fix chromium
by Brian Osman
· 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
6aa0e11
Add support for RG float textures
by csmartdalton
· 8 years ago
d46697a
Use GrSurfaceContext::read/write-Pixels more
by Robert Phillips
· 8 years ago
3a88725
Always use GL_HALF_FLOAT_OES on ANGLE, even with ES3.
by Brian Osman
· 8 years ago
342b7ac
tests: s/SkAutoTUnref/sk_sp/
by Hal Canary
· 8 years ago
11abd8d
Explicit control in tools of ANGLE frontend and backend
by bsalomon
· 8 years ago
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
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
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
bea0150
Revert of Remove rt flags that are not necessary (patchset #1 id:1 of https://codereview.chromium.org/1226123012/)
by bsalomon
· 9 years ago
b6b0a6e
Remove rt flags that are not necessary
by bsalomon
· 9 years ago
fb5df43
Add RGBA half float texture format.
by jvanverth
· 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
2f6bb6b
minor readability / refactors
by mtklein
· 10 years ago
cada95a
Move FP texture test buffers to heap.
by mtklein
· 10 years ago
1334c21
One more pass at getting half float texture configs correct.
by jvanverth
· 10 years ago
a60b2ea
Fix float and half float support on mobile.
by jvanverth
· 10 years ago
28f9c60
Add support for half float alpha textures.
by jvanverth
· 10 years ago
f2703d8
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
by bsalomon
· 10 years ago
81beccc
Devirtualize read/write pixels on surface.
by bsalomon
· 10 years ago
ee5da55
32 bpp floating point textures
by joshualitt
· 10 years ago