1. d1fff58 Fix 2D texture image functions not returning GL_INVALID_ENUM with target == GL_TEXTURE_3D by Antonio Maiorano · 5 years ago
  2. 24cb99d Fix mipmap generation on undefined cube texture by Nicolas Capens · 6 years ago
  3. 7cfb50c Fix implicit fallthrough warnings treated as errors by Nicolas Capens · 6 years ago
  4. 4e34419 Fix validating glFramebuffer* attachment. by Nicolas Capens · 6 years ago
  5. 805d761 Use a trampoline for all GL entry functions. by Nicolas Capens · 6 years ago
  6. 9b76884 Add an argument check for compressed formats in glCompressedTexSubImage2D by Merck Hung · 6 years ago
  7. 5181427 Treat all non-zero GLboolean values as GL_TRUE. by Nicolas Capens · 6 years ago
  8. a5dfd97 Remove stray printfs. by Nicolas Capens · 6 years ago
  9. 56eacf0 Silently ignore attempts to delete default VAO. by Nicolas Capens · 6 years ago
  10. 108f3e1 Fix GL resource access thread safety by Chris Forbes · 6 years ago
  11. 0ccc71d Implement GL_OES_fbo_render_mipmap. by Nicolas Capens · 7 years ago
  12. c28d28a Android: Introduce ANDROID_HOST_BUILD and rework logging. by Alistair Strachan · 7 years ago
  13. 378c434 Fix attribute layout location linking. by Nicolas Capens · 6 years ago
  14. 48908cb Add EGL 1.5 entry points. by Nicolas Capens · 7 years ago
  15. e1fa9ea Reject copying from GL_RGB10_A2 to unsized formats. by Nicolas Capens · 6 years ago
  16. 659d89e Support glCopyTexImage2D for float formats. by Nicolas Capens · 6 years ago
  17. 8346311 Always create an OpenGL ES 3.0 context. by Nicolas Capens · 6 years ago
  18. 050ef94 Expose suffixed versions of VertexAttribDivisor by Adrienne Walker · 6 years ago
  19. efdf103 Refactor maximum texture dimensions. by Nicolas Capens · 6 years ago
  20. e475674 Implement OES_vertex_array_object. by Krzysztof Kosiński · 6 years ago
  21. ce8eb94 Accept GL_HALF_FLOAT and GL_HALF_FLOAT_OES interchangeably. by Nicolas Capens · 6 years ago
  22. 5cd502b Expose surfaceless context extension strings by Alexis Hetu · 7 years ago
  23. 667ab10 Support more glCopyTexImage unsized formats. by Nicolas Capens · 7 years ago
  24. 894858a Don't upload array texture images six times. by Nicolas Capens · 7 years ago
  25. 2f113e3 GL_CHROMIUM_color_buffer_float_rgba extension support by Alexis Hetu · 7 years ago
  26. 2ce08b1 Refactor texture binding. by Nicolas Capens · 7 years ago
  27. bc62c3b Re-implement GL_APPLE_texture_format_BGRA8888. by Nicolas Capens · 7 years ago
  28. 0988fb8 Texture rectangle related fixes and associated tests by Alexis Hetu · 7 years ago
  29. e65f564 Replace GL_NONE with GL_NO_ERROR when used as error. by Nicolas Capens · 7 years ago
  30. 3b4a25c Fix texture upload and internalformat handling. by Nicolas Capens · 7 years ago
  31. 7ada9ec Refactor pixel storage modes. by Nicolas Capens · 7 years ago
  32. eab7076 Remove redundant compressed format lookup. by Nicolas Capens · 7 years ago
  33. 1529c2c Fix the source buffer used by CopyTex[Sub]Image. by Nicolas Capens · 7 years ago
  34. 2fc9051 Fix pixel size calculation from upload format. by Nicolas Capens · 7 years ago
  35. 8f215a4 Refactor CopyTexImage format validation. by Nicolas Capens · 7 years ago
  36. 0358998 Refactor compressed texture format validation. by Nicolas Capens · 7 years ago
  37. 4676862 Texture Rectangle implementation by Alexis Hetu · 7 years ago
  38. 6c4564a Add missing break in switch. by Nicolas Capens · 7 years ago
  39. 648b582 Fix texture upload format. by Nicolas Capens · 7 years ago
  40. f919b86 Implement EGL_KHR_get_all_proc_addresses. by Krzysztof Kosiński · 7 years ago
  41. e611534 Use base level for mipmap generation and completeness. by Nicolas Capens · 7 years ago
  42. 5fc1e75 Validate cube completeness for mipmap generation. by Nicolas Capens · 7 years ago
  43. 60e2028 convert_float_int fix by Alexis Hetu · 7 years ago
  44. 5555af4 Implement sRGB texture sampling. by Nicolas Capens · 7 years ago
  45. c4a3f24 Implement framebuffer layer support. by Nicolas Capens · 7 years ago
  46. 6f28403 Fixed GL_VERTEX_ATTRIB_ARRAY_INTEGER queries by Alexis Hetu · 7 years ago
  47. 5a0e727 Restore support for BGRA formats. by Nicolas Capens · 7 years ago
  48. f11cd72 Fix initial rbo state. by Nicolas Capens · 7 years ago
  49. d95dbb8 Fix framebuffer attachment validation. by Nicolas Capens · 7 years ago
  50. c61f46b Untangle internal & implementation format. by Nicolas Capens · 7 years ago
  51. d2faaa9 Fix internalformat handling. by Nicolas Capens · 7 years ago
  52. 05bcbe6 glGenerateMipmap validation by Alexis Hetu · 7 years ago
  53. 3eb573f Added validation to shader related functions by Alexis Hetu · 7 years ago
  54. 1c93b6c Framebuffer related validity checks by Alexis Hetu · 7 years ago
  55. f89cd0b glGenerateMipmap validation by Alexis Hetu · 7 years ago
  56. bbb8fc1 glCompressedTexSub* validation fixes by Alexis Hetu · 7 years ago
  57. 848aa7f Pixel unpack buffer validation follow up by Alexis Hetu · 7 years ago
  58. f97f6e0 Pixel unpack buffer validation by Alexis Hetu · 7 years ago
  59. c1ef1ad glVertexAttribPointer validation by Alexis Hetu · 7 years ago
  60. 6e86449 Buffer mapping state validation fixes by Alexis Hetu · 7 years ago
  61. 84d0e22 Implement GL_OES_vertex_half_float. by Nicolas Capens · 7 years ago
  62. 506cc5e Suppress UBSan false positives. by Nicolas Capens · 7 years ago
  63. 010a464 Add texture filtering precision hint by Alexis Hetu · 7 years ago
  64. 1fd3b28 Making Program use the currently active context device. by Ben Vanik · 7 years ago
  65. 81aa97b Make Blitter part of Renderer. by Nicolas Capens · 7 years ago
  66. d5401e2 Fix setting depth+stencil texture attachment. by Nicolas Capens · 8 years ago
  67. 400667e Fix floating-point color buffer support. by Nicolas Capens · 8 years ago
  68. b9dda64 glBlitFramebuffer support for depth/stencil formats by Alexis Hetu · 8 years ago
  69. 58e61f2 No longer ignoring filter option in glBlitFramebuffer by Alexis Hetu · 8 years ago
  70. 53f4809 Enabled pixel unpack buffers by Alexis Hetu · 8 years ago
  71. 505b771 Fix GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT query for OpenGL ES 2.0. by Nicolas Capens · 8 years ago
  72. 7eaa10a Fix error code on invalid shader/program operation by Nicolas Capens · 8 years ago
  73. 1fb3a75 Validate level index before validating level itself. by Nicolas Capens · 8 years ago
  74. 58df2f6 Store EGL images in a namespace. by Nicolas Capens · 8 years ago
  75. 53318fa Implement floating-point conversion to the nearest representable integer. by Nicolas Capens · 8 years ago
  76. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 8 years ago
  77. ab75279 Making proper use of size_t by Alexis Hetu · 8 years ago
  78. 536f791 Fix error code on invalid shader/program operation by Nicolas Capens · 8 years ago
  79. c66f0e3 Implement GL_EXT_draw_buffers. by Nicolas Capens · 8 years ago
  80. b663f71 Refactor implementation constants. by Nicolas Capens · 8 years ago
  81. fed7e89 Allowed BGRA textures to be copied by Alexis Hetu · 8 years ago
  82. 2e90450 Fix renderability test. by Nicolas Capens · 8 years ago
  83. e5f3d7f Fix framebuffer attachment parameter query error. by Nicolas Capens · 8 years ago
  84. b5e346f Validate internalformat and combinations. by Nicolas Capens · 8 years ago
  85. 8bcd9dd Fix error on invalid type/format combination. by Nicolas Capens · 8 years ago
  86. f330190 Fix validation of texture level. by Nicolas Capens · 8 years ago
  87. 85c4f9e Added floating point formats to glCopyTexImage2D by Alexis Hetu · 8 years ago
  88. b02a8ee Added support for more depth types by Alexis Hetu · 9 years ago
  89. 0b16930 Default framebuffer type fix by Alexis Hetu · 9 years ago
  90. 526a89d Fixed setting Renderbuffer's layer and level by Alexis Hetu · 9 years ago
  91. 2ad9202 Fix disallowing binding to the default framebuffer. by Nicolas Capens · 9 years ago
  92. d3d0686 Added state query for immutable levels by Alexis Hetu · 9 years ago
  93. 5d96188 Fix signed/unsigned comparison warnings. by Nicolas Capens · 9 years ago
  94. 8833e01 Fix potentially uninitialized variables. by Nicolas Capens · 9 years ago
  95. c52a436 Clean up GL header includes. by Nicolas Capens · 9 years ago
  96. d9a2e7b Fixed format validations by Alexis Hetu · 9 years ago
  97. e727775 Added new extensions by Alexis Hetu · 9 years ago
  98. f15e894 Enabled 2D array textures by Alexis Hetu · 9 years ago
  99. b4d30d9 Enable x86-64 builds for Android. by Nicolas Capens · 9 years ago
  100. c68dd27 Fixed BindRenderbuffer by Alexis Hetu · 9 years ago