1. 1961271 SpirvShaderDebugger: Improve ASSERT() messages by Ben Clayton · 3 years, 7 months ago
  2. 9521493 SpirvShaderDebugger: Have Function inherit LexicalBlock by Ben Clayton · 3 years, 7 months ago
  3. 5f4e70b Remove float division-by-zero prevention by Nicolas Capens · 3 years, 7 months ago
  4. 635de03 Replace WARN with a LOG_TRAP by Sean Risser · 3 years, 7 months ago
  5. 816c626 Reflect VK_KHR_create_renderpass2 being core by Sean Risser · 3 years, 7 months ago
  6. a3b2135 Update Vulkan headers to version 1.2.156 by Yiwei Zhang · 3 years, 7 months ago
  7. afe6ca4 Merge changes I48e99f11,I1a914ff6 by Ben Clayton · 3 years, 7 months ago
  8. 6d93a63 Regres: limit the number of GL tests opening X connections by Nicolas Capens · 3 years, 7 months ago
  9. cbb5a10 CMake: Add flag for controlling the logging level by Ben Clayton · 3 years, 7 months ago
  10. 01144ed third_party/cppdap: Roll forward to 1fd23dda by Ben Clayton · 3 years, 7 months ago
  11. b3c1e71 Regres: List regressions before summary by Nicolas Capens · 3 years, 7 months ago
  12. 16636f4 Added support for AndroidHardwareBuffer by Trevor David Black · 3 years, 7 months ago
  13. 26e27c5 Update Marl to f1c446ccd by Ben Clayton · 3 years, 7 months ago
  14. 269f38f Squashed 'third_party/marl/' changes from d29553a3730..f1c446ccdc0 by Ben Clayton · 3 years, 7 months ago
  15. 375fee9 Use vndk/window.h instead of the system one by Yiwei Zhang · 3 years, 7 months ago
  16. 02818d1 Regres: Update test lists @ 5e947ada by SwiftShader Regression Bot · 3 years, 7 months ago
  17. 5e947ad Fix clamping cube face coordinates to [0.0, 1.0) range by Nicolas Capens · 3 years, 7 months ago
  18. de0105d Fix delegating eglCreateWindowSurface to CreatePlatformWindowSurface by Nicolas Capens · 3 years, 7 months ago
  19. d75c5e1 Fix GN build by Antonio Maiorano · 3 years, 7 months ago
  20. 9c14bda Optimize transcendentals for Subzero by Antonio Maiorano · 3 years, 7 months ago
  21. b042f4e EGL_KHR_platform_x11: wrong implementation in CreatePlatformWindowSurface() by Nicolas Caramelli · 3 years, 7 months ago
  22. 08596c4 Add DirectFB support for Vulkan WSI by Nicolas Caramelli · 3 years, 9 months ago
  23. c12c90b Add VK_KHR_imageless_framebuffer by Sean Risser · 3 years, 7 months ago
  24. 9c6e9a4 SpirvShaderDebugger: Mark II by Ben Clayton · 3 years, 7 months ago
  25. 8fa2ee0 Vulkan/Debug: Support Locations as hashmap keys by Ben Clayton · 3 years, 7 months ago
  26. ac160bd System/Types: Add support for vec3 by Ben Clayton · 3 years, 7 months ago
  27. b61d9d7 Pipeline: Remove hack to disable spirv-opt when debugging by Ben Clayton · 3 years, 7 months ago
  28. 1075bae Vulkan/Debug: Add Context::Lock::findFile() by Ben Clayton · 3 years, 7 months ago
  29. 0f0f979 src/Pipeline: Misc fixes by Ben Clayton · 3 years, 7 months ago
  30. c271e49 Vulkan/Debug: Various fixes / improvements to Thread by Ben Clayton · 3 years, 7 months ago
  31. 4fbe46d Vulkan/Debug: Don't accumulate function breakpoints by Ben Clayton · 3 years, 7 months ago
  32. ce1584d Vulkan/Debug: Overhaul Values / Variables by Ben Clayton · 3 years, 7 months ago
  33. 1302a4b Vulkan/Debug: Assert on locking context twice on same thread by Ben Clayton · 3 years, 7 months ago
  34. bb4045b Vulkan/Debug: Add File::getBreakpoints() by Ben Clayton · 3 years, 7 months ago
  35. aa58f0c Vulkan/Debug: Split EventListener by Ben Clayton · 3 years, 7 months ago
  36. 44be094 Pipeline: Fix return type of SIMD::Pointer::limit() by Ben Clayton · 3 years, 7 months ago
  37. 200a463 Pipeline: Assign to SpirvRoutine::pointCoord by Ben Clayton · 3 years, 7 months ago
  38. b94db86 Explicitly filter assigments to sources variable by Sylvain Defresne · 3 years, 7 months ago
  39. a094062 Fix a linker problem with ARM/thumb compatibility by Enrico Granata · 3 years, 7 months ago
  40. 6aadd31 Implement VK_KHR_image_format_list by Sean Risser · 3 years, 7 months ago
  41. fe878de Expand is_linux to is_linux || is_chromeos. by Hidehiko Abe · 3 years, 8 months ago
  42. b33e0b3 Support Gralloc4 in SwiftShader by Jason Macnak · 4 years, 1 month ago
  43. 03c711a Regres: Update test lists @ dc552fce by SwiftShader Regression Bot · 3 years, 7 months ago
  44. 0f14b7a CMake: normalize FOLDER property for third_party targets by Antonio Maiorano · 3 years, 8 months ago
  45. 8d086fc SpirvShaderDebugger: Add PRINT_EACH_DEFINED_DBG_INSTRUCTION by Ben Clayton · 3 years, 7 months ago
  46. 779a2f3 SpirvShaderDebugger: Implement DebugValue by Ben Clayton · 3 years, 7 months ago
  47. 6740e07 SpirvShaderDebugger: Reduce lock contention by Ben Clayton · 3 years, 7 months ago
  48. dc552fc Drop the float literal suffix by Nicolas Capens · 3 years, 8 months ago
  49. 41974f5 Allow OpTypeVoid for debug function return type by Jaebaek Seo · 3 years, 8 months ago
  50. b24900a Update PowerVR Samples to ToT by Alexis Hetu · 3 years, 8 months ago
  51. ce08265 Fix register assignment for constant arrays by Nicolas Capens · 3 years, 8 months ago
  52. 5f71fdf Fix component swizzle for uniform texel buffers by Nicolas Capens · 3 years, 8 months ago
  53. 8c0e550 Allow alphaToCoverage with a single sample by Alexis Hetu · 3 years, 8 months ago
  54. 1012144 Regres: Roll dEQP to latest tip-of-tree by Nicolas Capens · 3 years, 8 months ago
  55. e63aa95 Don't assert on component swizzle matching identity by Nicolas Capens · 3 years, 8 months ago
  56. 2c5b445 Minor change in detachImage() for Xcb, Xlib, Wayland WSIs by Nicolas Caramelli · 3 years, 9 months ago
  57. 75690ce DescriptorPool error fix by Alexis Hetu · 3 years, 9 months ago
  58. 6c80505 Only use clang specific directives when clang is used by Alexis Hetu · 3 years, 8 months ago
  59. 3c0e058 Skip texel address sample offset if zero by Nicolas Capens · 3 years, 8 months ago
  60. 6287c18 Fix enum-hashing build error on Ubuntu 16.04 by Sean Risser · 3 years, 8 months ago
  61. e1051cb Fix undefined behavior in minifloat conversion by Nicolas Capens · 3 years, 8 months ago
  62. 558540f Add unit test for 11/10-bit minifloat denormal underflow by Nicolas Capens · 3 years, 8 months ago
  63. 2d5bbdc Assert multisample resolve has equal input and output formats by Nicolas Capens · 3 years, 8 months ago
  64. efbc5ca Handle OpenCL.DebugInfo.100 DebugOperation by Jaebaek Seo · 3 years, 8 months ago
  65. 4953712 Handle DebugGlobalVariable using DebugInfoNone by Jaebaek Seo · 3 years, 8 months ago
  66. a2e6c1a Optimize multisample resolve with SSE2 instructions by Nicolas Capens · 3 years, 8 months ago
  67. 4487e58 Add a fast multisample resolve code path by Nicolas Capens · 3 years, 8 months ago
  68. 64ed121 Make multisample resolve a Blitter method by Nicolas Capens · 3 years, 8 months ago
  69. 2014e7b Work around std::is_trivially_copyable issue with MSVC by Nicolas Capens · 3 years, 8 months ago
  70. ec3650f Add getPhysicalDeviceFeatures2 by Sean Risser · 3 years, 8 months ago
  71. 1f48854 Refactor image extent retrieval by Nicolas Capens · 3 years, 8 months ago
  72. 3b5f0b4 Refactor image view extent retrieval by Nicolas Capens · 3 years, 8 months ago
  73. b400b97 Refactor image query instructions by Nicolas Capens · 3 years, 9 months ago
  74. 622558b Revert "Add getPhysicalDeviceFeatures2" by Sean Risser · 3 years, 8 months ago
  75. aba65a8 X11 and Ozone: Try to check for display type when creating framebuf by Maksim Sisov · 3 years, 8 months ago
  76. 66d1f73 Perform independent blend state optimization by Nicolas Capens · 3 years, 8 months ago
  77. 44e1791 Add getPhysicalDeviceFeatures2 by Sean Risser · 3 years, 9 months ago
  78. cbfd396 Control Flow Integrity (cfi) fix by Alexis Hetu · 3 years, 8 months ago
  79. 6f74415 Update README to add details on Vulkan and less about GLES by Antonio Maiorano · 3 years, 8 months ago
  80. e7cd224 Don't rely on VectorType::get() default parameter by Nicolas Capens · 3 years, 8 months ago
  81. abe07b9 Regres: Update test lists @ cda86eff by SwiftShader Regression Bot · 3 years, 9 months ago
  82. cda86ef Implement shaderStorageImageMultisample support by Nicolas Capens · 3 years, 9 months ago
  83. c4f3b71 Fix copying cubemap textures out of bounds by Alexis Hetu · 3 years, 9 months ago
  84. ee70c3a Regres: Update test lists @ 13f04d59 by SwiftShader Regression Bot · 3 years, 9 months ago
  85. b654080 Fix decorations bleeding to following block members by Alexis Hetu · 3 years, 9 months ago
  86. 13f04d5 Fix for dEQP-VK.wsi.*.swapchain.acquire.too_many_timeout by Alexis Hetu · 3 years, 9 months ago
  87. afbc899 Implement VK_EXT_depth_range_unrestricted by Nicolas Capens · 3 years, 9 months ago
  88. 72ea2ee Prevent accessing deleted ImageView objects by Alexis Hetu · 3 years, 9 months ago
  89. 59b4828 Regres: Update test lists @ a202c209 by SwiftShader Regression Bot · 3 years, 9 months ago
  90. a202c20 Refactor discerning image view types by Nicolas Capens · 3 years, 9 months ago
  91. a00fa43 Don't use 2D coordinates for 1D sampling by Nicolas Capens · 3 years, 9 months ago
  92. 73c24e4 Specialize 1D sampling LOD calculation by Nicolas Capens · 3 years, 9 months ago
  93. 3087370 Treat the array coordinate separately by Nicolas Capens · 3 years, 9 months ago
  94. 2e40a57 Refactor sampling code by Nicolas Capens · 3 years, 9 months ago
  95. d0b7d1e Zero out texel index after sample and layer offset by Nicolas Capens · 3 years, 9 months ago
  96. be7c55a Regres: Update test lists @ 74cc8ea2 by SwiftShader Regression Bot · 3 years, 9 months ago
  97. a3e03e1 Fix a Python3-compatibility issue for write_icd_json.py. by Dirk Pranke · 3 years, 9 months ago
  98. 74cc8ea Remove VK_KHR_16bit_storage support by Nicolas Capens · 3 years, 9 months ago
  99. 0e62619 Replace github.com code links with cs.opensource.google by Nicolas Capens · 3 years, 9 months ago
  100. 4568d85 Regres: Update test lists @ aa5bd765 by SwiftShader Regression Bot · 3 years, 9 months ago