1. 81aa97b Make Blitter part of Renderer. by Nicolas Capens · 8 years ago
  2. 9913558 Fix Visual Studio 2015 compilation issues. by Nicolas Capens · 9 years ago
  3. 1fb3a75 Validate level index before validating level itself. by Nicolas Capens · 9 years ago
  4. 58df2f6 Store EGL images in a namespace. by Nicolas Capens · 9 years ago
  5. 31fc7d3 Fix the OpenGL ES 1.1 version string. by Nicolas Capens · 9 years ago
  6. 027372a Update version. by Nicolas Capens · 9 years ago
  7. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 9 years ago
  8. f330190 Fix validation of texture level. by Nicolas Capens · 9 years ago
  9. ccd9781 Implement glGetPointerv(). by Nicolas Capens · 9 years ago
  10. 5d96188 Fix signed/unsigned comparison warnings. by Nicolas Capens · 9 years ago
  11. 021ff3e Implement glDrawTexfOES. by Nicolas Capens · 9 years ago
  12. f2607d8 Fix checking for invalid query enums. by Nicolas Capens · 9 years ago
  13. e3ae428 Add "Google" to GL_RENDERER to be whitelisted by Chrome. by Nicolas Capens · 9 years ago
  14. 7649300 Implementation of EGL_KHR_fence_sync. by Nicolas Capens · 9 years ago
  15. 769783c Implement glLoadMatrixx() and glMultMatrixx(). by Nicolas Capens · 10 years ago
  16. de8c7a5 Implement several fixed-point entry functions. by Nicolas Capens · 10 years ago
  17. b3a987c Implement missing vertex element functions. by Nicolas Capens · 10 years ago
  18. 2afcc80 Implement missing state and queries. by Nicolas Capens · 10 years ago
  19. d62eca3 Validate vertex element sizes. by Nicolas Capens · 10 years ago
  20. 345084e Validate glOrtho() and glFrustum() parameters. by Nicolas Capens · 10 years ago
  21. d55a095 Renamed boolean state variables and setters. by Nicolas Capens · 10 years ago
  22. f6c1d96 Implement texture environment src, operand, and color. by Nicolas Capens · 10 years ago
  23. 824e7b3 Implement alpha testing. by Nicolas Capens · 10 years ago
  24. d226414 Implement user clip planes. by Nicolas Capens · 10 years ago
  25. f7ac1a1 Implement materials and lights. by Nicolas Capens · 10 years ago
  26. 3713cd4 Log the switch value when reaching an UNREACHABLE(). by Nicolas Capens · 10 years ago
  27. 70415e4 Fix point rendering. by Nicolas Capens · 10 years ago
  28. b79fc9f Don't restrict format combinations on CopyTexSubImage. by Nicolas Capens · 10 years ago
  29. a3fac8b Interpret integer color and normal coordinates as normalized. by Nicolas Capens · 10 years ago
  30. 7dfbee6 Update validation for GL_COMBINE. by Nicolas Capens · 10 years ago
  31. 80b651d Implement GL_GENERATE_MIPMAP. by Nicolas Capens · 10 years ago
  32. c0aa94d Implement GL_PERSPECTIVE_CORRECTION_HINT. by Nicolas Capens · 10 years ago
  33. daf4886 Implement several OpenGL ES 1.1 functions with fixed-point parameters. by Nicolas Capens · 10 years ago
  34. 776b69b Implement glPointSize for OpenGL ES 1.1. by Nicolas Capens · 10 years ago
  35. b8cf3ff Implement glClearColorx() by Ping-Hao Wu · 10 years ago
  36. 75611d0 Fix texture unit enable/disable and binding prioritization. by Nicolas Capens · 10 years ago
  37. 70583fa Fix texture coordinate transformations on OpenGL. by Nicolas Capens · 10 years ago
  38. 83c3c96 Dispatch GLES_CM entry functions to avoid resolving to the same symbol. by Nicolas Capens · 10 years ago
  39. 0273322 Predefine (E)GL export macros. by Nicolas Capens · 10 years ago
  40. ccee6a8 Prepend entry functions with their export macros. by Nicolas Capens · 10 years ago
  41. deda34b Combine es2::Image and es1::Image into egl::Image. by Nicolas Capens · 10 years ago
  42. 4be3370 Use %p without precision specifier in TRACE() calls. by Nicolas Capens · 10 years ago
  43. a230805 Access library dependencies through a single object. by Nicolas Capens · 10 years ago
  44. 18ad510 Implement glColor4f(). by Nicolas Capens · 10 years ago
  45. 7b1f3ab Implement basic GL_OES_draw_texture functionality. by Nicolas Capens · 10 years ago
  46. f5525ca Implement glTexEnvx(). by Nicolas Capens · 10 years ago
  47. efc555d Implement glTexParameterx(). by Nicolas Capens · 10 years ago
  48. 59af4b9 Implement glShadeModel() for OpenGL ES 1.1. by Nicolas Capens · 10 years ago
  49. df84738 Remove unnecessary <exception> includes. by Ping-Hao Wu · 10 years ago
  50. 7462601 Implement glFrustum() for OpenGL ES 1.1. by Nicolas Capens · 10 years ago
  51. 7cc75e1 Make the Object class independent of the GL version. by Nicolas Capens · 10 years ago
  52. 1c840bb OpenGL ES environment texture partial implementation by Maxime Gregoire · 10 years ago
  53. 4b8df2f Provide missing OpenGL ES 1.x extension for implementation read format/type. by Nicolas Capens · 10 years ago
  54. f0e6a40 OpenGL ES 1.1 colorPointer function implementation by Maxime Gregoire · 10 years ago
  55. 081340f OpenGL ES 1.1 fog implementation by Maxime Gregoire · 10 years ago
  56. 9703d1a Provide framebuffer-specific color read format/type and optimize for them. by Nicolas Capens · 10 years ago
  57. dddc4ab Retrieve the implementation color read format/type from the framebuffer. by Nicolas Capens · 10 years ago
  58. 4cadfe3 Create 64-bit translator libraries for the Android Emulator. by Nicolas Capens · 10 years ago
  59. 2265824 Implement ETC1 compressed textures support. by Nicolas Capens · 10 years ago
  60. 02f30cb Reference/release both the image and parent texture. by Nicolas Capens · 10 years ago
  61. f160b17 Eliminate exception handling. by Nicolas Capens · 10 years ago
  62. a53bf06 Add libGLES_CM to the Code::Blocks project. by Nicolas Capens · 10 years ago
  63. 7f0b105 Add GL_OES_draw_texture stubs. by Nicolas Capens · 10 years ago
  64. 42a584d Sending proper GL error on invalid Renderbuffer. by Alexis Hetu · 10 years ago
  65. 606c86e Support GL_TEXTURE_2D targets in glEGLImageTargetTexture2DOES. by Nicolas Capens · 10 years ago
  66. 857758f Export extensions. by Nicolas Capens · 10 years ago
  67. 7e12ac6 Add the glEGLImageTargetRenderbufferStorageOES entry function. by Nicolas Capens · 10 years ago
  68. f6b6d27 Add stubs for RAD entry functions. by Nicolas Capens · 10 years ago
  69. e832139 Rename the GLES2 folder to OpenGL. by Nicolas Capens · 10 years ago[Renamed from src/GLES2/libGLES_CM/libGLES_CM.cpp]
  70. ef34122 Implement attribute pointers. by Nicolas Capens · 10 years ago
  71. 89aee72 Track active texture. by Nicolas Capens · 10 years ago
  72. 3779221 Implement texture enable. by Nicolas Capens · 10 years ago
  73. 6b537b7 Implement the fixed-function matrix stacks. by Nicolas Capens · 10 years ago
  74. e1a3282 Implement fixed-function lighting. by Nicolas Capens · 10 years ago
  75. f3d2efd Match the exports ordinals to PowerVR. by Nicolas Capens · 10 years ago
  76. 14ee762 Name the namespaces logically. by Nicolas Capens · 10 years ago
  77. c2df125 Eliminate the glBindTexImage dependency. by Nicolas Capens · 10 years ago
  78. b4db629 Advertise GL_OES_EGL_image support. by Nicolas Capens · 10 years ago
  79. 1115782 Add ES1 stubs and remove ES2-only functions. by Nicolas Capens · 10 years ago
  80. 1c571f2 Rename libGLESv2 files to libGLES_CM. by Nicolas Capens · 10 years ago[Renamed from src/GLES2/libGLES_CM/libGLESv2.cpp]
  81. dbf6fc8 Copy libGLESv2 to libGLES_CM. by Nicolas Capens · 10 years ago