1. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 9 years ago
  2. ab75279 Making proper use of size_t by Alexis Hetu · 9 years ago
  3. 536f791 Fix error code on invalid shader/program operation by Nicolas Capens · 9 years ago
  4. c66f0e3 Implement GL_EXT_draw_buffers. by Nicolas Capens · 9 years ago
  5. b663f71 Refactor implementation constants. by Nicolas Capens · 9 years ago
  6. fed7e89 Allowed BGRA textures to be copied by Alexis Hetu · 9 years ago
  7. 2e90450 Fix renderability test. by Nicolas Capens · 9 years ago
  8. e5f3d7f Fix framebuffer attachment parameter query error. by Nicolas Capens · 9 years ago
  9. b5e346f Validate internalformat and combinations. by Nicolas Capens · 9 years ago
  10. 8bcd9dd Fix error on invalid type/format combination. by Nicolas Capens · 9 years ago
  11. f330190 Fix validation of texture level. by Nicolas Capens · 9 years ago
  12. 85c4f9e Added floating point formats to glCopyTexImage2D by Alexis Hetu · 9 years ago
  13. b02a8ee Added support for more depth types by Alexis Hetu · 9 years ago
  14. 0b16930 Default framebuffer type fix by Alexis Hetu · 9 years ago
  15. 526a89d Fixed setting Renderbuffer's layer and level by Alexis Hetu · 9 years ago
  16. 2ad9202 Fix disallowing binding to the default framebuffer. by Nicolas Capens · 9 years ago
  17. d3d0686 Added state query for immutable levels by Alexis Hetu · 9 years ago
  18. 5d96188 Fix signed/unsigned comparison warnings. by Nicolas Capens · 9 years ago
  19. 8833e01 Fix potentially uninitialized variables. by Nicolas Capens · 9 years ago
  20. c52a436 Clean up GL header includes. by Nicolas Capens · 9 years ago
  21. d9a2e7b Fixed format validations by Alexis Hetu · 9 years ago
  22. e727775 Added new extensions by Alexis Hetu · 9 years ago
  23. f15e894 Enabled 2D array textures by Alexis Hetu · 9 years ago
  24. b4d30d9 Enable x86-64 builds for Android. by Nicolas Capens · 9 years ago
  25. c68dd27 Fixed BindRenderbuffer by Alexis Hetu · 9 years ago
  26. 5dcf88b Fixed fbo related validations by Alexis Hetu · 9 years ago
  27. 3e02f68 Increased the number of color attachments enums supported by Alexis Hetu · 9 years ago
  28. 2ea6f55 Renderbuffer allocation fix for GLES3 by Alexis Hetu · 9 years ago
  29. c8f95e8 Floating point renderbuffer support by Alexis Hetu · 9 years ago
  30. e3ae428 Add "Google" to GL_RENDERER to be whitelisted by Chrome. by Nicolas Capens · 9 years ago
  31. 8e09837 Copy-paste error fixed by Alexis Hetu · 9 years ago
  32. 3ed1630 Floating point parameters should be rounded, not truncated by Alexis Hetu · 9 years ago
  33. e479522 Fixed texture format checks by Alexis Hetu · 9 years ago
  34. 5767099 Fix glGetInternalformativ() by Nicolas Capens · 9 years ago
  35. 460e41f Handling ETC2, EAC and ASTC related enums by Alexis Hetu · 9 years ago
  36. 02a2bb8 Enable glsl integer code by Alexis Hetu · 9 years ago
  37. 79c7e27 Implement EGL_LARGEST_PBUFFER. by Nicolas Capens · 9 years ago
  38. 0fecd6f Follow up on Framebuffer Layer query by Alexis Hetu · 9 years ago
  39. d55a095 Renamed boolean state variables and setters. by Nicolas Capens · 9 years ago
  40. 074c641 Framebuffer Layer query by Alexis Hetu · 9 years ago
  41. fef22a6 Added missing binary related functions to Program by Alexis Hetu · 9 years ago
  42. dcbabfa Fixed Framebuffer attachment checks by Alexis Hetu · 9 years ago
  43. b1a071f LOD should be rounded to int by Alexis Hetu · 9 years ago
  44. a734c0f Added more GLES 3.0 specific cases in GetFramebufferAttachmentParameteriv by Alexis Hetu · 9 years ago
  45. 18bcfcc Return correct OpenGL ES version by Alexis Hetu · 9 years ago
  46. dafae03 glBufferSubData fix by Alexis Hetu · 9 years ago
  47. 5bf8c17 Added Primitive Restart Index and Rasterizer Discard to IsEnabled by Alexis Hetu · 9 years ago
  48. 696a818 Adding support for GL_DEPTH_STENCIL_ATTACHMENT by Alexis Hetu · 9 years ago
  49. 911307d Added new GLES3.0 compressed format checks to TexImage2D by Alexis Hetu · 9 years ago
  50. 3713cd4 Log the switch value when reaching an UNREACHABLE(). by Nicolas Capens · 9 years ago
  51. 0085c44 Fixed some warnings by Alexis Hetu · 9 years ago
  52. c2632d2 Uniform Buffers API implementation by Alexis Hetu · 10 years ago
  53. 638e2ae Transform feedback varyings API by Alexis Hetu · 9 years ago
  54. d174674 Uniform Blocks API by Alexis Hetu · 10 years ago
  55. 8af5007 glFramebufferTextureLayer API implementation by Alexis Hetu · 10 years ago
  56. b79fc9f Don't restrict format combinations on CopyTexSubImage. by Nicolas Capens · 9 years ago
  57. 8f60458 Update to RenderbufferStorage's supported format list by Alexis Hetu · 9 years ago
  58. 4de7e2e Implemented matrix transpose by Alexis Hetu · 9 years ago
  59. 6116150 GL_HALF_FLOAT vs GL_HALF_FLOAT_OES by Alexis Hetu · 9 years ago
  60. 778c28f Texture2DArray binding function by Alexis Hetu · 9 years ago
  61. ff5e052 GL_SRC_ALPHA_SATURATE for OpenGL ES 3.0 by Alexis Hetu · 9 years ago
  62. c7b0510 Pixel store parameters by Alexis Hetu · 10 years ago
  63. 1b2f628 Multiple color attachments by Alexis Hetu · 10 years ago
  64. 5a01c18 glGet, 64b version by Alexis Hetu · 10 years ago
  65. 8be7e3f Fixed error in TexImage2D by Alexis Hetu · 10 years ago
  66. eb195b6 Dispatch GLESv2 entry functions to avoid resolving to the same symbol. by Nicolas Capens · 10 years ago
  67. 0273322 Predefine (E)GL export macros. by Nicolas Capens · 10 years ago
  68. ccee6a8 Prepend entry functions with their export macros. by Nicolas Capens · 10 years ago
  69. deda34b Combine es2::Image and es1::Image into egl::Image. by Nicolas Capens · 10 years ago
  70. 4be3370 Use %p without precision specifier in TRACE() calls. by Nicolas Capens · 10 years ago
  71. 0416e5c Fix compilation regression on Linux. by Nicolas Capens · 10 years ago
  72. b4d557d Adding instanced drawing by Alexis Hetu · 10 years ago
  73. 8e32f7b Constness in Context by Alexis Hetu · 10 years ago
  74. bcac6ff TransformFeedback buffer binding by Alexis Hetu · 10 years ago
  75. 22d0766 Fix compilation regression on Linux. by Nicolas Capens · 10 years ago
  76. e8af6d1 Adding draw instanced functions by Alexis Hetu · 10 years ago
  77. 0733469 Implemented glDrawRangeElements by Alexis Hetu · 10 years ago
  78. a230805 Access library dependencies through a single object. by Nicolas Capens · 10 years ago
  79. f9b7cb1 New Buffers in OpenGL ES 3.0 by Alexis Hetu · 10 years ago
  80. 8141d7c Added utility function for OpenGL extension strings by Alexis Hetu · 10 years ago
  81. 93ae103 New VertexAttribute data types by Alexis Hetu · 10 years ago
  82. 6074f12 Treat the call to getIntegerv as a non-error on Android only. by Greg Hartman · 10 years ago
  83. ed30618 Added more OpenGL ES 3.0 cases in front end by Alexis Hetu · 10 years ago
  84. 7ae353d Work around non-compliant behavior for Google Maps. by Nicolas Capens · 10 years ago
  85. df84738 Remove unnecessary <exception> includes. by Ping-Hao Wu · 10 years ago
  86. 0300e3c Implement simple OpenGL ES 3.0 parameter checks by Alexis Hetu · 10 years ago
  87. fceb183 Adding some GLES 3.0 specific enums by Alexis Hetu · 10 years ago
  88. e9233fb Adding multisampling to texture3D test by Alexis Hetu · 10 years ago
  89. 0a7f0c2 Pass the shader version to the symbol table. by Nicolas Capens · 10 years ago
  90. b97ad2e Enable OpenGL ES 3.0 context creation. by Nicolas Capens · 10 years ago
  91. f7be67f Texture3D copy to level by Alexis Hetu · 10 years ago
  92. 7cc75e1 Make the Object class independent of the GL version. by Nicolas Capens · 10 years ago
  93. b027aa9 Adding Texture3D support. by Alexis Hetu · 10 years ago
  94. dddc4ab Retrieve the implementation color read format/type from the framebuffer. by Nicolas Capens · 10 years ago
  95. 54b721d Fix allowing fragment shader invariant declarations. by Nicolas Capens · 10 years ago
  96. 4cadfe3 Create 64-bit translator libraries for the Android Emulator. by Nicolas Capens · 10 years ago
  97. 2265824 Implement ETC1 compressed textures support. by Nicolas Capens · 10 years ago
  98. f160b17 Eliminate exception handling. by Nicolas Capens · 10 years ago
  99. 08e90f0 Fix C++11 compilation errors. by Nicolas Capens · 10 years ago
  100. bfa948c Remove RemoveTree. by Nicolas Capens · 10 years ago