1. 89de234 Convert 16 bit bitmaps to 8 bit on devices that do not have GLES3.0 by Romain Guy · 7 years ago
  2. caaaa66 Convert bitmaps to sRGB/scRGB when they have a color profile by Romain Guy · 7 years ago
  3. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 8 years ago
  4. 89ddb1f Update framework to use new SkColorSpace API by Matt Sarett · 8 years ago
  5. 636afc1 Apply transfer function when rendering with linear textures by Romain Guy · 8 years ago
  6. 9fe7e16 Gradients are now an absurd Chimera by Romain Guy · 8 years ago
  7. 9505a65 Add new RGBA_F16 bitmap config by Romain Guy · 8 years ago
  8. ab12c1f update callers to newer Skia APIs by Mike Reed · 8 years ago
  9. 694d499 Routine to upload hardware bitmaps by sergeyv · 8 years ago
  10. 2a38c42 Add target to texture by sergeyv · 8 years ago
  11. 98fa4f9 Use Bitmap in Texture.upload by sergeyv · 8 years ago
  12. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  13. 623d223 Fix bytesPerPixel for SurfaceTexture by John Reck · 9 years ago
  14. 1d4e6a0 Fix bpp mismatch by John Reck · 9 years ago
  15. 975591a Add fine-grained debug layer by John Reck · 9 years ago
  16. 48247a2 Fix mismatch in assumed defaults vs. actual defaults by John Reck · 9 years ago
  17. bd41ded Fix accidental activateTexture(0) by John Reck · 9 years ago
  18. a83c1e5 Merge "Add support for bitmaps with Grey_8 color type." by Derek Sollenberger · 9 years ago
  19. 66f65cb Ensure Texture always binds to self by John Reck · 9 years ago
  20. 2de7771 Normalize GL_UNPACK_ALIGNMENT by John Reck · 9 years ago
  21. 88d842f Add support for bitmaps with Grey_8 color type. by Derek Sollenberger · 9 years ago
  22. 9372ac3 Fix ordering of texture->upload arguments by John Reck · 9 years ago
  23. 38e0c32 Track texture memory globally by John Reck · 9 years ago
  24. 5a4690b Clean up unncessary defines by Chris Craik · 9 years ago
  25. 8e93a7c Simplify Texture member initialization by Chris Craik · 10 years ago
  26. 44eb2c0 Refactor blending and texture gl state by Chris Craik · 10 years ago
  27. d41c4d8 Add overrides and switch to nullptr keyword for all files by Chris Craik · 10 years ago
  28. 860d155 Fix issue with bitmap uploading by John Reck · 10 years ago
  29. be1b127 Assume a texture is unbound after deleting it Bug #9316260 by Romain Guy · 11 years ago
  30. 8aa195d Introduce Caches::bindTexture() to reduce glBindTexture calls by Romain Guy · 11 years ago