1. 3ab8855 fix an issue where the screen could be stale after a surface size change by Mathias Agopian · 13 years ago
  2. 43dd61e fix typo in a comment by Mathias Agopian · 13 years ago
  3. e5e0c50 Properly refcount SurfaceTexture in the JNI layer. by Romain Guy · 13 years ago
  4. 8f0095c Allows to render with an OpenGL context inside a TextureView. by Romain Guy · 13 years ago
  5. 7c80244 Fix typo in Matrix.mPerspective. by Jack Palevich · 13 years ago
  6. d793299 Add utility method Matrix.perspectiveM by Jack Palevich · 13 years ago
  7. 24ce5fb Kill the global references in the OpenGL wrappers. by Elliott Hughes · 13 years ago
  8. 9b7146d Fix EGL JNI bugs Bug #3461349 by Romain Guy · 13 years ago
  9. 70a1875 Extend recycled bitmap check to all GLUtils APIs. by Jack Palevich · 13 years ago
  10. 5f89f51 Throw an exception when trying to upload a recycled bitmap. by Jack Palevich · 13 years ago
  11. 29406da Add GL11ExtensionPack support to GLDebugWrapper by Jack Palevich · 14 years ago
  12. 75f2bc0 Unhide GLSurfaceView.get/setPreserveEGLContextOnPause by Jack Palevich · 14 years ago
  13. 8432b3f Add support for preserving EGL contexts when pausing / resuming. by Jack Palevich · 14 years ago
  14. c086ca1 These files had an older header. by Dan Bornstein · 14 years ago
  15. 1396afb Preserve the render mode when recreating the render thread. by Jack Palevich · 14 years ago
  16. 2ff6a82 Allow a GLSurfaceView to be reattached to a window. by Jack Palevich · 14 years ago
  17. fc5508b Do not exit the GLSurfaceView thread when detached from a window. by Jack Palevich · 14 years ago
  18. f45b674 reserve android.opengl.GLWallpaperService name for future use by Mathias Agopian · 14 years ago
  19. 1b4ecc6 Fix deadlock when switching between two GLSurfaceViews by Jack Palevich · 14 years ago
  20. 01e4cfc Some ActivityThread/ActivityManager cleanup. by Dianne Hackborn · 14 years ago
  21. 224107a Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. by Jack Palevich · 14 years ago
  22. d6ddcb7 fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and fail by Mathias Agopian · 14 years ago
  23. 0e4aa37 Quietly handle EGL_BAD_NATIVE_WINDOW errors by Jack Palevich · 14 years ago
  24. 4a65900 Turn off logging. by Jack Palevich · 14 years ago
  25. 451a224 GLSurfaceView pause and resume now synchronize with the GLThread. by Jack Palevich · 14 years ago
  26. 57c6a46 Turn off thread logging (too many messages.) by Jack Palevich · 14 years ago
  27. e6c9448 Add logging of GLSurfaceView pause/resume calls. by Jack Palevich · 14 years ago
  28. b176899 Improve our EGL management when pausing / resuming. by Jack Palevich · 14 years ago
  29. 07353a1 GLSurfaceView: Log egl failures by Jack Palevich · 14 years ago
  30. 04b17ab Improve eglSwapBuffers error handling. by Jack Palevich · 14 years ago
  31. 15a4d2f Add correct copyright headers to multiple files by Kenny Root · 14 years ago
  32. 8383535 Clarify the default algorithm used to choose an EGLConfig. by Jack Palevich · 14 years ago
  33. 4a2221e Fix inverted release-EGLContext-on-pause logic. by Jack Palevich · 14 years ago
  34. 8a4de4b Implement the GL11ExtensionPack APIs. by Jack Palevich · 15 years ago
  35. 840e958 Decouple the EGL context lifetime from the EGL surface lifetime. by Jack Palevich · 15 years ago
  36. 8af9649 Fix javadoc typos. by Jack Palevich · 15 years ago
  37. a6276fd A library for encoding and decoding ETC1 textures. by Jack Palevich · 15 years ago
  38. 66a4a6e Fix merge conflict markers that accidentally got checked in. by Jack Palevich · 15 years ago
  39. 2179945 Fix bug 2325244 screen turns black for a brief period of time by Jack Palevich · 15 years ago
  40. bcf848e am 74befcc7: am 981ccfbb: Implement Matrix Palette extension. by Jack Palevich · 15 years ago
  41. 4c2fc8c resolved conflicts for merge of fac57636 to master by Jack Palevich · 15 years ago
  42. 981ccfb Implement Matrix Palette extension. by Jack Palevich · 15 years ago
  43. aa396b9 Unhide the Android OpenGL ES 2.0 API by Jack Palevich · 15 years ago
  44. 0dce2dd Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context by Jack Palevich · 15 years ago
  45. 3608891 Add a Java API for OpenGL ES 2.0. by Jack Palevich · 15 years ago
  46. 5c47265 Merge change Ibe6eac82 by Android (Google) Code Review · 15 years ago
  47. be6eac8 Implement Matrix Palette extension. by Jack Palevich · 15 years ago
  48. c373edb am 9196034b: am 30d90523: Merge changes Id682ab72,I9bb4dbae into eclair-mr2 by Jack Palevich · 15 years ago
  49. 9bb4dba Improve error message thrown when eglCreateContext fails. by Jack Palevich · 15 years ago
  50. d682ab7 Improve error reporting by always returning the public by Jack Palevich · 15 years ago
  51. 51438c1 the vertex index should be "first + i". by Li Wenhao · 15 years ago
  52. 355c20c Unhide the Android OpenGL ES 2.0 API by Jack Palevich · 15 years ago
  53. 6a9a87d am 85a9498a: am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclair by Jack Palevich · 15 years ago
  54. 85a9498 am 9c0b39c4: am ca00dee2: Merge change I5aa3adcf into eclair by Jack Palevich · 15 years ago
  55. 9c0b39c am ca00dee2: Merge change I5aa3adcf into eclair by Jack Palevich · 15 years ago
  56. 5aa3adc Improve the exception message text by including eglGetError(). by Jack Palevich · 15 years ago
  57. 6ae4da7 Extend GLSurfaceView to make it easy to create an OpenGL ES 2.0 context by Jack Palevich · 15 years ago
  58. 560814f Add a Java API for OpenGL ES 2.0. by Jack Palevich · 15 years ago
  59. 85d3f59 am 8d0e1472: am a822f02b: resolved conflicts for merge of dc49acb0 to eclair-mr2 by Jack Palevich · 15 years ago
  60. 8d0e147 am a822f02b: resolved conflicts for merge of dc49acb0 to eclair-mr2 by Jack Palevich · 15 years ago
  61. a822f02 resolved conflicts for merge of dc49acb0 to eclair-mr2 by Jack Palevich · 15 years ago
  62. a08d46d More GLSurfaceView cleanup. by Jack Palevich · 15 years ago
  63. cbce240 am 99cf71b0: am 83536cee: Merge change I1179efbb into eclair-mr2 by Jack Palevich · 15 years ago
  64. 99cf71b am 83536cee: Merge change I1179efbb into eclair-mr2 by Jack Palevich · 15 years ago
  65. 1179efb resolved conflicts for merge of ba56915a to eclair-mr2 by Jack Palevich · 15 years ago
  66. 67dcd6c Fix multi-lock ordering issues in GLSurfaceView by Jack Palevich · 15 years ago
  67. 2806a6b am 73ae27f0: am 8da3ac92: resolved conflicts for merge of 3f857b78 to eclair-mr2 by Jack Palevich · 15 years ago
  68. 73ae27f am 8da3ac92: resolved conflicts for merge of 3f857b78 to eclair-mr2 by Jack Palevich · 15 years ago
  69. 8da3ac9 resolved conflicts for merge of 3f857b78 to eclair-mr2 by Jack Palevich · 15 years ago
  70. 32d4165 Allow a GLThread to release and reacquire the EGL Surface as needed. by Jack Palevich · 15 years ago
  71. 6518c2b am e54f267f: am a3a351e5: resolved conflicts for merge of 4e3fadd0 to eclair-mr2 by Jack Palevich · 15 years ago
  72. e54f267 am a3a351e5: resolved conflicts for merge of 4e3fadd0 to eclair-mr2 by Jack Palevich · 15 years ago
  73. a3a351e resolved conflicts for merge of 4e3fadd0 to eclair-mr2 by Jack Palevich · 15 years ago
  74. a442495 Fix stupid bug in GLThreadManager implementation. by Jack Palevich · 15 years ago
  75. 3f7b5a1 am a9e47546: am 79447b20: resolved conflicts for merge of 84872738 to eclair-mr2 by Jack Palevich · 15 years ago
  76. a9e4754 am 79447b20: resolved conflicts for merge of 84872738 to eclair-mr2 by Jack Palevich · 15 years ago
  77. 79447b2 resolved conflicts for merge of 84872738 to eclair-mr2 by Jack Palevich · 15 years ago
  78. 8b2c9c9 Improve GLSurfaceView to avoid deadlocks and race conditions. by Jack Palevich · 15 years ago
  79. 86a19b3 am 70d12dda: am 3743559d: Merge change I28023911 into eclair-mr2 by Jack Palevich · 15 years ago
  80. 70d12dd am 3743559d: Merge change I28023911 into eclair-mr2 by Jack Palevich · 15 years ago
  81. 2802391 Add additional error checking of EGL function calls. by Jack Palevich · 15 years ago
  82. ef79172 am 98a51b86: am 3b7a1e6d: Merge change Ic52ba78c into eclair-mr2 by Jack Palevich · 15 years ago
  83. 98a51b8 am 3b7a1e6d: Merge change Ic52ba78c into eclair-mr2 by Jack Palevich · 15 years ago
  84. c52ba78 Allow multiple OpenGL contexts on systems that support them. by Jack Palevich · 15 years ago
  85. d70213e Implement GL11 and GL11Ext methods for GL Log and Error wrappers. by Jack Palevich · 15 years ago
  86. a46c138 am 07e0dce4: Merge change 27202 into eclair by Jack Palevich · 15 years ago
  87. 2e26fc0 Check for failure to create EGL surfaces and contexts. by Jack Palevich · 15 years ago
  88. bf0d904 am b87f24a6: Merge change 26908 into eclair by Jack Palevich · 15 years ago
  89. d40dfbb Fix broken Javadoc link for GLSurfaceView.EGLWindowSurfaceFactory. by Jack Palevich · 15 years ago
  90. c055f173 am 1267b0e1: Merge change 26882 into eclair by Jack Palevich · 15 years ago
  91. 82cbaab Publish minor additions to GLSurfaceView API. by Jack Palevich · 15 years ago
  92. b09c63e am 311ed019: Merge change 26679 into eclair by Jack Palevich · 15 years ago
  93. a8fecb8 Create samples showing how to call OpenGL from JNI libraries. by Jack Palevich · 15 years ago
  94. e231743 am 1167b43c: Merge change 26317 into eclair by Jack Palevich · 15 years ago
  95. 15e1c6d Allow GLSurfaceView clients to customize EGL Surfaces and Contexts. by Jack Palevich · 15 years ago
  96. 5ac5b68 am 5222a957: Merge change 26270 into eclair by Jack Palevich · 15 years ago
  97. 1bd888b Fix GLSurfaceView to sync surfaceDestroyed with GL rendering thread by Jack Palevich · 15 years ago
  98. 85a2c7f merge from open-source master by Jean-Baptiste Queru · 15 years ago
  99. 0648422 Merge change 10840 by Android Code Review · 15 years ago
  100. 82fd4fc fix a bug in ComponentSizeChooser where it could pick a software EGLConfig instead of a better h/w one. by Mathias Agopian · 15 years ago