1. 75753f9 Fix CMake Subzero build. by Nicolas Capens · 6 years ago
  2. 60be5c4 Fix preprocessor error. by Nicolas Capens · 6 years ago
  3. 720aec1 Migrate to using <log/log.h> since Android O (API 27) by Merck Hung · 6 years ago
  4. a5dfd97 Remove stray printfs. by Nicolas Capens · 6 years ago
  5. f1d777c Remove duplicates in LLVM 7.0 build. by Nicolas Capens · 6 years ago
  6. 810f3db Fix stencil buffer memory leak. by Nicolas Capens · 6 years ago
  7. 876760b Notify team on Travis CI failures. by Nicolas Capens · 6 years ago
  8. 90c0c55 Explicitly include Android.mk for only OpenGL by Merck Hung · 6 years ago
  9. 56eacf0 Silently ignore attempts to delete default VAO. by Nicolas Capens · 6 years ago
  10. 8c5ca8d Reactor: Fix Trunc generic code generation by Logan Chien · 6 years ago
  11. 3c6a1ae Reactor: Fix Frac generic code generation by Logan Chien · 6 years ago
  12. 2faa24a Reactor: Fix RoundInt generic code generation by Logan Chien · 6 years ago
  13. 83fc07a Reactor: Fix Round (float) generic code generation by Logan Chien · 6 years ago
  14. a8385ed Reactor: Add check to SSE-specifc code for UShort4 by Logan Chien · 6 years ago
  15. 40a6005 Reactor: Fix Floor generic code generation by Logan Chien · 6 years ago
  16. 28794cf Reactor: Fix add/sub sat generic code generation by Logan Chien · 6 years ago
  17. b5ce509 Reactor: Cleanup indentations by Logan Chien · 6 years ago
  18. 4241ad7 Include <string> for fixing undefined template on Mac. by Merck Hung · 6 years ago
  19. 3d27f2e Initial cmake support for vulkan target by Chris Forbes · 6 years ago
  20. 96a1ceb Remove exit-time destructors. by Nicolas Capens · 6 years ago
  21. d73b871 Vulkan API (GetProcAddr only) by Alexis Hetu · 6 years ago
  22. 6aad6a7 Use lower case for internal Makefile variables by Logan Chien · 6 years ago
  23. 1aae88c More thread safety in ES2 & EGL APIs by Chris Forbes · 6 years ago
  24. 9a20cc9 Add support for constant folding of clamp() by Chris Forbes · 6 years ago
  25. c5e68ab Fix constant folding of nonsquare mat * vec and vec * mat by Chris Forbes · 6 years ago
  26. 9f6c0b8 Avoid emitting nonsquare scale matrix entries where there is no main diagonal element by Chris Forbes · 6 years ago
  27. d46e9f6 Fix nonsquare matrix construction from scalar by Chris Forbes · 6 years ago
  28. 4daedcd Fix missing case for declarations in glslang AST dump by Chris Forbes · 6 years ago
  29. c89f75b Fix code generation for vec.swiz *= mat by Chris Forbes · 6 years ago
  30. 2ecc8b7 Add SWIFTSHADER prefix to Android.mk variables by Logan Chien · 6 years ago
  31. 25c541e Build fix by Alexis Hetu · 6 years ago
  32. a764381 Disable unsafe FP math optimizations for LLVM 7.0. by Nicolas Capens · 6 years ago
  33. 52551d1 Work around stack probe issue. by Nicolas Capens · 6 years ago
  34. fcedef4 Updated issue tracker URL by Shannon Woods · 6 years ago
  35. d7a21cc Add Windows configs for LLVM 7.0. by Nicolas Capens · 6 years ago
  36. fe79649 Update BUILD.gn configs to support ARM[64] builds. by Stephen Lanham · 6 years ago
  37. 17b7589 Add LLVM 7.0 Android.mk by Logan Chien · 6 years ago
  38. 009fecb Add LLVM 7.0 ARM/AArch64 backend to CMakeLists.txt by Logan Chien · 6 years ago
  39. 2ccf818 Move atomicExchange under PERF_PROFILE by Logan Chien · 6 years ago
  40. e319101 Add the unimplemented non-x86 code generator by Logan Chien · 6 years ago
  41. 0eedc8c Port SwiftShader to LLVM 7.0 by Logan Chien · 6 years ago
  42. 172f41b Add LLVM 7.0 configs for Linux and Android by Logan Chien · 6 years ago
  43. 29f99de Add LLVM 7.0 config generation script by Logan Chien · 6 years ago
  44. 1841c50 Add LLVM 7.0 git submodule by Logan Chien · 6 years ago
  45. 52cde60 Refactor LLVM initialization code by Logan Chien · 6 years ago
  46. 813d503 Wrap call arguments with ARGS macro by Logan Chien · 6 years ago
  47. 191b305 Remove sw::Value, sw::BasicBlock, and sw::SwitchCases by Logan Chien · 6 years ago
  48. 3d27ee3 Remove stale LLVM include path by Logan Chien · 6 years ago
  49. 6dafcf3 Fix Visual Studio SubzeroTest build. by Nicolas Capens · 6 years ago
  50. cf47cfd Guard against out of bounds accesses caused by a large base level by Alexis Hetu · 6 years ago
  51. 3655209 Fix texture completeness test when using sampler objects. by Nicolas Capens · 6 years ago
  52. a062f32 Use custom executable memory allocator. by Nicolas Capens · 6 years ago
  53. 108f3e1 Fix GL resource access thread safety by Chris Forbes · 6 years ago
  54. 787e3d5 Fix eglChooseConfig behavior to match CTS expectation by Chris Forbes · 6 years ago
  55. ad5c295 Move ConvertReadFormatType to utilities. by Nicolas Capens · 6 years ago
  56. 838fe3d Remove quad-layout depth formats from sampler. by Nicolas Capens · 6 years ago
  57. d1ed57e Implement GL_NV_read_depth_stencil. by Nicolas Capens · 6 years ago
  58. 0c6ac93 Refactor glReadPixels validation. by Nicolas Capens · 6 years ago
  59. 0ccc71d Implement GL_OES_fbo_render_mipmap. by Nicolas Capens · 6 years ago
  60. fe5861b Document build and test instructions. by Nicolas Capens · 6 years ago
  61. 5fb5e81 Consider context promotion when validating share context by Chris Forbes · 6 years ago
  62. 62cfbb9 Resolve conflicts on Android.bp/.mk when building with O by Greg Hartman · 6 years ago
  63. d5411c8 Allow SwiftShader to be moved to a non-default location by Greg Hartman · 6 years ago
  64. 4bbff9e Checking in Vulkan headers by Alexis Hetu · 6 years ago
  65. 60f8662 Android: Add Android.bp files for a host build. by Alistair Strachan · 6 years ago
  66. 69e7595 Android: Add host versions of the Android platform headers. by Alistair Strachan · 6 years ago
  67. c28d28a Android: Introduce ANDROID_HOST_BUILD and rework logging. by Alistair Strachan · 6 years ago
  68. 94d4660 Update googletest to latest revision. by Nicolas Capens · 6 years ago
  69. 80ab360 Fix braces warning treated as error. by Nicolas Capens · 6 years ago
  70. 378c434 Fix attribute layout location linking. by Nicolas Capens · 6 years ago
  71. c47cd43 Non libX11 build fix by Alexis Hetu · 6 years ago
  72. dd662d2 SwiftShader on Fuchsia x64 by Alexis Hetu · 6 years ago
  73. d7622ff Fix platform display retrieval. by Nicolas Capens · 6 years ago
  74. 48908cb Add EGL 1.5 entry points. by Nicolas Capens · 7 years ago
  75. 02956e4 Fix Direct3D 8 build. by Nicolas Capens · 6 years ago
  76. dd4c863 Fix gl_FrontFacing to take GL_FRONT_FACE into account. by Nicolas Capens · 6 years ago
  77. 9e22c54 TSAN fix by Alexis Hetu · 6 years ago
  78. 7f1c3d0 Fix validation of uniform block size. by Nicolas Capens · 6 years ago
  79. be5fe77 Add missing header. by Nicolas Capens · 6 years ago
  80. 0d8993c Fix leaking uniforms. by Nicolas Capens · 6 years ago
  81. 8fb6f6a Remove X11 window validation. by Nicolas Capens · 6 years ago
  82. 6a66922 Remove invalid assert. by Nicolas Capens · 6 years ago
  83. 6a990f8 Support MSAN with Subzero JIT compiled code. by Nicolas Capens · 6 years ago
  84. 3639df1 Support 64-bit call targets. by Nicolas Capens · 6 years ago
  85. fbba490 Harden against X11 instability. by Nicolas Capens · 6 years ago
  86. 551478a Fix for MSAN issues by Alexis Hetu · 6 years ago
  87. e1fa9ea Reject copying from GL_RGB10_A2 to unsized formats. by Nicolas Capens · 6 years ago
  88. c497261 Protect exported symbols from overrides. by Nicolas Capens · 6 years ago
  89. 6b21ba9 Prevent LTO from eliminating releaseTexImage() calls. by Nicolas Capens · 6 years ago
  90. b7334da Remove invalid glGetIntegerv() enums. by Nicolas Capens · 6 years ago
  91. 517a57f Fix protecting exported symbols from overrides. by Nicolas Capens · 6 years ago
  92. 5e1520f Use an internal symbol to determine library directory. by Nicolas Capens · 6 years ago
  93. 499bb76 Fix CMake architecture string comparison. by Nicolas Capens · 6 years ago
  94. 539468c Fix using pitch for compressed format decoding. by Nicolas Capens · 6 years ago
  95. b41a9d6 Fix pedantic narrowing conversion error. by Nicolas Capens · 6 years ago
  96. 65a3264 Support reading of half-float formats. by Nicolas Capens · 6 years ago
  97. 659d89e Support glCopyTexImage2D for float formats. by Nicolas Capens · 6 years ago
  98. 8346311 Always create an OpenGL ES 3.0 context. by Nicolas Capens · 6 years ago
  99. 41b7748 Memory leak fix by Alexis Hetu · 6 years ago
  100. 932640b Std:unordered_map removed from Optimizer for improved performance by Alexis Hetu · 6 years ago