1. 5efe611 Assert there are no unmatched eglBindTexImage/eglReleaseTexImage by Alexis Hetu · 5 years ago
  2. 0ccc71d Implement GL_OES_fbo_render_mipmap. by Nicolas Capens · 6 years ago
  3. f398044 Don't acquire image for copying until needed. by Nicolas Capens · 6 years ago
  4. 3e5f6fd Fix internal format handling for OpenGL ES 1.1. by Nicolas Capens · 6 years ago
  5. 3b4a25c Fix texture upload and internalformat handling. by Nicolas Capens · 6 years ago
  6. e5a5788 Fix Chromium build. by Nicolas Capens · 6 years ago
  7. 7ada9ec Refactor pixel storage modes. by Nicolas Capens · 6 years ago
  8. b3f54e8 Search the top level from the base level. by Nicolas Capens · 7 years ago
  9. 73e18c1 Update cube texture borders when dirty. by Nicolas Capens · 7 years ago
  10. 444b04a Prevent division by 0 by Alexis Hetu · 7 years ago
  11. 0c3c6f1 Check against sRGB formats for eglBindTexImage(). by Nicolas Capens · 7 years ago
  12. 96699f1 Fix checking dimensions of surfaces. by Nicolas Capens · 7 years ago
  13. 81aa97b Make Blitter part of Renderer. by Nicolas Capens · 7 years ago
  14. 31c07a3 Make the EGL surface class abstract. by Nicolas Capens · 7 years ago
  15. f41f033 Avoid dummy key methods by using pure abstract classes. by Nicolas Capens · 7 years ago
  16. bf7a814 Fix locking a destroyed mutex. by Nicolas Capens · 7 years ago
  17. 2f48bcb Renamed libEGL/Surface.* to libEGL/EGLSurface.* by Alexis Hetu · 8 years ago
  18. 58df2f6 Store EGL images in a namespace. by Nicolas Capens · 8 years ago
  19. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 8 years ago
  20. b663f71 Refactor implementation constants. by Nicolas Capens · 8 years ago
  21. 35b16cf Fix reference counting of texture images. by Nicolas Capens · 8 years ago
  22. 50bba30 Refactor Image creation. by Nicolas Capens · 8 years ago
  23. d9a2e7b Fixed format validations by Alexis Hetu · 9 years ago
  24. a7ff3a4 Allow 0x0 dimension default framebuffers. by Nicolas Capens · 9 years ago
  25. b602f0d Enumerate multisampled EGL configs. by Nicolas Capens · 9 years ago
  26. f77786e Log parameters of invalid surface creation. by Nicolas Capens · 9 years ago
  27. 3713cd4 Log the switch value when reaching an UNREACHABLE(). by Nicolas Capens · 9 years ago
  28. 2c4edc2 Make back buffers non-lockable. by Nicolas Capens · 9 years ago
  29. d6e2fb2 Fix auto generating mipmaps for incomplete textures. by Nicolas Capens · 9 years ago
  30. 80b651d Implement GL_GENERATE_MIPMAP. by Nicolas Capens · 9 years ago
  31. c7b0510 Pixel store parameters by Alexis Hetu · 9 years ago
  32. deda34b Combine es2::Image and es1::Image into egl::Image. by Nicolas Capens · 9 years ago
  33. a230805 Access library dependencies through a single object. by Nicolas Capens · 9 years ago
  34. de6b75c Use matching internal and external formats for RGBA8 images. by Nicolas Capens · 9 years ago
  35. 7b1f3ab Implement basic GL_OES_draw_texture functionality. by Nicolas Capens · 9 years ago
  36. f7be67f Texture3D copy to level by Alexis Hetu · 9 years ago
  37. 7cc75e1 Make the Object class independent of the GL version. by Nicolas Capens · 10 years ago
  38. b027aa9 Adding Texture3D support. by Alexis Hetu · 10 years ago
  39. fa0cc04 Fix an image destruction deadlock. by Nicolas Capens · 10 years ago
  40. 606c86e Support GL_TEXTURE_2D targets in glEGLImageTargetTexture2DOES. by Nicolas Capens · 10 years ago
  41. e832139 Rename the GLES2 folder to OpenGL. by Nicolas Capens · 10 years ago[Renamed from src/GLES2/libGLES_CM/Texture.cpp]
  42. 14ee762 Name the namespaces logically. by Nicolas Capens · 10 years ago
  43. 16ea3c8 Move common image implementations to EGL. by Nicolas Capens · 10 years ago
  44. ead7ac5 Share the EGL image interface between implementations. by Nicolas Capens · 10 years ago
  45. b387caa Create the depth/stencil buffer independently from the device. by Nicolas Capens · 10 years ago
  46. c2df125 Eliminate the glBindTexImage dependency. by Nicolas Capens · 10 years ago
  47. 1115782 Add ES1 stubs and remove ES2-only functions. by Nicolas Capens · 10 years ago
  48. dbf6fc8 Copy libGLESv2 to libGLES_CM. by Nicolas Capens · 10 years ago