1. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  2. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 14 years ago
  3. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 14 years ago
  4. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 14 years ago
  5. f08403b am 74e0fcae: am a1dee3f5: Merge "SurfaceTexture: fix a verbose-log compile error" into ics-mr1 by Jamie Gennis · 14 years ago
  6. 798b9cd SurfaceTexture: fix a verbose-log compile error by Jamie Gennis · 14 years ago
  7. 993b209 am 55d3880e: am bb1e7d43: Merge changes I7e973a35,Ib3386fcc into ics-mr1 by Mathias Agopian · 14 years ago
  8. 77cec613 SurfaceTexture: add EGL_KHR_fence_sync option by Jamie Gennis · 14 years ago
  9. 3f15700 split ComposerService out of SurfaceComposerClient.h by Mathias Agopian · 14 years ago
  10. 4c6d112 am cc4d02e0: am 07a2d831: Merge "don\'t report an error when disconnecting from an abandoned surfacetexture" into ics-mr1 by Mathias Agopian · 14 years ago
  11. 29c18ca am 8390cf39: am 8646cd42: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1 by Mathias Agopian · 14 years ago
  12. 07f062b am c2597295: am 53cf2020: Merge changes I37fd43b5,I91eb29db,I0491ce35 into ics-mr1 by Jamie Gennis · 14 years ago
  13. 07a2d83 Merge "don't report an error when disconnecting from an abandoned surfacetexture" into ics-mr1 by Mathias Agopian · 14 years ago
  14. 8646cd4 Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1 by Mathias Agopian · 14 years ago
  15. 87f3265 EGL: default to swap interval 1 by Jamie Gennis · 14 years ago
  16. b05bb17 don't report an error when disconnecting from an abandoned surfacetexture by Mathias Agopian · 14 years ago
  17. e2fa30c enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices by Mathias Agopian · 14 years ago
  18. 892a9d6 am 9da22d2c: am 2ba13186: Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1 by Jamie Gennis · 14 years ago
  19. 2ba1318 Merge "SurfaceTexture: fix a bug with buffer reallocation" into ics-mr1 by Jamie Gennis · 14 years ago
  20. e36d0548 SurfaceTexture: fix a bug with buffer reallocation by Jamie Gennis · 14 years ago
  21. 905a12a am abdade71: am 69c17a11: Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1 by Mathias Agopian · 14 years ago
  22. 04dd4de am 7765fc65: am fd6b64f6: Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call" into ics-mr1 by Jamie Gennis · 14 years ago
  23. 69c17a1 Merge "Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices"" into ics-mr1 by Mathias Agopian · 14 years ago
  24. db5494c Revert "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" by Mathias Agopian · 14 years ago
  25. fd6b64f Merge "SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call" into ics-mr1 by Jamie Gennis · 14 years ago
  26. 1fea891 am 556a406c: am 3aa684ec: Merge "enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices" into ics-mr1 by Mathias Agopian · 14 years ago
  27. f1e868f SurfaceTexture: Fix to return the oldest of free buffers to Client on Dequeue call by Sunita Nadampalli · 14 years ago
  28. e7758be enable ALLOW_DEQUEUE_CURRENT_BUFFER for tegra devices by Mathias Agopian · 14 years ago
  29. a0337b4 am c5ce130f: Merge "SurfaceTexture: various logging improvements" into ics-mr1 by Jamie Gennis · 14 years ago
  30. e4bd0f3 SurfaceTexture: various logging improvements by Jamie Gennis · 14 years ago
  31. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 14 years ago
  32. 8606fef SurfaceTexture: parameterize the texture target by Jamie Gennis · 14 years ago
  33. 44a0522 SurfaceTexture: add name support by Jamie Gennis · 14 years ago
  34. 53f6cdd cleanup: fix typos in logs by Mathias Agopian · 14 years ago
  35. 2370d0a make sure to re-initialize SurfaceTexture to its default state on disconnect by Mathias Agopian · 14 years ago
  36. 8618ebc don't return the current buffer from dequeueBuffer by Mathias Agopian · 14 years ago
  37. 1a22743 fix a small race condition when returning the default width/height of a SurfaceTexture by Mathias Agopian · 14 years ago
  38. 4982b69 Revert "error out when SurfaceTexture APIs are called while not connected" by Dave Burke · 14 years ago
  39. 5c71575 fix a crasher in SurfaceTexture::updateTexImage() by Mathias Agopian · 14 years ago
  40. 71fd121 rework dequeueBuffer()'s main loop. by Mathias Agopian · 14 years ago
  41. a04cda9 error out when SurfaceTexture APIs are called while not connected by Mathias Agopian · 14 years ago
  42. 4954193 fix a crasher in dumpsys by Mathias Agopian · 14 years ago
  43. 43a3d91 free all buffers when ANativeWindow::disconnect is called by Mathias Agopian · 14 years ago
  44. 053b02d return correct value from query after connecting a surface by Mathias Agopian · 14 years ago
  45. fc4ba11 Merge "improve dumpsys SurfaceFlinger output" by Mathias Agopian · 14 years ago
  46. 95dfd05 add some logs to track a crash in eglCreateImageKHR by Mathias Agopian · 14 years ago
  47. 0c3367f improve dumpsys SurfaceFlinger output by Mathias Agopian · 14 years ago
  48. ec46b4e Add a 'release' method to the SurfaceTexture public Java API by Mathias Agopian · 14 years ago
  49. d995b08 SurfaceTexture: allow set_buffer_count(2) by Jamie Gennis · 14 years ago
  50. 686200c Merge "remove dead code and member variables." by Mathias Agopian · 14 years ago
  51. f3503c2 remove dead code and member variables. by Mathias Agopian · 14 years ago
  52. d50aef5 Merge "SurfaceTexture: enable RGB external textures" by Jamie Gennis · 14 years ago
  53. ecfa1d3 SurfaceTexture: enable RGB external textures by Jamie Gennis · 14 years ago
  54. 5ef59bc SurfaceTexture: add the abandon method. by Jamie Gennis · 14 years ago
  55. 5c23a2c SurfaceTexture: remove getAllocator by Jamie Gennis · 14 years ago
  56. f07b8a3 implement: "Add an ANativeWindow API for SurfaceFlinger to suggest an optimal buffer orientation" by Mathias Agopian · 14 years ago
  57. ff86f37 use SurfaceTexture new scaling mode in SF by Mathias Agopian · 14 years ago
  58. 09d7ed7 Add set_scaling_mode() to ANativeWindow. by Mathias Agopian · 14 years ago
  59. 949be32 move lock/unlock implementaion outside of Surface into SurfaceTextureClient by Mathias Agopian · 14 years ago
  60. 9709687 SurfaceTexture: make (dis)connect into an IPC by Jamie Gennis · 14 years ago
  61. eec0f7e return an error code with gralloc buffer allocation failures by Mathias Agopian · 14 years ago
  62. ea458f1 Merge "Minor fix in SurfaceTexture" by Pannag Sanketi · 14 years ago
  63. c9ec69e Minor fix in SurfaceTexture by Pannag Sanketi · 14 years ago
  64. 9fb5976 SurfaceTexture: consume buffers after err checks by Jamie Gennis · 14 years ago
  65. bd5404d SurfaceTexture: change onFrameAvailable behavior by Jamie Gennis · 14 years ago
  66. 0904d0a Add allowSynchronousMode to SurfaceTexture constructor. by Grace Kloba · 14 years ago
  67. 9b8e196 Temporarily don't return the current buffer in synchronous mode by Mathias Agopian · 14 years ago
  68. eadfb67 SurfaceTexture: fix a getTransformMatrix crash. by Jamie Gennis · 14 years ago
  69. 44e9e0d SurfaceTexture: fix an error check in dequeueBuffer. by Jamie Gennis · 14 years ago
  70. a218715 SurfaceTexture: clean up some comments, tests, etc. by Jamie Gennis · 14 years ago
  71. bca2d5b Disable error report temporarily to enable inline video by Teng-Hui Zhu · 14 years ago
  72. e845c35 fix onFrameAvailable by Mathias Agopian · 14 years ago
  73. 7f3289c Add SurfaceTexture logging by Mathias Agopian · 14 years ago
  74. 402ff24 Implement {Surface|SurfaceTextureClient}::setSwapInterval() by Mathias Agopian · 14 years ago
  75. 5bbb1cf Add the concept of synchronous dequeueBuffer in SurfaceTexture by Mathias Agopian · 14 years ago
  76. ed3894c unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  77. 0297dca Fix a bug where setgeometry couldn't be undone by Mathias Agopian · 14 years ago
  78. 926340c Fix uninitialized variable in SurfaceTexture by Mathias Agopian · 14 years ago
  79. 6fad64c Report errors when eglCreateImageKHR fails by Mathias Agopian · 14 years ago
  80. 578492e Merge "changes to SurfaceTexture needed for unification with SF" by Mathias Agopian · 14 years ago
  81. 27cd07c changes to SurfaceTexture needed for unification with SF by Mathias Agopian · 14 years ago
  82. 5f05f99 Fix a GraphicBuffer leak in SurfaceTexture by Mathias Agopian · 14 years ago
  83. e5a1bff SurfaceTexture can now force the client to request a buffer by Mathias Agopian · 14 years ago
  84. c5f94d8 Add support for timestamps into SurfaceTexture. by Eino-Ville Talvala · 14 years ago
  85. f3cedb6 SurfaceTexture: fix transform matrix computation. by Jamie Gennis · 14 years ago
  86. 96dcc97 Add the MIN_UNDEQUEUED_BUFFERS query to ANW. by Jamie Gennis · 14 years ago
  87. f7398e2 am c7839751: am c2efcd2c: Merge "Initialize the SurfaceTexture transform fields." into honeycomb by Jamie Gennis · 14 years ago
  88. 2672226 Initialize the SurfaceTexture transform fields. by Jamie Gennis · 14 years ago
  89. a257be1 am 421d94c2: am ecb4b3f0: Merge "Pass the IGraphicBufferAlloc to SurfaceTextureClient." into honeycomb by Jamie Gennis · 14 years ago
  90. 83bac21 Pass the IGraphicBufferAlloc to SurfaceTextureClient. by Jamie Gennis · 14 years ago
  91. 79d01fe Clear GL errors before updating a SurfaceTexture. by Jamie Gennis · 15 years ago
  92. 376590d Implement SurfaceTexture frame-available callback. by Jamie Gennis · 15 years ago
  93. 0fb736c Fix SurfaceTexture transform matrix. by Jamie Gennis · 15 years ago
  94. f7acf16 Fix remote GraphicBuffer allocation in SurfaceFlinger. by Jamie Gennis · 15 years ago
  95. a7eacc1 Fix a bug in SurfaceTexture::dequeueBuffer. by Jamie Gennis · 15 years ago
  96. b598fb9 Implement crop & transform for SurfaceTexture. by Jamie Gennis · 15 years ago
  97. d369dc4 Fix a bug in SurfaceTexture::setBufferCount. by Jamie Gennis · 15 years ago
  98. 7dc00d5 Add method logging to the SurfaceTexture C++ class. by Jamie Gennis · 15 years ago
  99. fd804f3 Initialize the SurfaceTexture buffer slots. by Jamie Gennis · 15 years ago
  100. 68e4a7a Add the SurfaceTexture C++ implementation. by Jamie Gennis · 15 years ago