1. 05249fc Adds private EGL extension to create an EGLClientBuffer from a gralloc'd buffer. This lets you create a color EGLimage backed by gralloc, which is needed to support protected textures. by Craig Donner · 10 years ago
  2. 4690754 opengl: Update headers and registry and regenerate *api.in by Pablo Ceballos · 10 years ago
  3. 5245af3 libEGL: whitelist the EGL_KHR_create_context_no_error extension by Jesse Hall · 10 years ago
  4. a894d08 libEGL: Add wrappers for partial update functions by Dan Stoza · 10 years ago
  5. d6061de opengl: Add EXT_primitive_bounding_box to registry by Jesse Hall · 11 years ago
  6. 3667e33 opengl: Update registry and headers from Khronos by Jesse Hall · 11 years ago
  7. 3703f7f opengl: Update GLES headers and generate *.in from registry XML by Jesse Hall · 11 years ago
  8. 2b2ac21 Revert "Update GLES headers from Khronos SVN r26322" by Jesse Hall · 11 years ago
  9. 20670e3 Update GLES headers from Khronos SVN r26322 by Jesse Hall · 11 years ago
  10. dbe9245 GLConsumer: start using EGL_ANDROID_image_crop by Jamie Gennis · 12 years ago
  11. 2bb7168 replace eglWaitSyncANDROID by eglWaitSyncKHR by Mathias Agopian · 12 years ago
  12. 12af3f6 update EGL headers to most recent by Mathias Agopian · 12 years ago
  13. 7284145 Add eglPresentationTimeANDROID by Andy McFadden · 12 years ago
  14. 61d1b81 Import OpenGL ES 3.0 headers from Khronos SVN by Jesse Hall · 12 years ago
  15. 7c95911 Import constness fix from gl3.h into gl2.h. by Alistair Strachan · 13 years ago
  16. 5e530e0 am a151a19d: Merge "Fix return type of glGetAttribLocation and glGetUniformLocation" by Andrew Hsieh · 13 years ago
  17. 300ad09 Fix return type of glGetAttribLocation and glGetUniformLocation by Andrew Hsieh · 13 years ago
  18. 3ff48e5 EGL: add the EGL_ANDROID_framebuffer_target enum by Jamie Gennis · 13 years ago
  19. 09b1143 EGL: expose the EXT_create_context_robustness ext by Jamie Gennis · 13 years ago
  20. 010dd4f EGL: Add the EGL_ANDROID_wait_sync extension by Jamie Gennis · 13 years ago
  21. 331841b EGL: add the native_fence_sync extension by Jamie Gennis · 13 years ago
  22. f9752cc egl: Reintroduce eglGetRenderBufferANDROID by Bjorn Andersson · 13 years ago
  23. 2583859 Hibernate the EGL implementation when idle by Jesse Hall · 13 years ago
  24. b0e76f4 remove dependency of EGL on ndk header by Mathias Agopian · 13 years ago
  25. 3127260 update GLES headers and add support for corresponding new extensions. by Mathias Agopian · 14 years ago
  26. 4b9511c rework a bit how we manage EGL extensions by Mathias Agopian · 14 years ago
  27. c42fcf0 EGL: add the ANDROID suffix to the blob cache ext by Jamie Gennis · 14 years ago
  28. 7660108 EGL: use an in-memory the blob cache by Jamie Gennis · 14 years ago
  29. 1c3d72a Add (support for) EGL_NV_system_time extension. by Jonas Yang · 14 years ago
  30. dc159f9 EGL: update EGL_ANDROID_recordable extension. by Jamie Gennis · 14 years ago
  31. 697526b frameworks/base: android_native_buffer_t -> ANativeWindowBuffer by Iliyan Malchev · 14 years ago
  32. dfd0759 Refresh EGL header to work with the NDK by David 'Digit' Turner · 15 years ago
  33. 7f198b6 surfaceflinger / GL extensions cleanup by Michael I. Gold · 15 years ago
  34. 10cab19 cleanup EGL a bit. remove unused extension. by Mathias Agopian · 15 years ago
  35. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  36. 0a91775 Added support for the GL_TEXTURE_EXTERNAL target by Mathias Agopian · 15 years ago
  37. e81a3cb update EGL headers to the latest by Mathias Agopian · 15 years ago
  38. 05bb9c9 fix OpenGL ES extension headers from khronos by Mathias Agopian · 15 years ago
  39. 8f62c30 update the OpenGL ES headers to the latest by Mathias Agopian · 15 years ago
  40. 01cc538 A library for encoding and decoding ETC1 textures. by Jack Palevich · 16 years ago
  41. 8e5fb52 this header file is not needed anymore by Mathias Agopian · 16 years ago
  42. 8d2e83b Add eglGetRenderBufferANDROID() extension, which returns the current render buffer as an android_native_buffer_t* by Mathias Agopian · 16 years ago
  43. 9f8b0c9 Android now has its own EGL extension block (yay) 0x3140-0x314F. EGL_NATIVE_BUFFER_ANDROID now maps to 0x3140 instead of using the staging range by Mathias Agopian · 16 years ago
  44. b1a39d6 Added most of the support needed for GLES 2.x by Mathias Agopian · 16 years ago
  45. a3d66a8 minor modifications to the official GLES 2.x headers by Mathias Agopian · 16 years ago
  46. 48efd95 add GLES 2.x headers by Mathias Agopian · 16 years ago
  47. d717598 Merge commit 'goog/master' into merge_master by Mathias Agopian · 16 years ago
  48. d373c63 remove the gl{Vertex|Color|TexCoord|Normal}PointerBounds() "extension" fro eglext.h by Mathias Agopian · 16 years ago
  49. 48685c4 only export the GL entry-points, hide everything else. by Mathias Agopian · 16 years ago
  50. df3ca30 created an new EGL extension called ANDROID_swap_rectangle by Mathias Agopian · 16 years ago
  51. 7189c00 move opengl/include/EGL/android_natives.h to include/ui/egl/android_natives.h and don't include it from egl.h by Mathias Agopian · 16 years ago
  52. 21c59d0 get rid of android_native_buffer_t::getHandle() and replace it with an handle field by Mathias Agopian · 16 years ago
  53. e71212b removed the "bits" attribute from android_native_buffer_t. by Mathias Agopian · 16 years ago
  54. 0926f50 update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  55. 076b1cc Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  56. edbf3b6 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  57. d5193d9 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  58. a6938ba auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago