1. 91beb8d Prevent crashing when no current program is set. by Nicolas Capens · 7 years ago
  2. d0b5f1b Fix marking all cube faces as clean after update. by Nicolas Capens · 7 years ago
  3. 2ce08b1 Refactor texture binding. by Nicolas Capens · 7 years ago
  4. 41bcdc7 Refactor exp2(). by Nicolas Capens · 7 years ago
  5. 749ac9c Release surface on releaseTexImage by Alexis Hetu · 7 years ago
  6. 2acbd26 Accept GL_RGB/GL_RGBA for glGetInternalformativ. by Nicolas Capens · 7 years ago
  7. 8507f32 Make swiftshader build files produce libs in correct folders. by Tomasz Wiszkowski · 7 years ago
  8. bc62c3b Re-implement GL_APPLE_texture_format_BGRA8888. by Nicolas Capens · 7 years ago
  9. a5a7566 Fix floating-point luminance/alpha pixel upload. by Nicolas Capens · 7 years ago
  10. 0988fb8 Texture rectangle related fixes and associated tests by Alexis Hetu · 7 years ago
  11. a70156b Use a relative URL for SwiftConfig. by Nicolas Capens · 7 years ago
  12. 7e584e5 Fix renderbuffer binding for OpenGL ES 1.1. by Nicolas Capens · 7 years ago
  13. 5764235 Don't perform component swizzling on a null texture. by Nicolas Capens · 7 years ago
  14. 3e5f6fd Fix internal format handling for OpenGL ES 1.1. by Nicolas Capens · 7 years ago
  15. e65f564 Replace GL_NONE with GL_NO_ERROR when used as error. by Nicolas Capens · 7 years ago
  16. 135e240 Restrict multisampling to normalized unsigned and float formats. by Nicolas Capens · 7 years ago
  17. 3b4a25c Fix texture upload and internalformat handling. by Nicolas Capens · 7 years ago
  18. 9e8bfca Add debug macro for returning on assert. by Nicolas Capens · 7 years ago
  19. ae7756e Fix assert while updating surface buffers. by Nicolas Capens · 7 years ago
  20. 680bcf5 Fix glCopyTexImage support for BGRA color buffers. by Nicolas Capens · 7 years ago
  21. 92593eb Fix more warnings treated as errors. by Nicolas Capens · 7 years ago
  22. da5320a Fix warnings treated as errors. by Nicolas Capens · 7 years ago
  23. ea40235 Fuzzer fix by Alexis Hetu · 7 years ago
  24. e5a5788 Fix Chromium build. by Nicolas Capens · 7 years ago
  25. 2cf121d Use of uninitialized value fixed by Alexis Hetu · 7 years ago
  26. 7ada9ec Refactor pixel storage modes. by Nicolas Capens · 7 years ago
  27. a8d1918 Support loading of multiple compressed texture slices. by Nicolas Capens · 7 years ago
  28. 027714e Refactor texture pixel upload offsets. by Nicolas Capens · 7 years ago
  29. eab7076 Remove redundant compressed format lookup. by Nicolas Capens · 7 years ago
  30. 1529c2c Fix the source buffer used by CopyTex[Sub]Image. by Nicolas Capens · 7 years ago
  31. 3c1d6cf Fragment output fix by Alexis Hetu · 7 years ago
  32. d2ec29e Refactor the copy validation matrix. by Nicolas Capens · 7 years ago
  33. 92cd7ac Fix using base internal format for CopyTexImage validation. by Nicolas Capens · 7 years ago
  34. bb2bcae In-class initialize all TType members. by Nicolas Capens · 7 years ago
  35. 74faebb Swap format/type in image upload. by Nicolas Capens · 7 years ago
  36. 2fc9051 Fix pixel size calculation from upload format. by Nicolas Capens · 7 years ago
  37. 8f215a4 Refactor CopyTexImage format validation. by Nicolas Capens · 7 years ago
  38. 0358998 Refactor compressed texture format validation. by Nicolas Capens · 7 years ago
  39. 17e2e2f Fragment output location fix by Alexis Hetu · 7 years ago
  40. 40f48ab Unsigned int GLSL parsing fixed by Alexis Hetu · 7 years ago
  41. 26a8675 Support compressed textures unconditionally. by Nicolas Capens · 7 years ago
  42. 541d6a0 Primitive restart fixed by Alexis Hetu · 7 years ago
  43. 61fe99f Added missing entry from GL_ARB_texture_rectangle by Alexis Hetu · 7 years ago
  44. a02f8b1 Fixed warnings treated as errors by Alexis Hetu · 7 years ago
  45. 3833861 Construct non matrices from matrix in GLSL by Alexis Hetu · 7 years ago
  46. d274253 Row major matrix packing fix by Alexis Hetu · 7 years ago
  47. 4676862 Texture Rectangle implementation by Alexis Hetu · 7 years ago
  48. 930df97 Support for fragment output location by Alexis Hetu · 7 years ago
  49. 3bb0195 Flex update by Alexis Hetu · 7 years ago
  50. c62fad3 Remove unnecessary pointer checks. by Nicolas Capens · 7 years ago
  51. aa02848 Fix memory leak on error. by Nicolas Capens · 7 years ago
  52. b64e0ce Fix missing comparison operators. by Nicolas Capens · 7 years ago
  53. 9b5aa70 Fix checking each cube face for changes. by Nicolas Capens · 7 years ago
  54. 6c4564a Add missing break in switch. by Nicolas Capens · 7 years ago
  55. c715a8e Cherry-pick r322885 from LLVM. by Peter Collingbourne · 7 years ago
  56. 8e67eb9 Don't define _HAS_EXCEPTIONS to 0 with libc++. by Peter Collingbourne · 7 years ago
  57. 3119a87 UNIFORM_BUFFER_OFFSET_ALIGNMENT set to 4 by Alexis Hetu · 7 years ago
  58. 53c601e Make it possible to build SwiftShader for Fuchsia. by Sergey Ulanov · 7 years ago
  59. 648b582 Fix texture upload format. by Nicolas Capens · 7 years ago
  60. b1d452e Bump the major version number. by Nicolas Capens · 7 years ago
  61. 31d2c41 Fix Android build. by Nicolas Capens · 7 years ago
  62. ec2a65b createDepthStencilSurface stencil fix by Alexis Hetu · 7 years ago
  63. 2e4c069 Maximum call stack depth increase by Alexis Hetu · 7 years ago
  64. 88e7dcf Fix varying validation. by Nicolas Capens · 7 years ago
  65. f3a124f eglWaitClient, eglWaitGL and eglWaitNative implementation by Alexis Hetu · 7 years ago
  66. c4711fa5 GLSL mix implementation by Alexis Hetu · 7 years ago
  67. 30bae59 Remove GL_APPLE_texture_format_BGRA8888 from gl strings by Alexis Hetu · 7 years ago
  68. c8fcfd8 Enable OpenGL ES 3.0 unconditionally. by Nicolas Capens · 7 years ago
  69. 6896e35 Fix validation of statically referenced varyings. by Nicolas Capens · 7 years ago
  70. 2d261a5 Fix exp2 for integer input. by Nicolas Capens · 7 years ago
  71. cb302f9 Fixed more BGRA failures by Alexis Hetu · 7 years ago
  72. 39631dd Expose GL_APPLE_texture_format_BGRA8888. by Nicolas Capens · 7 years ago
  73. adee7dd Restore BGRA support by Alexis Hetu · 7 years ago
  74. 0b7471a Detect redefinition of function name as variable. by Nicolas Capens · 7 years ago
  75. c67e57e Build fix by Alexis Hetu · 7 years ago
  76. af13df4 Use exact-at-power-of-two reciprocal for texture projection. by Nicolas Capens · 7 years ago
  77. d0e4c2d Fix multisample line rasterization. by Nicolas Capens · 7 years ago
  78. 2d87469 Fix depth format assert. by Nicolas Capens · 7 years ago
  79. d80d4c4 Filtering fix for out of bounds blit by Alexis Hetu · 7 years ago
  80. d0a459f Fix sRGB linear filtering in blitter by Alexis Hetu · 7 years ago
  81. 924513c Structure field type validation by Alexis Hetu · 7 years ago
  82. 6d12331 Fix break statement. by Nicolas Capens · 7 years ago
  83. d6bcc11 Fix restoring the break execution enable mask. by Nicolas Capens · 7 years ago
  84. 6953d4a Fix loops with dynamic iteration count. by Nicolas Capens · 7 years ago
  85. ac6d505 Fix switch statements in loops. by Nicolas Capens · 7 years ago
  86. 152997c Uniform block instance name validation by Alexis Hetu · 7 years ago
  87. 73771b1 Allow blitting with out of bounds source coordinates by Alexis Hetu · 7 years ago
  88. bc648b9 Error messages for uniform block validation by Alexis Hetu · 7 years ago
  89. 743913c Varying interpolation qualifier check by Alexis Hetu · 7 years ago
  90. da163ed Sampler allocation fix by Alexis Hetu · 7 years ago
  91. f919b86 Implement EGL_KHR_get_all_proc_addresses. by Krzysztof Kosiński · 7 years ago
  92. 423377e Fix Chrome build. by Nicolas Capens · 7 years ago
  93. 0424edc Don't generate (S)SSE3 instructions in static code. by Nicolas Capens · 7 years ago
  94. 7bc079c Fix clamping depth output to [0, 1] range. by Nicolas Capens · 7 years ago
  95. e70208e Don't perform very early depth test when overridden by shader. by Nicolas Capens · 7 years ago
  96. e396a49 Fix initializing LOD for 3D sampling. by Nicolas Capens · 7 years ago
  97. 5d507bc Only try folding constant array indexing if propagated. by Nicolas Capens · 7 years ago
  98. 9c010dd Allow length() method on any array expression. by Nicolas Capens · 7 years ago
  99. 7cbb1de Implement support for arrays of constants. by Nicolas Capens · 7 years ago
  100. 4a4fe77 Fix using linear layout for depth readback. by Nicolas Capens · 7 years ago