1. a114ed5 Build lib*_swiftshader with BOARD_VNDK_VERSION by Jiyong Park · 8 years ago
  2. bf1307b Restrict GLSL globals to be initialized with constant expressions. by Nicolas Capens · 9 years ago
  3. dc20933 Suppress attributes warnings. by Nicolas Capens · 8 years ago
  4. 9441b07 SwiftShader always builds its release version in Chromium by Alexis Hetu · 8 years ago
  5. 18e2a97 GLSL bitwise NOT implementation by Alexis Hetu · 8 years ago
  6. 877ddfc gl_VertexID implementation by Alexis Hetu · 8 years ago
  7. 506cc5e Suppress UBSan false positives. by Nicolas Capens · 8 years ago
  8. b7cab41 Use real snprintf when available. by Nicolas Capens · 8 years ago
  9. 1fb04ac Don't dynamically recurse when analyzing functions by Lingfeng Yang · 8 years ago
  10. e3f0555 Implement unrolling of loops using > or >=. by Nicolas Capens · 8 years ago
  11. d0bfd91 Fix null dereference on uninitialized loop variable. by Nicolas Capens · 8 years ago
  12. fcb70fd Fix assert on using GLSL sampler function arguments. by Nicolas Capens · 8 years ago
  13. 7831e44 Reset pointer to null after delete. by Nicolas Capens · 8 years ago
  14. 7e95d88 Replace unique_ptr with a raw pointer. by Nicolas Capens · 8 years ago
  15. 9ed48ba Prevent LTO from eliminating cross-library virtual methods. by Nicolas Capens · 8 years ago
  16. 1ba2611 Build with Subzero for Android on ARM. by Nicolas Capens · 8 years ago
  17. 69bc6e8 Fix GCC build by Tom Anderson · 8 years ago
  18. 10b57d4 Allows SwiftShader to identify the Android version by Greg Hartman · 8 years ago
  19. 2ddef88 Fixed defines from BUILD.gn files by Alexis Hetu · 8 years ago
  20. 930b700 Fix determining the loop iteration count. by Nicolas Capens · 8 years ago
  21. 8157d5c Fix the type used for structure field write masks. by Nicolas Capens · 8 years ago
  22. 29cb003 Fixed attribute location by Alexis Hetu · 8 years ago
  23. ec93b1d Imported a few ES3 fixes from Angle by Alexis Hetu · 8 years ago
  24. d4e2ba5 GLSL const arrays are allowed in OpenGL ES 3.0 by Alexis Hetu · 8 years ago
  25. 93a6458 Enable multiprocessor compilation. by Nicolas Capens · 8 years ago
  26. d6d10f9 Fixed official chromium build on Linux by Alexis Hetu · 8 years ago
  27. e97a31e Fixed clang warnings and unmuted these warnings by Alexis Hetu · 8 years ago
  28. f0005a1 Android build fix by Alexis Hetu · 8 years ago
  29. 2a19855 Fixed array constructors by Alexis Hetu · 9 years ago
  30. b7508b8 Fix for the remaining vertex array issues by Alexis Hetu · 9 years ago
  31. 98a1666 Upgrade to Visual Studio 2015 project files by Alexis Hetu · 9 years ago
  32. 8be4110 Made SwiftShader compile on Mac in Chromium by Alexis Hetu · 9 years ago
  33. 03b67af Fixed build files for Windows clang by Alexis Hetu · 9 years ago
  34. 02ad0aa Shader cleanup by Alexis Hetu · 9 years ago
  35. 68f564d Update to BUILD.gn files by Alexis Hetu · 9 years ago
  36. 19e433d Suppress macro redefinition warnings treated as error. by Nicolas Capens · 9 years ago
  37. b34591a Turning on warnings as error in Visual Studio by Alexis Hetu · 9 years ago
  38. 1d67244 Fixed Windows warnings by Alexis Hetu · 9 years ago
  39. 46c1b91 Update to gn files for Windows by Alexis Hetu · 9 years ago
  40. 0484c79 Perform texture coordinate projection early. by Nicolas Capens · 9 years ago
  41. 9d62c48 Pack texelFetch LOD as sampling coordinate's w component. by Meng-Lin Wu · 9 years ago
  42. 5da2d3f Fix lvalue output parameter assignment. by Nicolas Capens · 9 years ago
  43. 91f10e3 GN files, initial check in by Alexis Hetu · 9 years ago
  44. 7208e93 Moved or removed unused variables by Alexis Hetu · 9 years ago
  45. 3345779 Minor cleanups by Alexis Hetu · 9 years ago
  46. 12b0050 Implement flat interpolation qualifier support. by Alexis Hetu · 9 years ago
  47. 7be70cf Loop count crash fixed by Alexis Hetu · 9 years ago
  48. f0aef1a Make the number of vertex inputs configurable. by Nicolas Capens · 9 years ago
  49. 3b4c93f Make the number of fragment inputs configurable. by Nicolas Capens · 9 years ago
  50. ec0936c Make the number of vertex outputs configurable. by Nicolas Capens · 9 years ago
  51. b7510aa Move Khronos OpenGL headers to top-level include directory. by Nicolas Capens · 9 years ago
  52. 9aa83a9 Switch implementation by Alexis Hetu · 9 years ago
  53. 6f89b65 Output builds to top-level obj and bin folder. by Nicolas Capens · 9 years ago
  54. 0bac285 Apply the Apache 2.0 license. by Nicolas Capens · 9 years ago
  55. e178000 Move LLVM to /third_party. by Nicolas Capens · 9 years ago
  56. 7d6b34d modf implementation by Alexis Hetu · 9 years ago
  57. 2ce222c Importing log2f fix for JB-MR1 by Alexis Hetu · 9 years ago
  58. f91d9c1 Fix scoping of function parameters for GLSL ES 1.0 by Nicolas Capens · 9 years ago
  59. c431041 Fix sampler-array-using-loop-index.html regression. by Nicolas Capens · 9 years ago
  60. 26ea8f5 Fixed not equal folding by Alexis Hetu · 9 years ago
  61. 5c26c29 Fix indexing of samplers in structures. by Nicolas Capens · 9 years ago
  62. de16ffd Texture projection constant folding by Alexis Hetu · 9 years ago
  63. 6c6b470 More constant folding by Alexis Hetu · 9 years ago
  64. cce6c4e Fix unrolling loops with return statements. by Nicolas Capens · 9 years ago
  65. c364889 Support parsing defined operator generated by macro expansion by Nicolas Capens · 9 years ago
  66. d0e6f68 Unexpected tokens after conditionals should be an error instead of a warning. by Nicolas Capens · 9 years ago
  67. ab4505a Validate that all function-like-macro arguments are unique. by Nicolas Capens · 9 years ago
  68. ab75279 Making proper use of size_t by Alexis Hetu · 9 years ago
  69. c66f0e3 Implement GL_EXT_draw_buffers. by Nicolas Capens · 9 years ago
  70. 8b124c1 Implement broadcasting of gl_FragColor. by Nicolas Capens · 9 years ago
  71. 6edaa88 Fixed bad assert by Alexis Hetu · 9 years ago
  72. 0637eac Fix local variable hides function parameter for GLSL ES 1.0 by Nicolas Capens · 9 years ago
  73. 91dfb97 Fix min/max constant folding. by Nicolas Capens · 9 years ago
  74. 341afbb Fix constant expression vector indexing. by Nicolas Capens · 9 years ago
  75. d3d9b9c Fix unary operator return type. by Nicolas Capens · 9 years ago
  76. f13a039 Propagate constness. by Nicolas Capens · 9 years ago
  77. 5e0c354 Fix constant folding of vector compares. by Nicolas Capens · 9 years ago
  78. 0863f0d Handle constant expressions that have not been constant folded. by Nicolas Capens · 9 years ago
  79. 3a7b29c Uniform block register allocation by Alexis Hetu · 9 years ago
  80. b9a781d Uniform buffer uniform unpacking utility function by Alexis Hetu · 9 years ago
  81. 53463f7 Perform texture coordinate projection at shader assembly level. by Nicolas Capens · 9 years ago
  82. 0538d11 New uniform block related utility functions by Alexis Hetu · 9 years ago
  83. 2ee8585 Fix performing dynamic component writes on vectors only. by Nicolas Capens · 9 years ago
  84. 60859e3 Fix scalar times matrix. by Nicolas Capens · 9 years ago
  85. fcad1bf Fix short-circuiting in preprocessor. by Nicolas Capens · 9 years ago
  86. 7bd3d39 Fix treating undefined preprocessor identifiers as error. by Nicolas Capens · 9 years ago
  87. 0f44807 Fixed some unary operators by Alexis Hetu · 9 years ago
  88. c0ebd09 Add missing operation. by Daniel Kenji Toyama · 9 years ago
  89. 407813b Parser cleanup by Alexis Hetu · 9 years ago
  90. 555f7e1 Fix evaluating empty loop condition to true. by Nicolas Capens · 9 years ago
  91. 150f597 Uniform block declaration by Alexis Hetu · 9 years ago
  92. 325cf49 Removed double argument() calls by Alexis Hetu · 9 years ago
  93. 576aea5 Uniform block related fixes by Alexis Hetu · 9 years ago
  94. 6abe1cb Detect all texture sampling shader instructions. by Nicolas Capens · 9 years ago
  95. 7058908 Remove redundant shader instructions. by Nicolas Capens · 9 years ago
  96. 520acc6 Fix Clang errors on Linux. by Nicolas Capens · 9 years ago
  97. 8757dea Ported Angle's std140 encoder to SwiftShader by Alexis Hetu · 9 years ago
  98. bdda9da Fixed uniform block lookup by Alexis Hetu · 9 years ago
  99. 6c7ac3c Fixed uniform block indexing by Alexis Hetu · 9 years ago
  100. c8b0f54 Fixed some types utility functions for uniform blocks by Alexis Hetu · 9 years ago