1. 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 · 9 years ago
  2. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 9 years ago
  3. 2f6bb6b minor readability / refactors by mtklein · 10 years ago
  4. cada95a Move FP texture test buffers to heap. by mtklein · 10 years ago
  5. 1334c21 One more pass at getting half float texture configs correct. by jvanverth · 10 years ago
  6. a60b2ea Fix float and half float support on mobile. by jvanverth · 10 years ago
  7. 28f9c60 Add support for half float alpha textures. by jvanverth · 10 years ago
  8. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  9. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  10. ee5da55 32 bpp floating point textures by joshualitt · 10 years ago