1. d30823a libgui: ConsumerBase-based classes now create their own BufferQueues by Jim Shargo · 1 year ago
  2. cfa41bf Make all libgui tests print their name to logcat on begin/end by Nolan Scobie · 2 years, 2 months ago
  3. f50aebc Convert ALOGV to ALOGD in various libgui_test cases by Nolan Scobie · 2 years, 4 months ago
  4. d8460c8 Use more inclusive terms. by Peiyong Lin · 5 years ago
  5. f8e4a34 libgui: remove redundant eglQueryStringImplementationANDROID by Yiwei Zhang · 6 years ago
  6. a03e044 [gui] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  7. 7108c31 Remove mentions of EGL_ANDROID_image_crop by Krzysztof Kosiński · 7 years ago
  8. 00b15b8 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK by Jiyong Park · 8 years ago
  9. a934764 Break a dependency of libui on libandroid by Mathias Agopian · 8 years ago
  10. ee1cd12 Merge "Fix google-explicit-constructor warnings." am: caff47a0c4 am: 4a912c41d3 by Chih-hung Hsieh · 9 years ago
  11. d9cdadb Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  12. 83b1e68 frameworks/native: Make Thread::run threadName argument required by Brian Carlstrom · 9 years ago
  13. 583b1b3 BQ: Prevent operations on disconnected BQs by Pablo Ceballos · 10 years ago
  14. 53390e1 libgui/SF: Fix some code warnings by Pablo Ceballos · 10 years ago
  15. 04b00ce Fix libgui crop matrix test. by Michael Lentine · 10 years ago
  16. f8cebe5 libgui: Fix some bitrot/warnings in tests by Dan Stoza · 10 years ago
  17. e49ba8e GLConsumer: Stop using default constructor params by Dan Stoza · 11 years ago
  18. 5603a2f Remove deprecated BufferQueue constructor by Dan Stoza · 11 years ago
  19. c6bae00 Fix build. optional tests were broken. by Mathias Agopian · 12 years ago
  20. db89edc All consumers now take an IGraphicBufferConsumer instead of a BufferQueue by Mathias Agopian · 12 years ago
  21. bf5b849 fix build by Mathias Agopian · 12 years ago
  22. 7cdd786 Make ANW.setSwapInterval(0) work again by Mathias Agopian · 12 years ago
  23. 595264f BufferQueue improvements and APIs changes by Mathias Agopian · 12 years ago
  24. 8f938a5 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 12 years ago
  25. ad669b0 libgui: fix an EGLImage leak by Jamie Gennis · 12 years ago
  26. 993e14f Added a test that checks the error behavior of ConsumerBase::abandon by Mathias Agopian · 12 years ago
  27. cf0b8c8 get rid of Surface::getISurfaceTexture() by Mathias Agopian · 12 years ago
  28. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 12 years ago
  29. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 13 years ago
  30. c911ea5 stop using a deprecated SurfaceTextureClient ctor by Jamie Gennis · 13 years ago
  31. 4697528 SurfaceTexture: fix a few tests by Jamie Gennis · 13 years ago
  32. d8e812c Update ANativeWindow clients for sync by Jamie Gennis · 13 years ago
  33. b7a6b96 libgui: remove setPostTransformCrop by Jamie Gennis · 13 years ago
  34. d72f233 libgui: Add support for post-xform crops. by Jamie Gennis · 13 years ago
  35. 91a6826 SurfaceTexture: shrink all sides when cropping by Jamie Gennis · 13 years ago
  36. fa5b40e libgui: add BQ consumer buffer free notifications by Jamie Gennis · 13 years ago
  37. c10d9d9 clean-up. get rid ofunused code and members in Surface[Control].cpp by Mathias Agopian · 14 years ago
  38. c8251a0 SurfaceTexture: add a multi-SurfaceTexture test by Jamie Gennis · 14 years ago
  39. 07ed1a9 SurfaceTexture: enable a test that now passes. by Jamie Gennis · 14 years ago
  40. 8b69def SurfaceTextureClient: minor test refactoring. by Jamie Gennis · 14 years ago
  41. 135abde Merge "SurfaceTexture: add a format querying test." by Jamie Gennis · 14 years ago
  42. e122079 Temporarily don't return the current buffer in synchronous mode by Mathias Agopian · 14 years ago
  43. a6f35dd SurfaceTexture: add a format querying test. by Jamie Gennis · 14 years ago
  44. 5222604 SurfaceTexture: add getTransformMatrix tests. by Jamie Gennis · 14 years ago
  45. 8dda6b7 SurfaceTexture: disable a failing test. by Jamie Gennis · 14 years ago
  46. c2c8dfd SurfaceTexture: fix an error check in dequeueBuffer. by Jamie Gennis · 14 years ago
  47. 8cd5ba4 SurfaceTexture: clean up some comments, tests, etc. by Jamie Gennis · 14 years ago
  48. 8072711 Implement {Surface|SurfaceTextureClient}::setSwapInterval() by Mathias Agopian · 14 years ago
  49. 7a5b22c new tests for SurfaceTexture synchronous mode by Mathias Agopian · 14 years ago
  50. eafabcd unify SurfaceTexture and Surface by Mathias Agopian · 14 years ago
  51. 697526b frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  52. 1b528fb EGL: Allow creating a SurfaceTexture EGLSurface. by Jamie Gennis · 14 years ago
  53. a5c75c0 SurfaceTexture can now force the client to request a buffer by Mathias Agopian · 14 years ago
  54. 5c0c93a SurfaceTexture: disallow unsupported uses. by Jamie Gennis · 14 years ago
  55. bae774e SurfaceTextureClient: Add ISurfaceTexture getter. by Jamie Gennis · 14 years ago
  56. 391bbe2 ANativeWindow: add query for the concrete type. by Jamie Gennis · 14 years ago
  57. 134f042 ANativeWindow: add queues-to-window-composer check. by Jamie Gennis · 14 years ago