1. c07b520 Find non-extension GLES wrappers in eglGetProcAddress by Jesse Hall · 11 years ago
  2. c863935 Generate new EGLExt class by Jesse Hall · 11 years ago
  3. cc8f8ad Merge "Fix glGetUniformIndices JNI prototype" into jb-mr2-dev by Jesse Hall · 11 years ago
  4. 5d46b04 Merge "Recommend different time source" into jb-mr2-dev by Andy McFadden · 11 years ago
  5. 46fc9cb Fix glGetUniformIndices JNI prototype by Jesse Hall · 11 years ago
  6. 0e77569 Recommend different time source by Andy McFadden · 11 years ago
  7. f6d1c39 EGL: expose the EGL_KHR_create_context extension by Jamie Gennis · 11 years ago
  8. ed6d08b fix "traceGpuCompletion" debug feature by Mathias Agopian · 11 years ago
  9. c0d184b Subclass GLES30 from GLES20, @Deprecate GL_STENCIL_INDEX by Jesse Hall · 11 years ago
  10. 4f66930 Special-case glGetActiveUniformBlockName by Jesse Hall · 11 years ago
  11. fa4c117 Special-case glGetStringi by Jesse Hall · 11 years ago
  12. 1c8b8e8 Special-case glMapBufferRange by Jesse Hall · 11 years ago
  13. 610bbf2 Special-case glGetBufferPointerv by Jesse Hall · 11 years ago
  14. 27c86b9 Special-case glGetUniformIndices by Jesse Hall · 11 years ago
  15. 31f6edc Special-case glGetTransformFeedbackVarying by Jesse Hall · 11 years ago
  16. 552a620 Special-case glTransformFeedbackVaryings by Jesse Hall · 11 years ago
  17. 071fc66 Add buffer object versions of several functions by Jesse Hall · 11 years ago
  18. 68fc8bb Add *int64 and GLsync types and related functions by Jesse Hall · 11 years ago
  19. 2d9faaf Add ES3 functions and constants, difficult ones commented out by Jesse Hall · 11 years ago
  20. 0eb6ad5 Support "const GLChar*" and "const GLenum*" types by Jesse Hall · 11 years ago
  21. 439bc16 Minor changes to ES3 functions inherited from ES2 by Jesse Hall · 11 years ago
  22. 63ed38d Generate GLES30 class, just a clone of GLES20 for now by Jesse Hall · 11 years ago
  23. a3b641e Make gen more readable, use UNIX-style line endings by Jesse Hall · 11 years ago
  24. 8a0cb4e Add liblog by Ying Wang · 11 years ago
  25. 39c24a2 fix local include paths by Mathias Agopian · 11 years ago
  26. 83a3ad4 Merge "EGL_ANDROID_presentation_time: initial spec draft" into jb-mr2-dev by Jamie Gennis · 11 years ago
  27. 6730acb EGL_ANDROID_presentation_time: initial spec draft by Jamie Gennis · 12 years ago
  28. 441f694 Fix MIPS assembly variable names to not conflict with GL API parameter names by Jesse Hall · 11 years ago
  29. 86e392e Merge "don't use compile-time configuration of libgui as much as possible" into jb-mr2-dev by Mathias Agopian · 11 years ago
  30. ca08833 don't use compile-time configuration of libgui as much as possible by Mathias Agopian · 11 years ago
  31. 7fd5ef3 am e3a396b2: am 906bd042: Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 11 years ago
  32. 906bd04 Merge "[MIPS] Add MIPS architecture support to libagl" by Keun-young Park · 11 years ago
  33. ea116f1 am 111d920b: am d3b2c029: Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 11 years ago
  34. d3b2c02 Merge "[MIPS] Add MIPS architecture support to opengl framework" by Keun-young Park · 11 years ago
  35. bf667e3 Merge changes I22f1b358,I5496d0de,Ifd98966b into jb-mr2-dev by Mathias Agopian · 11 years ago
  36. 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 11 years ago
  37. 12af3f6 update EGL headers to most recent by Mathias Agopian · 11 years ago
  38. e9b3dfb cleanup EGL extensions strings and entry-points by Mathias Agopian · 11 years ago
  39. c9a4e2f am 4194b389: am 0b6c4157: Merge "frameworks/native/opengl: Fix build with gcc 4.8" by Jesse Hall · 11 years ago
  40. 46b4253 [MIPS] Add MIPS architecture support to opengl framework by Duane Sand · 11 years ago
  41. b43722c [MIPS] Add MIPS architecture support to libagl by Duane Sand · 11 years ago
  42. c80fae6 frameworks/native/opengl: Fix build with gcc 4.8 by Bernhard Rosenkränzer · 11 years ago
  43. cab25d6 improved CallStack a bit by Mathias Agopian · 11 years ago
  44. 49385ec Merge "When disconnecting a surface, cancel don't queue the buffer" into jb-mr2-dev by Jesse Hall · 11 years ago
  45. 86306b5 Merge "Defer destroying surfaces until not current" into jb-mr2-dev by Jesse Hall · 11 years ago
  46. 5f55556 When disconnecting a surface, cancel don't queue the buffer by Jesse Hall · 11 years ago
  47. 78141e3 Defer destroying surfaces until not current by Jesse Hall · 11 years ago
  48. 3cd153a another attempt to fix the build by Mathias Agopian · 11 years ago
  49. 84b470d attempt to fix build by Mathias Agopian · 11 years ago
  50. 7284145 Add eglPresentationTimeANDROID by Andy McFadden · 11 years ago
  51. bf13ba5 add some missing parameter validation in GLES java bindings by Mathias Agopian · 11 years ago
  52. f5c7cb3 Merge changes Ic344ef63,If9bb02be,Ic8f94634 by Jesse Hall · 11 years ago
  53. 751402c Merge changes I45836219,I70a4075e by Jesse Hall · 11 years ago
  54. 1e602df sort the check file in alphabetical order by Mathias Agopian · 11 years ago
  55. 54c2818 update glgen to take into account recent changes by Mathias Agopian · 11 years ago
  56. e3c697f Refactoring: Rename SurfaceTextureClient to Surface by Mathias Agopian · 11 years ago
  57. bbb7322 am 45b0e435: Merge "Simplify OpenGL TLS access on ARM." by Elliott Hughes · 11 years ago
  58. 288870e Simplify OpenGL TLS access on ARM. by Elliott Hughes · 11 years ago
  59. 5ea4c73 Symlink /system/lib/libGLESv3.so -> libGLESv2.so by Jesse Hall · 11 years ago
  60. 4774338 Add ES3 support to libGLESv2 and tracing tools by Jesse Hall · 11 years ago
  61. 61d1b81 Import OpenGL ES 3.0 headers from Khronos SVN by Jesse Hall · 11 years ago
  62. d58974c Regenerate API/trace files for constness change by Jesse Hall · 11 years ago
  63. 7c95911 Import constness fix from gl3.h into gl2.h. by Alistair Strachan · 11 years ago
  64. 2b6694f Force a specific locale for sorting by Jesse Hall · 11 years ago
  65. 5191916 am 873ab60e: am 75b83e4d: Merge "Gfx-3d: fix GetProcAddress in egl extention" by Jesse Hall · 11 years ago
  66. 873ab60 am 75b83e4d: Merge "Gfx-3d: fix GetProcAddress in egl extention" by Jesse Hall · 11 years ago
  67. 69d1007 Gfx-3d: fix GetProcAddress in egl extention by luliuhui · 12 years ago
  68. 582dbf8 Merge "gltrace: Add support for tracing running applications." by Siva Velusamy · 12 years ago
  69. a73a977 gltrace: Add support for tracing running applications. by Siva Velusamy · 12 years ago
  70. 52f733c Merge "Merge extensions as published at khronos.org" by Jesse Hall · 12 years ago
  71. 2adaf04 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  72. 31134cd Merge extensions as published at khronos.org by Jesse Hall · 12 years ago
  73. ac0de62 Use LOCAL_REQUIRED_MODULES to establish dependency by Ying Wang · 12 years ago
  74. c342044 Mark extensions 'Complete', correct some stale version info by Jesse Hall · 12 years ago
  75. 721192e Initial draft of EGL_ANDROID_image_native_buffer by Jesse Hall · 12 years ago
  76. db2e4f1 am a90173d8: am 762a6d86: Merge "DO NOT MERGE - native_fence_sync: fix an enum name" into jb-mr1.1-dev by Andy McFadden · 12 years ago
  77. 762a6d8 Merge "DO NOT MERGE - native_fence_sync: fix an enum name" into jb-mr1.1-dev by Andy McFadden · 12 years ago
  78. 378787c DO NOT MERGE - native_fence_sync: fix an enum name by Jamie Gennis · 12 years ago
  79. 333fb79 Merge "native_fence_sync: fix an enum name" by Jamie Gennis · 12 years ago
  80. e346c50 native_fence_sync: fix an enum name by Jamie Gennis · 12 years ago
  81. 0e34af6 am c859084c: am a9a4cd48: gltrace: Make sure device is debuggable. by Siva Velusamy · 12 years ago
  82. a9a4cd4 gltrace: Make sure device is debuggable. by Siva Velusamy · 12 years ago
  83. 6482fa4 gltrace: Make sure device is debuggable. by Siva Velusamy · 12 years ago
  84. 20b9749 Disable ld --fatal-warnings because of using mktemp. by Ben Cheng · 12 years ago
  85. 16ac25b am 168dfe71: am 5e530e02: am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLocation" by Andrew Hsieh · 12 years ago
  86. 5e530e0 am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLocation" by Andrew Hsieh · 12 years ago
  87. 300ad09 Fix return type of glGetAttribLocation and glGetUniformLocation by Andrew Hsieh · 12 years ago
  88. d991b40 am f58475b5: am 60393d45: Merge "Add runtime debugging capabilities to OpenGL" into jb-mr1-dev by Romain Guy · 12 years ago
  89. f58475b am 60393d45: Merge "Add runtime debugging capabilities to OpenGL" into jb-mr1-dev by Romain Guy · 12 years ago
  90. 16928bf Add runtime debugging capabilities to OpenGL by Romain Guy · 12 years ago
  91. 4d0aec6 am 23bcd8d2: am 825a9a2d: Merge "Update comments to reflect what the code actually does" into jb-mr1-dev by Romain Guy · 12 years ago
  92. 23bcd8d am 825a9a2d: Merge "Update comments to reflect what the code actually does" into jb-mr1-dev by Romain Guy · 12 years ago
  93. 1ba2f61 am 49fe8add: am b96fe085: Merge "Add new debug option to force 4x MSAA in OpenGL ES 2.0 apps" into jb-mr1-dev by Romain Guy · 12 years ago
  94. 49fe8ad am b96fe085: Merge "Add new debug option to force 4x MSAA in OpenGL ES 2.0 apps" into jb-mr1-dev by Romain Guy · 12 years ago
  95. be3c3e4 Update comments to reflect what the code actually does by Romain Guy · 12 years ago
  96. 1cffc80 Add new debug option to force 4x MSAA in OpenGL ES 2.0 apps by Romain Guy · 12 years ago
  97. c6e8452 Merge "gltrace: Do not start gltrace from early_egl_init." by Siva Velusamy · 12 years ago
  98. 8420c5f am 8b75830c: am 8d5d2019: Revert "Add GL Error logs (temporary)" by Chet Haase · 12 years ago
  99. 8b75830 am 8d5d2019: Revert "Add GL Error logs (temporary)" by Chet Haase · 12 years ago
  100. 8d5d201 Revert "Add GL Error logs (temporary)" by Chet Haase · 12 years ago