1. ec54a17 Implement vector packing. by Nicolas Capens · 8 years ago
  2. 20e22c4 Implement unpacking of high 64-bit vector halves. by Nicolas Capens · 8 years ago
  3. f2cb9df Implement vector sign mask operations. by Nicolas Capens · 8 years ago
  4. c4c431d Implement arithmetic and logical operations. by Nicolas Capens · 8 years ago
  5. 93a6458 Enable multiprocessor compilation. by Nicolas Capens · 8 years ago
  6. 327f1df Implement vector shift by constant. by Nicolas Capens · 8 years ago
  7. b0eb377 Limit loop init scope to till end of loop. by Nicolas Capens · 8 years ago
  8. 9ed1a18 Implement Else without using basic block predecessor. by Nicolas Capens · 8 years ago
  9. 2bd3fb4 Add additional Subzero assembler unit tests. by Nicolas Capens · 8 years ago
  10. 37fbece Implement several vector shuffle operations. by Nicolas Capens · 8 years ago
  11. edba65b Remove build dependencies on (LLVM)Reactor. by Nicolas Capens · 8 years ago
  12. 363b61e Add Float4 swizzle tests. by Nicolas Capens · 8 years ago
  13. 73dd7a2 Implement remaining constant creations. by Nicolas Capens · 8 years ago
  14. fdcca2d Implement Return() variants. by Nicolas Capens · 8 years ago
  15. a8f9863 Implement support for arrays. by Nicolas Capens · 8 years ago
  16. 7f3f69c Fix floating-point constant vector initialization. by Nicolas Capens · 8 years ago
  17. 4cfd457 Implement additional types. by Nicolas Capens · 8 years ago
  18. 2200878 Remove the Long2 type. by Nicolas Capens · 8 years ago
  19. 43dc629 Implement comparison operations. by Nicolas Capens · 8 years ago
  20. 58274b5 Fix relocating the code just once. by Nicolas Capens · 8 years ago
  21. de19f39 Assert on Subzero translation errors. by Nicolas Capens · 9 years ago
  22. 8dfd9a7 Implement support for vector constants. by Nicolas Capens · 9 years ago
  23. 6647836 Implement support for ELF relocations. by Nicolas Capens · 9 years ago
  24. 13ac232 Refactor constant creation. by Nicolas Capens · 9 years ago
  25. 23d99a4 Emulate vectors shorter than 128-bit. by Nicolas Capens · 9 years ago
  26. 16b5f15 Avoid ambiguous vector casts. by Nicolas Capens · 9 years ago
  27. 166af49 More blitFramebuffer fixes by Alexis Hetu · 8 years ago
  28. 58ead9e Fixed blitFramebuffer issue with Depth/Stencil by Alexis Hetu · 8 years ago
  29. f4f68e1 Fixed some quad layout computation related warnings by Alexis Hetu · 8 years ago
  30. d6d10f9 Fixed official chromium build on Linux by Alexis Hetu · 8 years ago
  31. b9dda64 glBlitFramebuffer support for depth/stencil formats by Alexis Hetu · 9 years ago
  32. a6e99c0 Added compilation test for SwiftShader by Alexis Hetu · 8 years ago
  33. e97a31e Fixed clang warnings and unmuted these warnings by Alexis Hetu · 8 years ago
  34. e1d8530 Fix Subzero release builds. by Nicolas Capens · 8 years ago
  35. 15b8b2a Add Subzero vector arithmetic tests. by Nicolas Capens · 9 years ago
  36. 228b05d Use gtest for testing Subzero. by Nicolas Capens · 9 years ago
  37. 4012582 Add googletest as a submodule. by Nicolas Capens · 9 years ago
  38. 2a29271 Revert "Removed Subzero compilation from SwiftShader solution" by Nicolas Capens · 9 years ago
  39. d5d886e Removed Subzero compilation from SwiftShader solution by Alexis Hetu · 9 years ago
  40. a52dfbd Adding functionality to stencils by Alexis Hetu · 9 years ago
  41. 619c0ab Implement generic vector shuffle. by Nicolas Capens · 9 years ago
  42. e89cd58 Refactor vector swizzle. by Nicolas Capens · 9 years ago
  43. 9709d4f Implement vector extract, insert, and swizzle. by Nicolas Capens · 9 years ago
  44. e95d534 Refactor vector operations. by Nicolas Capens · 9 years ago
  45. 8820f64 Implement pointer arithmetic. by Nicolas Capens · 9 years ago
  46. a0c2fc5 Implement cast operations. by Nicolas Capens · 9 years ago
  47. 6d73871 Add type information to pointer arguments. by Nicolas Capens · 9 years ago
  48. f466d72 Fix missing Register() entry function for OpenGL ES 1.1. by Nicolas Capens · 9 years ago
  49. 7d9f76d Implement basic arithmetic operations. by Nicolas Capens · 9 years ago
  50. 611642a Implement support for For loops. by Nicolas Capens · 9 years ago
  51. b955d5b Support assigning constants to values. by Nicolas Capens · 9 years ago
  52. 22479eb Make LValue a template class. by Nicolas Capens · 9 years ago
  53. c37252c Use Value null pointers for dummy RValues. by Nicolas Capens · 9 years ago
  54. 58e61f2 No longer ignoring filter option in glBlitFramebuffer by Alexis Hetu · 9 years ago
  55. 9c27130 Fixed flipX in Device::copyBuffer by Alexis Hetu · 9 years ago
  56. 3c99be0 Sampler object fix by Alexis Hetu · 9 years ago
  57. e12780d Implement Pointer<> support for Subzero. by Nicolas Capens · 9 years ago
  58. 598f8d8 Implement initial Subzero based Reactor. by Nicolas Capens · 9 years ago
  59. 0cf2006 Add LLVM dependencies for Subzero. by Nicolas Capens · 9 years ago
  60. d4613cb Add Subzero as submodule. by Nicolas Capens · 9 years ago
  61. 3d7c35f Don't return values from terminator instructions. by Nicolas Capens · 9 years ago
  62. 3bbc5e1 Reduce header dependencies. by Nicolas Capens · 9 years ago
  63. 5763d17 Rename Nucleus.cpp to LLVMReactor.cpp. by Nicolas Capens · 9 years ago
  64. d022e41 Move Reactor type definitions to Reactor.hpp. by Nicolas Capens · 9 years ago
  65. daa5d91 Abstract the Routine class. by Nicolas Capens · 9 years ago
  66. aff3ad4 Deprecate DLL precaching support. by Nicolas Capens · 9 years ago
  67. 2ab69ee Remove createCall() from the interface. by Nicolas Capens · 9 years ago
  68. 1933654 Abstract llvm::Value usage. by Nicolas Capens · 9 years ago
  69. 2b26acc Abstract llvm::Constant usage. by Nicolas Capens · 9 years ago
  70. c8b67a4 Abstract llvm::BasicBlock usage. by Nicolas Capens · 9 years ago
  71. ac23012 Abstract llvm::Type usage. by Nicolas Capens · 9 years ago
  72. 0e33ae3 Eliminate llvm::ConstantInt and llvm::GlobalValue exposure. by Nicolas Capens · 9 years ago
  73. 5c1f5cc Move Nucleus statics to implementation side globals. by Nicolas Capens · 9 years ago
  74. 4f738a1 Move MMX class to the implementation side. by Nicolas Capens · 9 years ago
  75. f0005a1 Android build fix by Alexis Hetu · 9 years ago
  76. 2a19855 Fixed array constructors by Alexis Hetu · 9 years ago
  77. 853e48d Fixing Linux build by Alexis Hetu · 9 years ago
  78. 764d142 Fixed Float4 -> UInt4 conversion by Alexis Hetu · 9 years ago
  79. 8e7675d Added missing types to PixelProgram::clampColor by Alexis Hetu · 9 years ago
  80. b7508b8 Fix for the remaining vertex array issues by Alexis Hetu · 9 years ago
  81. f483671 Give SwiftShader libraries a unique name on Mac by Alexis Hetu · 9 years ago
  82. 601d005 Added constructor Int4(RValue<Byte4>) and Int4(RValue<SByte4>) to Nucleus. by Meng-Lin Wu · 9 years ago
  83. 996663b Keeping only the data_deps change to BUILD.gn files by Alexis Hetu · 9 years ago
  84. 20c0f65 Fixed a uniform buffer regression by Alexis Hetu · 9 years ago
  85. 2d04d66 Fixed how SwiftShader is compiled on different platforms by Alexis Hetu · 9 years ago
  86. 143dfc7 Added RG8 fragment output format by Alexis Hetu · 9 years ago
  87. 827d07a Fixed R8I and R8UI fragment output formats by Alexis Hetu · 9 years ago
  88. 17b29fd Add Direct3D 8 implementation. by Nicolas Capens · 9 years ago
  89. 5270fb3 Fixed default alpha value for integer types by Alexis Hetu · 9 years ago
  90. 98a1666 Upgrade to Visual Studio 2015 project files by Alexis Hetu · 9 years ago
  91. 144974d Allow all output to be written to in the vertex shader by Alexis Hetu · 9 years ago
  92. 8be4110 Made SwiftShader compile on Mac in Chromium by Alexis Hetu · 9 years ago
  93. cf3cd8d Re-enabling SwiftShader/Reactor warnings by Alexis Hetu · 9 years ago
  94. 32980ac Fix indexing with instance ID. by Nicolas Capens · 9 years ago
  95. 24c8cf0 Implement Int to Int4 conversion. by Nicolas Capens · 9 years ago
  96. 81519cf Fixed alignment warnings by Alexis Hetu · 9 years ago
  97. bffe803 Fixed libGLESv2 conversion warnings by Alexis Hetu · 9 years ago
  98. 45ce11a Add TransGaming contributors. by Nicolas Capens · 9 years ago
  99. 0caecb3 Fix null pointer access by older Chrome versions. by Nicolas Capens · 9 years ago
  100. 61e8bb1 Fixing intrinsics for Windows clang by Alexis Hetu · 9 years ago