1. c0d184b Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX by Jesse Hall · 12 years ago
  2. 4f66930 Special-case glGetActiveUniformBlockName by Jesse Hall · 12 years ago
  3. fa4c117 Special-case glGetStringi by Jesse Hall · 12 years ago
  4. 1c8b8e8 Special-case glMapBufferRange by Jesse Hall · 12 years ago
  5. 610bbf2 Special-case glGetBufferPointerv by Jesse Hall · 12 years ago
  6. 27c86b9 Special-case glGetUniformIndices by Jesse Hall · 12 years ago
  7. 31f6edc Special-case glGetTransformFeedbackVarying by Jesse Hall · 12 years ago
  8. 552a620 Special-case glTransformFeedbackVaryings by Jesse Hall · 12 years ago
  9. 071fc66 Add buffer object versions of several functions by Jesse Hall · 12 years ago
  10. 68fc8bb Add *int64 and GLsync types and related functions by Jesse Hall · 12 years ago
  11. 2d9faaf Add ES3 functions and constants, difficult ones commented out by Jesse Hall · 12 years ago
  12. 0eb6ad5 Support "const GLChar*" and "const GLenum*" types by Jesse Hall · 12 years ago
  13. 439bc16 Minor changes to ES3 functions inherited from ES2 by Jesse Hall · 12 years ago
  14. 63ed38d Generate GLES30 class, just a clone of GLES20 for now by Jesse Hall · 12 years ago
  15. a3b641e Make gen more readable, use UNIX-style line endings by Jesse Hall · 12 years ago
  16. c76e8a2 Merge "Add liblog" into jb-mr2-dev by Ying Wang · 12 years ago
  17. 8a0cb4e Add liblog by Ying Wang · 12 years ago
  18. 8758a3e Merge changes I82e361a6,I83694682 into jb-mr2-dev by Jamie Gennis · 12 years ago
  19. e6a0f50 libgui_test: increase the tolerance for a YUV test by Jamie Gennis · 12 years ago
  20. ad669b0 libgui: fix an EGLImage leak by Jamie Gennis · 12 years ago
  21. 1df59c9 Merge "Tell HWComposer the dimensions of virtual displays" into jb-mr2-dev by Jesse Hall · 12 years ago
  22. d5e345b Merge "Actually set the virtual display output buffer." into jb-mr2-dev by Jesse Hall · 12 years ago
  23. 1c569c4 Tell HWComposer the dimensions of virtual displays by Jesse Hall · 12 years ago
  24. 39c24a2 fix local include paths by Mathias Agopian · 12 years ago
  25. 18bd1d6 Merge "Implement async event callout from drm plugin to Java app" into jb-mr2-dev by Jeff Tinker · 12 years ago
  26. 6d5b8e6 Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-dev by Jesse Hall · 12 years ago
  27. 2ba647e Actually set the virtual display output buffer. by Jesse Hall · 12 years ago
  28. 7eafcae Implement async event callout from drm plugin to Java app by Jeff Tinker · 12 years ago
  29. 2ca7939 latch transparent region hint only when we get a new frame by Mathias Agopian · 12 years ago
  30. 128fcea Merge "Fix include paths" into jb-mr2-dev by Mathias Agopian · 12 years ago
  31. 263e8cb Merge "MediaDrm API update" into jb-mr2-dev by Jeff Tinker · 12 years ago
  32. bcbd78b MediaDrm API update by Jeff Tinker · 12 years ago
  33. 33ceeb3 Fix include paths by Mathias Agopian · 12 years ago
  34. 83a3ad4 Merge "EGL_ANDROID_presentation_time: initial spec draft" into jb-mr2-dev by Jamie Gennis · 12 years ago
  35. 6730acb EGL_ANDROID_presentation_time: initial spec draft by Jamie Gennis · 12 years ago
  36. 441f694 Fix MIPS assembly variable names to not conflict with GL API parameter names by Jesse Hall · 12 years ago
  37. 86e392e Merge "don't use compile-time configuration of libgui as much as possible" into jb-mr2-dev by Mathias Agopian · 12 years ago
  38. ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 12 years ago
  39. 7fd5ef3 am e3a396b2: am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 12 years ago
  40. e3a396b am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 12 years ago
  41. 906bd04 Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 12 years ago
  42. ea116f1 am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 12 years ago
  43. 111d920 am d3b2c029: Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 12 years ago
  44. d3b2c02 Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 12 years ago
  45. 8171aec fix uninitialized attribute in SurfaceFlinger by Mathias Agopian · 12 years ago
  46. bf667e3 Merge changes I22f1b358,I5496d0de,Ifd98966b into jb-mr2-dev by Mathias Agopian · 12 years ago
  47. 94ebadf Merge "Remove unused clz.cpp" into jb-mr2-dev by Jesse Hall · 12 years ago
  48. 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 12 years ago
  49. 12af3f6 update EGL headers to most recent by Mathias Agopian · 12 years ago
  50. e9b3dfb cleanup EGL extensions strings and entry-points by Mathias Agopian · 12 years ago
  51. f7f29c8 atrace: add support for app tracing by Jamie Gennis · 12 years ago
  52. c9a4e2f am 4194b389: am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc 4.8" by Jesse Hall · 12 years ago
  53. 4194b38 am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc 4.8" by Jesse Hall · 12 years ago
  54. 0b6c415 Merge "frameworks/native/opengl: Fix build with gcc 4.8" by Jesse Hall · 12 years ago
  55. b1196e6 Remove unused clz.cpp by Jesse Hall · 12 years ago
  56. 46b4253 [MIPS] Add MIPS architecture support to opengl framework by Duane Sand · 12 years ago
  57. 9794f90 Merge "atrace: fix tracing on user builds" into jb-mr2-dev by Jamie Gennis · 12 years ago
  58. 6f6f3f7 atrace: fix tracing on user builds by Jamie Gennis · 12 years ago
  59. 02d8656 Clean up HWC state when releasing a DisplayDevice by Jesse Hall · 12 years ago
  60. b43722c [MIPS] Add MIPS architecture support to libagl by Duane Sand · 12 years ago
  61. c80fae6 frameworks/native/opengl: Fix build with gcc 4.8 by Bernhard Rosenkränzer · 12 years ago
  62. caa81f0 Merge "make sure to unlock the screenshot's buffer on destruction" into jb-mr2-dev by Mathias Agopian · 12 years ago
  63. 8000d06 make sure to unlock the screenshot's buffer on destruction by Mathias Agopian · 12 years ago
  64. 9dd8d89 am 1cd763f1: am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 12 years ago
  65. 1cd763f am cd91024c: Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 12 years ago
  66. cd91024 Merge "[MIPS] Avoid unaligned load/store for 64-bit doubles." by Keun-young Park · 12 years ago
  67. 437bdbb Merge "Add seinfo parsing to PackageManagerService." into jb-mr2-dev by Geremy Condra · 12 years ago
  68. 4d3fd4e Add seinfo parsing to PackageManagerService. by Robert Craig · 12 years ago
  69. d7cde42 Merge "Bugreport broadcasts are only useful to owners." into jb-mr2-dev by Jeff Sharkey · 12 years ago
  70. aaaa57b Bugreport broadcasts are only useful to owners. by Jeff Sharkey · 12 years ago
  71. 5a557a6 Merge "Fix virtual displays for HWC<=1.1" into jb-mr2-dev by Jesse Hall · 12 years ago
  72. 78d2a07 Merge changes I98927540,I95c71e8d into jb-mr2-dev by Jesse Hall · 12 years ago
  73. 0046d96 Implement #8323587, #8323342, #8323590: new features. by Dianne Hackborn · 12 years ago
  74. ffe1f19 Fix virtual displays for HWC<=1.1 by Jesse Hall · 12 years ago
  75. 48bc05b Fix dump when virtual display exists by Jesse Hall · 12 years ago
  76. 851cfe8 Isolate knowledge that fb target == output buffer by Jesse Hall · 12 years ago
  77. afaf14b Use descriptive aliases instead of HWC_NUM_DISPLAY_TYPES by Jesse Hall · 12 years ago
  78. 13f01cb Pass sp<Fence>s around instead of file descriptors by Jesse Hall · 12 years ago
  79. 8d8c759 Merge "Release virtual display buffer immediately after HWC set" into jb-mr2-dev by Jesse Hall · 12 years ago
  80. ed98557 make sure screenshot are in a format supported by Bitmap.java by Mathias Agopian · 12 years ago
  81. 7133f86 Merge "improved CallStack a bit" into jb-mr2-dev by Mathias Agopian · 12 years ago
  82. 50210b9 fix a typo that broke all screenshots by Mathias Agopian · 12 years ago
  83. 0188eef Merge "only use glReadPixels() when needed when taking screenshots" into jb-mr2-dev by Mathias Agopian · 12 years ago
  84. cab25d6 improved CallStack a bit by Mathias Agopian · 12 years ago
  85. 504e1f2 Merge "initialize planeAlpha (to 0xFF) for the FB_TARGET" into jb-mr2-dev by Mathias Agopian · 12 years ago
  86. 70a6e88 initialize planeAlpha (to 0xFF) for the FB_TARGET by Mathias Agopian · 12 years ago
  87. 43122e7 atrace: use creat instead of truncate by Jamie Gennis · 12 years ago
  88. b4b1730 only use glReadPixels() when needed when taking screenshots by Mathias Agopian · 12 years ago
  89. aaebffd Merge "CpuConsumer: Properly track acquired buffers" into jb-mr2-dev by Eino-Ville Talvala · 12 years ago
  90. ac00643 Merge "Revert "Revert "Change SurfaceControl setPosition to take floats""" into jb-mr2-dev by Ramanan Rajeswaran · 12 years ago
  91. d6480c0 Revert "Revert "Change SurfaceControl setPosition to take floats"" by Ramanan Rajeswaran · 12 years ago
  92. 7c1a487 fix build. update test to new API by Mathias Agopian · 12 years ago
  93. ff7c234 Merge "rework how we take screenshots for a CPU consumer" into jb-mr2-dev by Mathias Agopian · 12 years ago
  94. a6c1ab5 Merge "Move screenshots near beginning of dumpstate." into jb-mr2-dev by Jeff Sharkey · 12 years ago
  95. 7414965 Release virtual display buffer immediately after HWC set by Jesse Hall · 12 years ago
  96. 30041bd Merge "Updated MediaDrm API based on review input." into jb-mr2-dev by Jeff Tinker · 12 years ago
  97. abe815d rework how we take screenshots for a CPU consumer by Mathias Agopian · 12 years ago
  98. 9cd766a disable RefBase consistency checks (NDEBUG) by Mathias Agopian · 12 years ago
  99. 4e37ddf Fix a crasher with RefBase debugging and vectors of wp<> by Mathias Agopian · 12 years ago
  100. ca987c8 Merge "A few tweaks to RefBase debugging" into jb-mr2-dev by Mathias Agopian · 12 years ago