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