Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
52e7657cd850f95e66eb23c6d138ee45149a1039
/
tests
/
FloatingPointTextureTest.cpp
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