1. af3c102 Properly dispose of the sw::Renderer object by Alexis Hetu · 5 years ago
  2. 50dd2ce Fix CMake-based build by Chris Forbes · 5 years ago
  3. c65473d vkCmdDraw implementation by Alexis Hetu · 5 years ago
  4. 9bc7a81 RenderPass begin and end by Alexis Hetu · 5 years ago
  5. e6e76c6 Add missing checks in the GraphicsPipeline constructor by Alexis Hetu · 5 years ago
  6. caea0ba Implement Image clear by Alexis Hetu · 5 years ago
  7. 9fbaf69 VkImageView initial implementation by Alexis Hetu · 5 years ago
  8. 09056de Image to Image copy command by Alexis Hetu · 5 years ago
  9. d2791c2 Fixed command buffer reset and added implicit reset by Alexis Hetu · 5 years ago
  10. a233cea Image copy by Alexis Hetu · 5 years ago
  11. afb8cd3 Import snapshot of spirv headers by Chris Forbes · 5 years ago
  12. 7cfb50c Fix implicit fallthrough warnings treated as errors by Nicolas Capens · 5 years ago
  13. 2661e84 Buffer copy by Alexis Hetu · 5 years ago
  14. c4bd9df Implement waiting for fences as noop by Alexis Hetu · 5 years ago
  15. 9a6c28b Implement pipeline barrier as noop by Alexis Hetu · 5 years ago
  16. f8374cf Fix the CMake build by Chris Forbes · 5 years ago
  17. 0ab9f3b Fixed link time warnings on MacOS by Alexis Hetu · 5 years ago
  18. 072dc0d Basic commands required to draw a simple triangle test by Alexis Hetu · 6 years ago
  19. c0f92f2 VkPipeline simple implementation by Alexis Hetu · 5 years ago
  20. c730c38 Fix cmake-based build by Chris Forbes · 5 years ago
  21. bd49ad0 Enable ARM32 in src/Reactor/BUILD.gn by Kevin Schoedel · 5 years ago
  22. bffee5e Allow Command Buffers to be allocated and freed by Alexis Hetu · 5 years ago
  23. d46faeb Allow swiftshader to be used as a subproject. by Erwin Jansen · 5 years ago
  24. a972758 Work around Subzero constant folding limitation. by Nicolas Capens · 5 years ago
  25. 79d0e56 Fix textureSize for non-uniform samplers. by Nicolas Capens · 5 years ago
  26. 3b003a5 Removed SwiftShader's custom Viewport structure by Alexis Hetu · 5 years ago
  27. 67c93d2 Expose the minimal subset of required supported formats by Alexis Hetu · 5 years ago
  28. 4ad2322 Removed SwiftShader's custom Blending enums by Alexis Hetu · 5 years ago
  29. d689d1c Implement extended vkCreateDevice features support. by Nicolas Capens · 5 years ago
  30. dc85364 Fix entry function pointer queries. by Nicolas Capens · 5 years ago
  31. 318d5e0 Replace <memory.h> with <cstring>. by Nicolas Capens · 5 years ago
  32. 70c4198 Update Vulkan headers to version 1.1.93. by Nicolas Capens · 5 years ago
  33. 9b49355 Update Vulkan dEQP testing documentation. by Nicolas Capens · 5 years ago
  34. 8d2cf75 Fix unaligned access undefined behavior. by Nicolas Capens · 5 years ago
  35. 0e6a044 Fix undefined behavior in OFFSET(). by Nicolas Capens · 5 years ago
  36. 46988ab Removed SwiftShader's custom LogicalOperation enum by Alexis Hetu · 5 years ago
  37. 18a8425 Placeholder object for VkPipelineCache by Alexis Hetu · 5 years ago
  38. 9c4ecae Initial implementation of CommandPool by Alexis Hetu · 5 years ago
  39. 5174c57 Vulkan Sampler implementation by Alexis Hetu · 5 years ago
  40. dcb803a Removed SwiftShader's custom Depth/Stencil comparison enums by Alexis Hetu · 5 years ago
  41. e2ecf37 Add support for all vulkan formats in Surface::bytes() by Alexis Hetu · 5 years ago
  42. dd152e1 Replaced sw::Format with VkFormat by Alexis Hetu · 5 years ago
  43. b16f989 Initial implementation of RenderPass by Alexis Hetu · 5 years ago
  44. 8f631c8 Initial implementation of Framebuffer by Alexis Hetu · 5 years ago
  45. f62f375 Initial implementation of Image by Alexis Hetu · 5 years ago
  46. 259ad3d Initial implementation of ShaderModule by Alexis Hetu · 5 years ago
  47. 000df8b Initial implementation of Pipeline, PipelineLayout by Alexis Hetu · 6 years ago
  48. 44994a8 Switch to c++11 for swiftshader. by Stephen Hines · 5 years ago
  49. 8f20452 Added missing frameworks on MacOs for vertex routine fuzzer by Alexis Hetu · 5 years ago
  50. 3fc6893 Prevent glDeleteQueries from deleting a live Query by Alexis Hetu · 5 years ago
  51. d5f1489 Refactor physical device feature query. by Nicolas Capens · 5 years ago
  52. ae8d464 Fix feature query infinite loop. by Nicolas Capens · 5 years ago
  53. 5028a58 Remove unsupported functionality. by Nicolas Capens · 5 years ago
  54. c3f7960 Define generic memory type. by Nicolas Capens · 5 years ago
  55. ee841c5 Base the driver version on Version.h. by Nicolas Capens · 5 years ago
  56. 513a116 Export Vulkan API entry functions. by Nicolas Capens · 5 years ago
  57. f27cb23 Fix debugger wait dialog. by Nicolas Capens · 5 years ago
  58. 02ce583 Fixed lineWidth and pointSize limits by Alexis Hetu · 5 years ago
  59. b3c4d88 Disabling the debugger wait dialog by default with Vulkan by Alexis Hetu · 5 years ago
  60. 6ed398b Compile host specific files when cross-compiling by Gordana Cmiljanovic · 5 years ago
  61. 1147fc2 Prevent repeatedly trying to load a non-existent library by Alexis Hetu · 5 years ago
  62. 635c9b3 Fixed warnings in the Vulkan project by Alexis Hetu · 5 years ago
  63. 8aa74a4 Vulkan image formats by Alexis Hetu · 6 years ago
  64. 825d344 Only enable Clang-specific errors on Clang. by Nicolas Capens · 5 years ago
  65. 6e8ec33 Fix deterministic loops within conditional blocks, again. by Nicolas Capens · 5 years ago
  66. dc2966a Eliminate legacy functionality. by Nicolas Capens · 6 years ago
  67. 1d8c8db Fix include paths. by Nicolas Capens · 5 years ago
  68. 4169b31 Fix for unused-lambda-capture warning by Takuto Ikuta · 5 years ago
  69. 20622c0 [MIPS] Add support for 64b MIPS architecture by Gordana Cmiljanovic · 5 years ago
  70. 9911aca Revert "Fix for unused-lambda-capture warning" by Takuto Ikuta · 6 years ago
  71. d0d9928 Fix for unused-lambda-capture warning by Takuto Ikuta · 6 years ago
  72. 155f802 Compile only the target architecture LLVM backend. by Nicolas Capens · 6 years ago
  73. 2f490f0 Fix 'continue' in GLSL loops. by Nicolas Capens · 6 years ago
  74. 42e8e54 Remove test setup headers. by Nicolas Capens · 6 years ago
  75. a231844 Use two build jobs to speed up Travis CI. by Nicolas Capens · 6 years ago
  76. 75889d0 Disable 'futimens' calls. by Nicolas Capens · 6 years ago
  77. adfbbcb Fix symbol name mangling for LLVM 7.0. by Nicolas Capens · 6 years ago
  78. 7d0b8a3 Compile only the target architecture LLVM backend. by Nicolas Capens · 6 years ago
  79. 2337f06 Add LLVM 7.0 config for macOS. by Nicolas Capens · 6 years ago
  80. e36ca90 [MIPS] Update llvm 7.0 gn build file for mipsel by Gordana Cmiljanovic · 6 years ago
  81. 70942e2 Fix Vulkan build. by Nicolas Capens · 6 years ago
  82. e83048e Generate an error when trying to clear an incomplete Framebuffer by Alexis Hetu · 6 years ago
  83. d0a4800 Disable header-hygiene warnings on all platforms by Sergey Ulanov · 6 years ago
  84. 3957b7f Default to LLVM 7.0 in CMake build. by Nicolas Capens · 6 years ago
  85. 50b1059 Fix OGLES2HelloAPI and Vulkan build. by Nicolas Capens · 6 years ago
  86. 38ff830 Buffer, BufferView and DeviceMemory by Alexis Hetu · 6 years ago
  87. fde88d9 Default to LLVM 7.0 JIT in Android build. by Nicolas Capens · 6 years ago
  88. 4c84379 Remove Vulkan 32-bit Visual Studio configuration. by Nicolas Capens · 6 years ago
  89. 5978150 Fixes for extension enumeration by Chris Forbes · 6 years ago
  90. 1f3ef0d [MIPS] Add LLVM 7.0 configs for Mips by Gordana Cmiljanovic · 6 years ago
  91. 4e34419 Fix validating glFramebuffer* attachment. by Nicolas Capens · 6 years ago
  92. ca09082 Suppress warnings in subzero by Aurimas Liutikas · 6 years ago
  93. 805d761 Use a trampoline for all GL entry functions. by Nicolas Capens · 6 years ago
  94. 8a58771 Fix deterministic loops within conditional blocks. by Nicolas Capens · 6 years ago
  95. 082dfec Add support for 32b MIPS architecture by Gordana Cmiljanovic · 6 years ago
  96. 17dfe1b Fix signed integer overflow. by Nicolas Capens · 6 years ago
  97. d55d997 Fix clamping of NaN values. by Nicolas Capens · 6 years ago
  98. 9e4d040 Device and PhysicalDevice features and properties by Alexis Hetu · 6 years ago
  99. a9999ce CommandBuffer skeleton by Alexis Hetu · 6 years ago
  100. 1f23d8c Synchonization objects by Alexis Hetu · 6 years ago