1. 2f48bcb Renamed libEGL/Surface.* to libEGL/EGLSurface.* by Alexis Hetu · 8 years ago
  2. 58df2f6 Store EGL images in a namespace. by Nicolas Capens · 9 years ago
  3. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 9 years ago
  4. b663f71 Refactor implementation constants. by Nicolas Capens · 9 years ago
  5. 35b16cf Fix reference counting of texture images. by Nicolas Capens · 9 years ago
  6. 50bba30 Refactor Image creation. by Nicolas Capens · 9 years ago
  7. d9a2e7b Fixed format validations by Alexis Hetu · 9 years ago
  8. a7ff3a4 Allow 0x0 dimension default framebuffers. by Nicolas Capens · 10 years ago
  9. b602f0d Enumerate multisampled EGL configs. by Nicolas Capens · 10 years ago
  10. f77786e Log parameters of invalid surface creation. by Nicolas Capens · 10 years ago
  11. 3713cd4 Log the switch value when reaching an UNREACHABLE(). by Nicolas Capens · 10 years ago
  12. 2c4edc2 Make back buffers non-lockable. by Nicolas Capens · 10 years ago
  13. d6e2fb2 Fix auto generating mipmaps for incomplete textures. by Nicolas Capens · 10 years ago
  14. 80b651d Implement GL_GENERATE_MIPMAP. by Nicolas Capens · 10 years ago
  15. c7b0510 Pixel store parameters by Alexis Hetu · 10 years ago
  16. deda34b Combine es2::Image and es1::Image into egl::Image. by Nicolas Capens · 10 years ago
  17. a230805 Access library dependencies through a single object. by Nicolas Capens · 10 years ago
  18. de6b75c Use matching internal and external formats for RGBA8 images. by Nicolas Capens · 10 years ago
  19. 7b1f3ab Implement basic GL_OES_draw_texture functionality. by Nicolas Capens · 10 years ago
  20. f7be67f Texture3D copy to level by Alexis Hetu · 10 years ago
  21. 7cc75e1 Make the Object class independent of the GL version. by Nicolas Capens · 10 years ago
  22. b027aa9 Adding Texture3D support. by Alexis Hetu · 10 years ago
  23. fa0cc04 Fix an image destruction deadlock. by Nicolas Capens · 10 years ago
  24. 606c86e Support GL_TEXTURE_2D targets in glEGLImageTargetTexture2DOES. by Nicolas Capens · 10 years ago
  25. e832139 Rename the GLES2 folder to OpenGL. by Nicolas Capens · 10 years ago[Renamed from src/GLES2/libGLES_CM/Texture.cpp]
  26. 14ee762 Name the namespaces logically. by Nicolas Capens · 10 years ago
  27. 16ea3c8 Move common image implementations to EGL. by Nicolas Capens · 10 years ago
  28. ead7ac5 Share the EGL image interface between implementations. by Nicolas Capens · 10 years ago
  29. b387caa Create the depth/stencil buffer independently from the device. by Nicolas Capens · 10 years ago
  30. c2df125 Eliminate the glBindTexImage dependency. by Nicolas Capens · 10 years ago
  31. 1115782 Add ES1 stubs and remove ES2-only functions. by Nicolas Capens · 10 years ago
  32. dbf6fc8 Copy libGLESv2 to libGLES_CM. by Nicolas Capens · 10 years ago