1. ec4cb38 GLConsumer: Fix crop math by Dan Stoza · 9 years ago
  2. a4650a5 Fix PTS handling for buffer replacement by Dan Stoza · 9 years ago
  3. 5471631 libgui: Remove IGBC::BufferItem by Dan Stoza · 10 years ago
  4. dd26416 libgui: Prepare for IGBC::BufferItem removal by Dan Stoza · 10 years ago
  5. 94d5ac4 Merge "Add dataSpace to buffer queues; remove old format enums." by Eino-Ville Talvala · 10 years ago
  6. abf952c GLConsumer: Fix unsigned subtraction during crop by Dan Stoza · 10 years ago
  7. 5b75a51 Add dataSpace to buffer queues; remove old format enums. by Eino-Ville Talvala · 10 years ago
  8. d723bd7 libgui: Enable -Weverything and -Werror by Dan Stoza · 10 years ago
  9. 2bb7270 am 15b2ecf5: am dcc959be: Merge "Adding eglInitialize and eglTerminate image creation and deletion." into lmp-mr1-dev by Michael Lentine · 10 years ago
  10. 15b2ecf am dcc959be: Merge "Adding eglInitialize and eglTerminate image creation and deletion." into lmp-mr1-dev by Michael Lentine · 10 years ago
  11. 78be65e Adding eglInitialize and eglTerminate image creation and deletion. by Michael Lentine · 10 years ago
  12. 58a81ba am 5273a978: resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aosp by Dan Albert · 10 years ago
  13. 5273a97 resolved conflicts for merge of 86aeb9ef to lmp-dev-plus-aosp by Dan Albert · 10 years ago
  14. 8b49125 Make string literal concatenation play nice with C++11. by Dan Albert · 10 years ago
  15. 46a1f6b GLConsumer: correct EGL_NO_DISPLAY to EGL_NO_CONTEXT by Jesse Hall · 10 years ago
  16. 2d14a0e GLConsumer: Fix eglTerminate/eglInit edge case. by Eric Penner · 10 years ago
  17. 5c3d243 GLProducer: Reference count images rather than buffers. by Eric Penner · 10 years ago
  18. ab57491 GLConsumer: Allow creation in detached mode by Dan Stoza · 10 years ago
  19. 87a6784 Always release a buffer by Andy McFadden · 10 years ago
  20. dbe9245 GLConsumer: start using EGL_ANDROID_image_crop by Jamie Gennis · 11 years ago
  21. d171da9 GLConsumer: Add query for current frame number. by Eino-Ville Talvala · 11 years ago
  22. 3f84483 SurfaceFlinger now uses GLES 2.x when available by Mathias Agopian · 11 years ago
  23. 4515596 make sure GLConsumer::releaseTexImage() works after detachFromContext() by Mathias Agopian · 11 years ago
  24. 9870c9b make GLConsumer's debug texture static by Mathias Agopian · 11 years ago
  25. 45263e2 don't hardcode debug texture dimensions by Mathias Agopian · 11 years ago
  26. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 11 years ago
  27. ad678e1 single buffer mode for BufferQueue by Mathias Agopian · 11 years ago
  28. c2414bb get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 11 years ago
  29. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 11 years ago
  30. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 11 years ago
  31. 1585c4d Pay attention to buffer timestamps by Andy McFadden · 11 years ago
  32. c5d7b7d BufferQueue: track buffer-queue by instance vs. by reference by Lajos Molnar · 11 years ago
  33. 2381033 am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 11 years ago
  34. ea74d3b make the warning timout of Fence::waitForever() implicit and longer by Mathias Agopian · 11 years ago
  35. bdcf1fe Merge changes I0d9f18d1,Ib96c9161 by Mathias Agopian · 11 years ago
  36. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  37. e692ab9 fix uninitialized variables in GLConsumer by Mathias Agopian · 11 years ago
  38. ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 12 years ago
  39. 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 12 years ago
  40. 13f01cb Pass sp<Fence>s around instead of file descriptors by Jesse Hall · 12 years ago
  41. 1df8c34 libgui: disallow NULL Fence pointers by Jamie Gennis · 12 years ago
  42. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago[Renamed (88%) from libs/gui/SurfaceTexture.cpp]
  43. 97eba89 Avoid unnecessary texture bind by Andy McFadden · 12 years ago
  44. bf974ab Refactor SurfaceTexture a bit. by Andy McFadden · 12 years ago
  45. 9504eb9 Fix race condition in ConsumerBase::addReleaseFence() by Jesse Hall · 12 years ago
  46. 3fd12e4 libgui: fix up compile options by Jamie Gennis · 12 years ago
  47. ba607d5 Add Fence::waitForever which logs a warning timeout, and use it by Jesse Hall · 12 years ago
  48. e96e9e1 fix a crasher in SurfaceTexture's setFilteringEnabled by Mathias Agopian · 12 years ago
  49. d1b330d SurfaceTexture: fix an out of bounds array write by Jamie Gennis · 12 years ago
  50. 3941cb2 SurfaceTexture: default to doing GL sync by Jamie Gennis · 12 years ago
  51. 98ff059 SurfaceTexture: eglDestroySync after duping its fd by Jamie Gennis · 12 years ago
  52. 61e04b9 SurfaceTexture: use eglWaitSync by Jamie Gennis · 12 years ago
  53. 01dbf55 SurfaceTexture: use EGL-created native fences by Jamie Gennis · 12 years ago
  54. b272541 libgui: move fence handling into ConsumerBase by Jamie Gennis · 12 years ago
  55. d69097f libgui: add some error checks by Jamie Gennis · 12 years ago
  56. 31a353d BufferQueue: clean up buffer counting by Jamie Gennis · 12 years ago
  57. 9fea342 SurfaceTexture: inherit from ConsumerBase (try 2) by Jamie Gennis · 12 years ago
  58. ce7a6c0 Revert "SurfaceTexture: inherit from ConsumerBase" by Jamie Gennis · 12 years ago
  59. ed059a8 SurfaceTexture: inherit from ConsumerBase by Jamie Gennis · 12 years ago
  60. 3d1d09c SurfaceTexture: Fix a fence fd leak. by Jamie Gennis · 12 years ago
  61. 45cb2ba SurfaceTexture: fix an out of bounds array access by Jamie Gennis · 12 years ago
  62. 72131d9 remove unneeded dependencies in libhardware by Mathias Agopian · 12 years ago
  63. 4f9c284 Add missing break in switch statement by Romain Guy · 12 years ago
  64. e7db724 Fix check for fence merge success by Jesse Hall · 12 years ago
  65. dc5b485 Pass fence to HWC on first use of buffer by Jesse Hall · 12 years ago
  66. b42b1ac Return fence from acquireBuffer by Jesse Hall · 12 years ago
  67. d58c304 Clarify aborted updateTexImage use of fences by Jesse Hall · 12 years ago
  68. ef19414 Transfer HWC release fences to BufferQueue by Jesse Hall · 12 years ago
  69. 2c8207e add the ability to reject buffers in SurfaceTexture::updateTexImage by Mathias Agopian · 12 years ago
  70. 7e477bf make sure BufferQueue releases newly acquired buffers on failures by Mathias Agopian · 12 years ago
  71. 90ed850 Recreate EGLImage for previously used slots by Jesse Hall · 12 years ago
  72. 5c1139f SurfaceTexture: improve texture matrix computation by Jamie Gennis · 12 years ago
  73. d72f233 libgui: Add support for post-xform crops. by Jamie Gennis · 12 years ago
  74. 5c8a608 SurfaceTexture: fix a memory leak by Jamie Gennis · 12 years ago
  75. efc7ab6 libgui: Add plumbing for active rectangle by Jamie Gennis · 12 years ago
  76. f4b3228 SurfaceTexture: detachFromContext fixed by Daniel Lam · 12 years ago
  77. a0db308 remove SurfaceTexture::connect() by Mathias Agopian · 12 years ago
  78. 85b2176 Remove fixed USAGE_HW_TEXTURE flag from BufferQueue. by Eino-Ville Talvala · 12 years ago
  79. 9aa74db SurfaceTexture: fix a memory leak by Jamie Gennis · 12 years ago
  80. 91a6826 SurfaceTexture: shrink all sides when cropping by Jamie Gennis · 12 years ago
  81. 016c8cb Enabled cropping support in SurfaceTexture by Daniel Lam · 12 years ago
  82. fbcda93 BufferQueue returns proper code on acquire by Daniel Lam · 12 years ago
  83. 9abe1eb Fixed disconnect bug in SurfaceTexture by Daniel Lam · 13 years ago
  84. 74bed55 SurfaceTexture: add context attach & detach by Jamie Gennis · 13 years ago
  85. f71c4ae Added a DummyConsumer for use with BufferQueue. by Daniel Lam · 13 years ago
  86. ce56137 libgui: have ST::updateTexImage check the GL ctx by Jamie Gennis · 13 years ago
  87. fa5b40e libgui: add BQ consumer buffer free notifications by Jamie Gennis · 13 years ago
  88. b267579 SurfaceTexture: Fully refactored from BufferQueue by Daniel Lam · 13 years ago
  89. 1c8e95c Add tracing to various graphics components. by Jamie Gennis · 13 years ago
  90. eae59d2 Removed dependecies between BufferQueue and SurfaceTexture by Daniel Lam · 13 years ago
  91. fbb1655 Merge "Revert "Removed dependecies between BufferQueue and SurfaceTexture"" by Jamie Gennis · 13 years ago
  92. 90ac799 fix libgui header location by Mathias Agopian · 13 years ago
  93. 9b10c47 Revert "Removed dependecies between BufferQueue and SurfaceTexture" by Daniel Lam · 13 years ago
  94. 3330238 Removed dependecies between BufferQueue and SurfaceTexture by Daniel Lam · 13 years ago
  95. b856052 Refactored query function from SurfaceTexture into BufferQueue by Daniel Lam · 13 years ago
  96. 6b091c5 Refactored ISurfaceTexture calls from SurfaceTexture into BufferQueue. by Daniel Lam · 13 years ago
  97. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  98. 32397c1 Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  99. a19954a Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  100. 9d45368 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago