1. 992bf9d Fix unary minus warnings by Antonio Maiorano · 5 years ago
  2. 23f9c25 Enable support for Bresenham lines by Alexis Hetu · 5 years ago
  3. 4100b73 Fix queries with arrays containing other structures by Alexis Hetu · 5 years ago
  4. 26c6c4a Fix Win32SurfaceKHR resize issues by Antonio Maiorano · 5 years ago
  5. 6652f0b Subzero: fix calling C functions on Windows x86 by Antonio Maiorano · 5 years ago
  6. e81e8b3 Subzero: fix calling C functions on Windows x64 by Antonio Maiorano · 5 years ago
  7. b7dad7d Reactor: add test for external call to routine by Antonio Maiorano · 5 years ago
  8. 29ba7a0 Reactor: add unit tests for testing arg passing by Antonio Maiorano · 5 years ago
  9. 7363cd2 Reactor: add overload of rr::Call for void(...) by Antonio Maiorano · 5 years ago
  10. 520ed22 Fix how we calculate potential overflows with PBOs by Sean Risser · 5 years ago
  11. a27dfcf Fix Linux build. by David 'Digit' Turner · 5 years ago
  12. 7c4d0a0 [vulkan] Implement Linux-based external semaphore by David 'Digit' Turner · 6 years ago
  13. fb632b9 [linux]: Remove linux namespace. by David 'Digit' Turner · 5 years ago
  14. 1c462eb Stencil buffer texture sampling by Alexis Hetu · 6 years ago
  15. ae022fa Add support for configurable subpixel precision by Antonio Maiorano · 5 years ago
  16. 53096e4 Use correct values for sampleStandardLocations by Antonio Maiorano · 6 years ago
  17. 23463e8 Remove unused SamplingRoutineCache::Key::operator< by Antonio Maiorano · 6 years ago
  18. ee1af66 Support LLVM 8+ with Reactor by Preston Jackson · 6 years ago
  19. 6fff512 libVulkan: Wrap the marl scheduler in a shared_ptr. by Ben Clayton · 6 years ago
  20. 99938ea [vulkan]: Implement VkSemaphore using Marl primitives. by David 'Digit' Turner · 6 years ago
  21. 5be0984 Fix integer overflow in image size calculation by Nicolas Capens · 6 years ago
  22. fc7c6bd Consider all faces in TextureCubeMap::hasNonBaseLevels() by Chris Forbes · 6 years ago
  23. aabce79 Fix edge cases of creating EGLImages from cubemap faces by Chris Forbes · 6 years ago
  24. 0597aff Strict weak ordering for SamplingRoutineCache::Key by Alexis Hetu · 6 years ago
  25. 4bbb984 Fix eglCreateImageKHR error logic for level=0 by Chris Forbes · 6 years ago
  26. caf67c3 Fix write stencil ops when writeMask == 0 by Antonio Maiorano · 6 years ago
  27. 2a412ea Remove array restriction from EOpEqual, EOpNotEqual by Chris Forbes · 6 years ago
  28. 3044c24 Use GL_RGB as implementation color read format for GL_RGB565 by Chris Forbes · 6 years ago
  29. a9dc770 Optimize "max(t, t)" to fold into just "t" by Sean Risser · 6 years ago
  30. faa2a36 Increase limits for uniforms and vertex outputs by Alexis Hetu · 6 years ago
  31. 6b4b814 Implement VK_EXT_queue_family_foreign by Chris Forbes · 6 years ago
  32. 072466a Add swiftshader_optimized_debug_build gn arg by Antonio Maiorano · 6 years ago
  33. 30d3c8a Slim down ROP handling for various formats by Chris Forbes · 6 years ago
  34. 10cf665 Fix WSI present on MacOS by Nicolas Capens · 6 years ago
  35. 645a8de Claim Vulkan 1.1 conformance by Nicolas Capens · 6 years ago
  36. 657dd6c Implement VK_KHR_driver_properties by Nicolas Capens · 6 years ago
  37. 50038d6 Revert "Do not call Scheduler destructor in libVulkan." by Alexis Hétu · 6 years ago
  38. 1f89f58 Do not call Scheduler destructor in libVulkan. by Jamie Madill · 6 years ago
  39. 2ef66b6 [android] Add missing lib to _common_debug target by Jason Macnak · 6 years ago
  40. 9c18a97 Enable sampling a depth-stencil format by Alexis Hetu · 6 years ago
  41. 44f462b Fix support for OpKill as non-terminator by Alexis Hetu · 6 years ago
  42. 126d9d6 Fix ComputeProgramKey not strict weak ordering by Antonio Maiorano · 6 years ago
  43. e9b6f28 GN: Build libVulkan to root_out_dir. by Jamie Madill · 6 years ago
  44. 017dfff Implement alpha blend support for VK_FORMAT_A2B10G10R10_UNORM_PACK32 by Chris Forbes · 6 years ago
  45. e704325 Fix cf_x86_phone boot by Chris Forbes · 6 years ago
  46. 860369f Enable vertexPipelineStoresAndAtomics feature by Alexis Hetu · 6 years ago
  47. f9c8d5f Robust buffer access for vertex inputs by Alexis Hetu · 6 years ago
  48. 1ea7af5 Prevent extra vertices from being processed by Alexis Hetu · 6 years ago
  49. 9f2b6c4 Point vertex processing optimization by Alexis Hetu · 6 years ago
  50. 7a7f630 Fix integer overflows in ClipSrcRect by Sean Risser · 6 years ago
  51. 3084768 Renderer alignment fix by Alexis Hetu · 6 years ago
  52. 6fce4a2 [android] Fix build. by David 'Digit' Turner · 6 years ago
  53. adb0d51 Fix intrinsic of getting timer tick for Windows ARM64 by Tom Tan · 6 years ago
  54. c9fa9fe [memfd] Create support class for Linux memfd-backed region. by David 'Digit' Turner · 6 years ago
  55. d94d6a3 Assert Reactor Float constants are finite by Nicolas Capens · 6 years ago
  56. baf328a Fix construction of SPIR-V constant float objects by Nicolas Capens · 6 years ago
  57. a070dcf Fix passing sampler offset operands unchanged by Nicolas Capens · 6 years ago
  58. dc550b2 Fix storing of non-float SPIR-V constants by Nicolas Capens · 6 years ago
  59. b1d3bbf Fix non-float constant creation for ASM by Nicolas Capens · 6 years ago
  60. 38a9b3c Fix OpenGL/EGL entry function calling convention by Nicolas Capens · 6 years ago
  61. cebb963 GN: Expose XCB surface extension on Linux. by Jamie Madill · 6 years ago
  62. 44e6523 Fix ldexp builtin with vectors by Chris Forbes · 6 years ago
  63. e693b62 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  64. b6c572d Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  65. 1359b66 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  66. 8147791 Revert "Migrate from yarn to marl." by Ben Clayton · 6 years ago
  67. df6cc08 Migrate from yarn to marl. by Ben Clayton · 6 years ago
  68. 9746f8b Fix GN/Chromium build. by Jamie Madill · 6 years ago
  69. 4d838a8 Replace sinh,cosh with implementations in terms of Exp() by Chris Forbes · 6 years ago
  70. cf0e2fe [fuchsia] Fix Fuchsia build of swiftshader_vulkan_unittests by David 'Digit' Turner · 6 years ago
  71. fbc146e [yarn]: Add yarn_unittests GN target to BUILD.gn by David 'Digit' Turner · 6 years ago
  72. 2048831 [yarn]: Fix Fuchsia build. by David 'Digit' Turner · 6 years ago
  73. 7a19b09 Yarn: Add blocking_call. by Ben Clayton · 6 years ago
  74. 92577e5 Add BindImageMemory2 support for swapchain images by Chris Forbes · 6 years ago
  75. 25c8e08 Add support for vkAcquireNextImage2KHR by Chris Forbes · 6 years ago
  76. 920100c Enable fragmentStoresAndAtomics by Alexis Hetu · 6 years ago
  77. fe23c66 Fix GN Header checks. by Jamie Madill · 6 years ago
  78. 39a9f1b Add input attachment support for VK_FORMAT_A1R5G5B5_UNORM_PACK16 by Chris Forbes · 6 years ago
  79. a3ff878 Add ROP support for VK_FORMAT_A1R5G5B5_UNORM_PACK16 by Chris Forbes · 6 years ago
  80. 18c9ac4 Optimize non-solid polygon rasterization by Nicolas Capens · 6 years ago
  81. 2210f80 Implement non-solid polygon rasterization by Ben Clayton · 6 years ago
  82. ac69da7 Don't use bitcast+float path for integer constant values by Chris Forbes · 6 years ago
  83. f003332 Fix version script renames by Nicolas Capens · 6 years ago
  84. 2c99cf6 Canonicalize Vulkan ICD library names by Nicolas Capens · 6 years ago
  85. bbd8c42 Support Windows builds and ANGLE integration. by Jamie Madill · 6 years ago
  86. 69ffc31 Initialize the blend state using memset by Nicolas Capens · 6 years ago
  87. 680d376 Add VK_IMAGE_USAGE_SAMPLED_BIT to SurfaceKHR by Alexis Hetu · 6 years ago
  88. 51d5108 Support for independentBlend feature by Alexis Hetu · 6 years ago
  89. a9af883 WSI: Very basic XCB surface implementation. by Ben Clayton · 6 years ago
  90. 3ffa113 Add support for ImageFormatRg32{f,i,ui} by Chris Forbes · 6 years ago
  91. eea9d35 Device/Renderer: Work arounds for MemorySanitizer false-positives by Ben Clayton · 6 years ago
  92. 8828919 Clamp float values to correct range before conversion to normalized by Chris Forbes · 6 years ago
  93. b52384b Add missing vkGetPhysicalDevicePresentRectanglesKHR function by Chris Forbes · 6 years ago
  94. c72c8d7 Fix vkClearAttachments VK_ATTACHMENT_UNUSED handling by Chris Forbes · 6 years ago
  95. 4587364 Prettify atomic initialization by Nicolas Capens · 6 years ago
  96. 1170250 Device/Renderer: Fix uninitialized field. by Ben Clayton · 6 years ago
  97. 04e1485 Make round-robin task enqueue index thread safe by Nicolas Capens · 6 years ago
  98. cde4dd9 Device: Migrate Renderer to Yarn by Ben Clayton · 6 years ago
  99. b5f0a4b Device: Don't use a global for the cluster count. by Ben Clayton · 6 years ago
  100. 414b72d Some minor code tidying. by Ben Clayton · 6 years ago