1. 67603c6 Recreate TextureView's display list on attach Bug #9425270 by Romain Guy · 11 years ago
  2. efb709a Prevent TextureView from ever setting a null layer paint Bug #8760436 by Romain Guy · 11 years ago
  3. 52b307e Clear draw flags when updating TextureView's layer Bug #7171323 by Romain Guy · 12 years ago
  4. 88801b2 Update TextureView's layer on size change Bug #7171323 by Romain Guy · 12 years ago
  5. ef09a21 Don't destroy the same texture twice Bug #7221449 by Romain Guy · 12 years ago
  6. d15ebf2 Enable changing properties of layer paint by Chet Haase · 12 years ago
  7. dde331c We can now (kind-of) change screen density on the fly. by Dianne Hackborn · 12 years ago
  8. 51f7c6b Flip TextureView's layer after calling setSurfaceTexture() Bug #6531172 by Romain Guy · 12 years ago
  9. 52c145f Call invalidate() immediately when a frame is available by Romain Guy · 12 years ago
  10. 78245f7 Prevent NPE in TextureView.getBitmap() by Romain Guy · 12 years ago
  11. 8a34d68 TextureView: don't call onSTAvailable due to setST by Jamie Gennis · 12 years ago
  12. 33efb23 Unhide new SurfaceTexture & TextureView APIs by Jamie Gennis · 12 years ago
  13. a8a2f97 Don't update TextureView's surface if the Layer doesn't exist by Romain Guy · 12 years ago
  14. 1ac4765 Fix SurfaceTexture leak in TextureView Bug #6318631 by Romain Guy · 12 years ago
  15. 2af3524 TextureView: add setSurfaceTexture method by Jamie Gennis · 12 years ago
  16. a998dff Destroy the hardware renderer when ViewRootImpl's die is post-poned Bug #6109035 by Romain Guy · 12 years ago
  17. 7e52caf Don't draw layers in buildLayer() by Michael Jurka · 12 years ago
  18. faeac27 Merge "Change widgets to post invalidate to the animation timer." by Jeff Brown · 12 years ago
  19. 6cb7b46 Change widgets to post invalidate to the animation timer. by Jeff Brown · 12 years ago
  20. 2bf68f0 Deferred layer updates by Romain Guy · 12 years ago
  21. 1766b0e Fix the build by Romain Guy · 13 years ago
  22. 31f2c2e Notify views when EGL resources are about to be destroyed Bug #5639899 by Romain Guy · 13 years ago
  23. 589b0bb Make sure we have the correct GL context when grabbing a bitmap Bug #5427391 by Romain Guy · 13 years ago
  24. 59c7f80 TextureView works best when it draws stuff. Bug #5391188 by Romain Guy · 13 years ago
  25. 462785f Add a bit more doc to TextureView by Romain Guy · 13 years ago
  26. 16260e7 Dispatch onDetachedFromWindow before destroying everything Bug #5245686 by Romain Guy · 13 years ago
  27. c01391f Minor fixes to SurfaceTexture transform matrix. by Alexandre Elias · 13 years ago
  28. 302a9df Add an API to set the transform on a TextureView's surface texture. Bug #5156689 by Romain Guy · 13 years ago
  29. 402f055 Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed. by Grace Kloba · 13 years ago
  30. ec46b4e Add a 'release' method to the SurfaceTexture public Java API by Mathias Agopian · 13 years ago
  31. 6be3d55 Add lock/unlockCanvas to TextureView by Romain Guy · 13 years ago
  32. 80429c4 Properly tear down TextureView by Romain Guy · 13 years ago
  33. 58f4edb Reduce the number of UI events required to update a SurfaceTexture. by Romain Guy · 13 years ago
  34. 02ccac6 Code cleanup by Romain Guy · 13 years ago
  35. cf55937 Add onSurfaceTextureUpdated to the TextureView listener. by Grace Kloba · 13 years ago
  36. 1ec3a58 Prevent possible NPE in TextureView by Romain Guy · 13 years ago
  37. a948927 Add the ability to specify the opacity of a TextureView by Romain Guy · 13 years ago
  38. c989d86 Collapse UI events in TextureView. by Romain Guy · 13 years ago
  39. d6b2a00 Add error checking to LayerRenderer::copyLayer by Romain Guy · 13 years ago
  40. e5e0c50 Properly refcount SurfaceTexture in the JNI layer. by Romain Guy · 13 years ago
  41. 77a8116 Add TextureView.getBitmap() by Romain Guy · 13 years ago
  42. 451ce44 Add onSurfaceTextureDestroyed() callback. by Romain Guy · 13 years ago
  43. 8f0095c Allows to render with an OpenGL context inside a TextureView. by Romain Guy · 13 years ago
  44. e208fc2 Fix the build. by Romain Guy · 13 years ago
  45. aa6c24c New widget: TextureView Bug #4343984 by Romain Guy · 13 years ago