1. c61f46b Untangle internal & implementation format. by Nicolas Capens · 7 years ago
  2. d2faaa9 Fix internalformat handling. by Nicolas Capens · 7 years ago
  3. 05bcbe6 glGenerateMipmap validation by Alexis Hetu · 7 years ago
  4. 3eb573f Added validation to shader related functions by Alexis Hetu · 7 years ago
  5. 1c93b6c Framebuffer related validity checks by Alexis Hetu · 7 years ago
  6. f89cd0b glGenerateMipmap validation by Alexis Hetu · 7 years ago
  7. bbb8fc1 glCompressedTexSub* validation fixes by Alexis Hetu · 7 years ago
  8. 848aa7f Pixel unpack buffer validation follow up by Alexis Hetu · 7 years ago
  9. f97f6e0 Pixel unpack buffer validation by Alexis Hetu · 7 years ago
  10. c1ef1ad glVertexAttribPointer validation by Alexis Hetu · 7 years ago
  11. 6e86449 Buffer mapping state validation fixes by Alexis Hetu · 7 years ago
  12. 84d0e22 Implement GL_OES_vertex_half_float. by Nicolas Capens · 7 years ago
  13. 506cc5e Suppress UBSan false positives. by Nicolas Capens · 7 years ago
  14. 010a464 Add texture filtering precision hint by Alexis Hetu · 7 years ago
  15. 1fd3b28 Making Program use the currently active context device. by Ben Vanik · 7 years ago
  16. 81aa97b Make Blitter part of Renderer. by Nicolas Capens · 7 years ago
  17. d5401e2 Fix setting depth+stencil texture attachment. by Nicolas Capens · 8 years ago
  18. 400667e Fix floating-point color buffer support. by Nicolas Capens · 7 years ago
  19. b9dda64 glBlitFramebuffer support for depth/stencil formats by Alexis Hetu · 8 years ago
  20. 58e61f2 No longer ignoring filter option in glBlitFramebuffer by Alexis Hetu · 8 years ago
  21. 53f4809 Enabled pixel unpack buffers by Alexis Hetu · 8 years ago
  22. 505b771 Fix GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT query for OpenGL ES 2.0. by Nicolas Capens · 8 years ago
  23. 7eaa10a Fix error code on invalid shader/program operation by Nicolas Capens · 8 years ago
  24. 1fb3a75 Validate level index before validating level itself. by Nicolas Capens · 8 years ago
  25. 58df2f6 Store EGL images in a namespace. by Nicolas Capens · 8 years ago
  26. 53318fa Implement floating-point conversion to the nearest representable integer. by Nicolas Capens · 8 years ago
  27. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 8 years ago
  28. ab75279 Making proper use of size_t by Alexis Hetu · 8 years ago
  29. 536f791 Fix error code on invalid shader/program operation by Nicolas Capens · 8 years ago
  30. c66f0e3 Implement GL_EXT_draw_buffers. by Nicolas Capens · 8 years ago
  31. b663f71 Refactor implementation constants. by Nicolas Capens · 8 years ago
  32. fed7e89 Allowed BGRA textures to be copied by Alexis Hetu · 8 years ago
  33. 2e90450 Fix renderability test. by Nicolas Capens · 8 years ago
  34. e5f3d7f Fix framebuffer attachment parameter query error. by Nicolas Capens · 8 years ago
  35. b5e346f Validate internalformat and combinations. by Nicolas Capens · 8 years ago
  36. 8bcd9dd Fix error on invalid type/format combination. by Nicolas Capens · 8 years ago
  37. f330190 Fix validation of texture level. by Nicolas Capens · 8 years ago
  38. 85c4f9e Added floating point formats to glCopyTexImage2D by Alexis Hetu · 8 years ago
  39. b02a8ee Added support for more depth types by Alexis Hetu · 9 years ago
  40. 0b16930 Default framebuffer type fix by Alexis Hetu · 9 years ago
  41. 526a89d Fixed setting Renderbuffer's layer and level by Alexis Hetu · 9 years ago
  42. 2ad9202 Fix disallowing binding to the default framebuffer. by Nicolas Capens · 9 years ago
  43. d3d0686 Added state query for immutable levels by Alexis Hetu · 9 years ago
  44. 5d96188 Fix signed/unsigned comparison warnings. by Nicolas Capens · 9 years ago
  45. 8833e01 Fix potentially uninitialized variables. by Nicolas Capens · 9 years ago
  46. c52a436 Clean up GL header includes. by Nicolas Capens · 9 years ago
  47. d9a2e7b Fixed format validations by Alexis Hetu · 9 years ago
  48. e727775 Added new extensions by Alexis Hetu · 9 years ago
  49. f15e894 Enabled 2D array textures by Alexis Hetu · 9 years ago
  50. b4d30d9 Enable x86-64 builds for Android. by Nicolas Capens · 9 years ago
  51. c68dd27 Fixed BindRenderbuffer by Alexis Hetu · 9 years ago
  52. 5dcf88b Fixed fbo related validations by Alexis Hetu · 9 years ago
  53. 3e02f68 Increased the number of color attachments enums supported by Alexis Hetu · 9 years ago
  54. 2ea6f55 Renderbuffer allocation fix for GLES3 by Alexis Hetu · 9 years ago
  55. c8f95e8 Floating point renderbuffer support by Alexis Hetu · 9 years ago
  56. e3ae428 Add "Google" to GL_RENDERER to be whitelisted by Chrome. by Nicolas Capens · 9 years ago
  57. 8e09837 Copy-paste error fixed by Alexis Hetu · 9 years ago
  58. 3ed1630 Floating point parameters should be rounded, not truncated by Alexis Hetu · 9 years ago
  59. e479522 Fixed texture format checks by Alexis Hetu · 9 years ago
  60. 5767099 Fix glGetInternalformativ() by Nicolas Capens · 9 years ago
  61. 460e41f Handling ETC2, EAC and ASTC related enums by Alexis Hetu · 9 years ago
  62. 02a2bb8 Enable glsl integer code by Alexis Hetu · 9 years ago
  63. 79c7e27 Implement EGL_LARGEST_PBUFFER. by Nicolas Capens · 9 years ago
  64. 0fecd6f Follow up on Framebuffer Layer query by Alexis Hetu · 9 years ago
  65. d55a095 Renamed boolean state variables and setters. by Nicolas Capens · 9 years ago
  66. 074c641 Framebuffer Layer query by Alexis Hetu · 9 years ago
  67. fef22a6 Added missing binary related functions to Program by Alexis Hetu · 9 years ago
  68. dcbabfa Fixed Framebuffer attachment checks by Alexis Hetu · 9 years ago
  69. b1a071f LOD should be rounded to int by Alexis Hetu · 9 years ago
  70. a734c0f Added more GLES 3.0 specific cases in GetFramebufferAttachmentParameteriv by Alexis Hetu · 9 years ago
  71. 18bcfcc Return correct OpenGL ES version by Alexis Hetu · 9 years ago
  72. dafae03 glBufferSubData fix by Alexis Hetu · 9 years ago
  73. 5bf8c17 Added Primitive Restart Index and Rasterizer Discard to IsEnabled by Alexis Hetu · 9 years ago
  74. 696a818 Adding support for GL_DEPTH_STENCIL_ATTACHMENT by Alexis Hetu · 9 years ago
  75. 911307d Added new GLES3.0 compressed format checks to TexImage2D by Alexis Hetu · 9 years ago
  76. 3713cd4 Log the switch value when reaching an UNREACHABLE(). by Nicolas Capens · 9 years ago
  77. 0085c44 Fixed some warnings by Alexis Hetu · 9 years ago
  78. c2632d2 Uniform Buffers API implementation by Alexis Hetu · 9 years ago
  79. 638e2ae Transform feedback varyings API by Alexis Hetu · 9 years ago
  80. d174674 Uniform Blocks API by Alexis Hetu · 9 years ago
  81. 8af5007 glFramebufferTextureLayer API implementation by Alexis Hetu · 9 years ago
  82. b79fc9f Don't restrict format combinations on CopyTexSubImage. by Nicolas Capens · 9 years ago
  83. 8f60458 Update to RenderbufferStorage's supported format list by Alexis Hetu · 9 years ago
  84. 4de7e2e Implemented matrix transpose by Alexis Hetu · 9 years ago
  85. 6116150 GL_HALF_FLOAT vs GL_HALF_FLOAT_OES by Alexis Hetu · 9 years ago
  86. 778c28f Texture2DArray binding function by Alexis Hetu · 9 years ago
  87. ff5e052 GL_SRC_ALPHA_SATURATE for OpenGL ES 3.0 by Alexis Hetu · 9 years ago
  88. c7b0510 Pixel store parameters by Alexis Hetu · 9 years ago
  89. 1b2f628 Multiple color attachments by Alexis Hetu · 9 years ago
  90. 5a01c18 glGet, 64b version by Alexis Hetu · 9 years ago
  91. 8be7e3f Fixed error in TexImage2D by Alexis Hetu · 9 years ago
  92. eb195b6 Dispatch GLESv2 entry functions to avoid resolving to the same symbol. by Nicolas Capens · 9 years ago
  93. 0273322 Predefine (E)GL export macros. by Nicolas Capens · 9 years ago
  94. ccee6a8 Prepend entry functions with their export macros. by Nicolas Capens · 9 years ago
  95. deda34b Combine es2::Image and es1::Image into egl::Image. by Nicolas Capens · 9 years ago
  96. 4be3370 Use %p without precision specifier in TRACE() calls. by Nicolas Capens · 9 years ago
  97. 0416e5c Fix compilation regression on Linux. by Nicolas Capens · 9 years ago
  98. b4d557d Adding instanced drawing by Alexis Hetu · 9 years ago
  99. 8e32f7b Constness in Context by Alexis Hetu · 9 years ago
  100. bcac6ff TransformFeedback buffer binding by Alexis Hetu · 9 years ago