1. 59d55a3 Update ANGLE docs to match MakeCurrent status by Sean Risser · 5 years ago
  2. f63c4e5 Reactor: Don't auto-initialize Pointer<T> variables with null. by Ben Clayton · 5 years ago
  3. 0697da0 Reactor: Add nullptr_t copy / assignment operators to Pointer<T> by Ben Clayton · 5 years ago
  4. 204a410 SpirvShader: Add a single-entry, last-used sampler cache by Ben Clayton · 5 years ago
  5. 27e2873 Fix Visual Studio solution build by Nicolas Capens · 5 years ago
  6. 324bdfe Use a finite maxSamplerLodBias limit by Nicolas Capens · 5 years ago
  7. c39e7c7 Retry mmap() without MAP_JIT on older macOS by Nicolas Capens · 5 years ago
  8. 0a94b95 Specify the MAP_JIT flag when allocating executable memory on macOS by Nicolas Capens · 5 years ago
  9. fa0175c Add missing #include <string> by Ben Clayton · 5 years ago
  10. 4c2c8d1 Compile GLSL in a critical section by Nicolas Capens · 5 years ago
  11. e671a69 Fix ICD generation on windows. by Ben Clayton · 5 years ago
  12. e6092f3 Fix memory corruption SpirvShaderKey::SpecializationInfo by Ben Clayton · 5 years ago
  13. 03c2aea Use raw pointers for the routine const cache. by Ben Clayton · 5 years ago
  14. 0eb5c83 [fuchsia] Simplify memory allocation by Sergey Ulanov · 5 years ago
  15. 8cce70e Fail GLSL compilation if compiler initialization fails by Nicolas Capens · 5 years ago
  16. b51a6f0 Revert "Temporarily disable warnings-as-errors" by Ben Clayton · 5 years ago
  17. 4250204 Merge changes I10d66439,I6bd62e7b,Iec85e0df,If16c5d11,If803398e, ... by Ben Clayton · 5 years ago
  18. e031f36 LLVMReactor: Build fixes for REACTOR_EMIT_DEBUG_INFO by Ben Clayton · 5 years ago
  19. 8d269ba Fix build of tests/fuzzers. by Ben Clayton · 5 years ago
  20. 6db5987 Update SPIRV-Tools to 9559cdbd by Ben Clayton · 5 years ago
  21. b73b760 Squashed 'third_party/SPIRV-Tools/' changes from d14db341b..9559cdbdf by Ben Clayton · 5 years ago
  22. 9fca494 Update SPIRV-Headers to e4322e3b by Ben Clayton · 5 years ago
  23. f3e0560 Squashed 'third_party/SPIRV-Headers/' changes from 79b6681aa..e4322e3be by Ben Clayton · 5 years ago
  24. 6897e9b Reactor: Use std::shared_ptr to ref-count rr::Routines by Ben Clayton · 5 years ago
  25. 3575550 Faster image sampler fetch from key by Alexis Hetu · 5 years ago
  26. ec30392 Allow the default framebuffer to be an IOSurface by Sean Risser · 5 years ago
  27. ec63fbe MacOS: Use exported_symbols_list to filter exported symbols for .gn build files by Alexis Hetu · 5 years ago
  28. 3af883c Fix clearing of multiple image ranges by Nicolas Capens · 5 years ago
  29. ab67c12 Fix Visual Studio solution build by Nicolas Capens · 5 years ago
  30. 334394c Avoid dynamic branches on in-bounds loads by Nicolas Capens · 5 years ago
  31. efd7fc0 Provide fine-grained out-of-bounds behavior control by Nicolas Capens · 5 years ago
  32. ee98b42 Normalize B8G8R8A8 identically to R8G8B8A8 by Nicolas Capens · 5 years ago
  33. 0662a4a MacOS WSI by Alexis Hetu · 5 years ago
  34. 64f2cec Regres: Adjust test transition rules for CI reporting by Ben Clayton · 5 years ago
  35. 763b779 MAX_DESCRIPTOR_SET_COMBINED_BUFFERS_DYNAMIC related assert fix by Alexis Hetu · 5 years ago
  36. 6448bd6 Memory leak fix for SamplingRoutine cache by Alexis Hetu · 5 years ago
  37. 52ce1e9 LLVMReactor: Cache llvm::TargetMachines. by Ben Clayton · 5 years ago
  38. f5182ab Descriptor Pool alignment checks by Alexis Hetu · 5 years ago
  39. 6d55ba7 Move calculation after clip check by Sean Risser · 5 years ago
  40. bc73bcb Descriptor Pool typo by Alexis Hetu · 5 years ago
  41. 16da281 LLVMReactor: Lazily promote functions to coroutines. by Ben Clayton · 5 years ago
  42. fc7bb8f Vulkan: Use the optimization passes automatically added by CoroSplit by Ben Clayton · 5 years ago
  43. 221a274 Fix Timer::ticks() on x86-64. by Jeff Muizelaar · 5 years ago
  44. 4cd9767 Fix reporting VK_ERROR_OUT_OF_HOST_MEMORY by Nicolas Capens · 5 years ago
  45. f3dce11 Fix for rendering being too dark by Alexis Hetu · 5 years ago
  46. 28ae0a4 Reactor: Add new 'EarlyCSEPass' optimization pass. by Ben Clayton · 5 years ago
  47. 056d692 Use Nucleus::adjustDefaultConfig for Vulkan's default reactor config. by Ben Clayton · 5 years ago
  48. 55bc37a Reactor: Add support for specifying and modifying default configuration settings. by Ben Clayton · 5 years ago
  49. 8c4c9e3 Clean up interface component counting and reduce to spec minimum by Chris Forbes · 5 years ago
  50. 782a980 Temporarily disable warnings-as-errors by Ben Clayton · 5 years ago
  51. 94973a0 Kokoro (Windows): Switch to python3 by Ben Clayton · 5 years ago
  52. 8900e7c Regres: Update test lists @ 1d4f5775 by SwiftShader Regression Bot · 5 years ago
  53. 49f7037 SpirvShader: Rename EmitState::currentBlock to block by Ben Clayton · 5 years ago
  54. bacd7e7 SpirvShader: Make accessors private. by Ben Clayton · 5 years ago
  55. 1c8a969 SpirvShader: Add Function inner class. by Ben Clayton · 5 years ago
  56. e8bfba4 Move pointers and intermediates from SpirvRoutine to SpirvShader::EmitState. by Ben Clayton · 5 years ago
  57. 59cd59b Move GenericValue into SpirvShader by Ben Clayton · 5 years ago
  58. 1d4f577 Clamp GLSL textureSize() lod to mipmap range by Nicolas Capens · 5 years ago
  59. 49f8051 LLVMReactor: Include the host mcpu in the target builder. by Ben Clayton · 5 years ago
  60. caa9cf7 Use the full list of optimization passes from spirv-opt by Ben Clayton · 5 years ago
  61. 45d34d2 Follow up on "Add support for R8_SRGB textures" by Alexis Hetu · 5 years ago
  62. 1d6301d SpirvShader: Fully initialize variables in emitSamplerFunction() by Ben Clayton · 5 years ago
  63. 0b00b95 LLVMReactor/SpirvShader: Don't zero loads on disabled lanes. by Ben Clayton · 5 years ago
  64. 9abf32b SpirvShader: Optimize SIMD loads of static, equal offsets, in-bound pointers by Ben Clayton · 5 years ago
  65. 68cfc78 Reactor: Rework optimization flags. by Ben Clayton · 5 years ago
  66. 6f8e565 Refactor LLVMReactor globals into 3 classes. by Ben Clayton · 5 years ago
  67. 18699c6 Regres: Bump MaxProcMemory from 2GB to 3GB by Ben Clayton · 5 years ago
  68. 9d6e6f6 Regres: Post significant changes to test times by Ben Clayton · 5 years ago
  69. 4dafba9 Regres: Treat ABORT()s as failures by Ben Clayton · 5 years ago
  70. 8c126fa Regres: Add flag to prioritize a single change by Ben Clayton · 5 years ago
  71. 1a3f167 Regres: Add flag to run the daily test run on launch by Ben Clayton · 5 years ago
  72. 72d8104 Context cleanup by Alexis Hetu · 5 years ago
  73. 463fab9 Removed the AtomicInt class by Alexis Hetu · 5 years ago
  74. a29aa77 Don't emit bounds checks when robustness is disabled by Nicolas Capens · 5 years ago
  75. 8f5bdcf Fix treating Image storage class as non-interleaved by Nicolas Capens · 5 years ago
  76. af1eedb SpirvShader: Optimize SIMD sequential, fully-in-bounds loads & stores by Ben Clayton · 5 years ago
  77. 142f458 Regres: Update test lists @ 52edb176 by SwiftShader Regression Bot · 5 years ago
  78. 52edb17 PipelineCache implementation by Alexis Hetu · 5 years ago
  79. 83dd452 Reactor: Assert that array indexing is in bounds by Ben Clayton · 5 years ago
  80. 4901ffd CMakeLists: Use ccache if found by Ben Clayton · 5 years ago
  81. 2e5d5b4 Cleanup unittests a bit by Sean Risser · 5 years ago
  82. 249b092 Pipeline/ShaderCore: Reimplement halfToFloatBits to not rely on denorm float multiply by Ben Clayton · 5 years ago
  83. fd4c96d Wire up remaining 32b __sync_* functions required for arm32 by Chris Forbes · 5 years ago
  84. 74561df Regres: Update test lists @ 40495290 by SwiftShader Regression Bot · 5 years ago
  85. 4049529 Fix extra semicolon after function def in FrameBufferOSX.mm by Lingfeng Yang · 5 years ago
  86. fb9c05c Allow 3d texture layers for framebuffer blit by Lingfeng Yang · 5 years ago
  87. 762741b Add support for R8_SRGB textures by Hernan Liatis · 5 years ago
  88. 6d874f0 Selectively suppress class-memaccess warning/error by Nicolas Capens · 5 years ago
  89. 522d512 Simplify Vulkan ICD loading for testing by Nicolas Capens · 5 years ago
  90. cd98c73 SpirvShader: Optimize stores with static equal offsets by Chris Forbes · 5 years ago
  91. 61f2a46 Replace broken prime in Y'CbCr comment by Chris Forbes · 5 years ago
  92. 2fa1dad LLVMReactor: Perform atomic load / stores of floats as ints. by Ben Clayton · 5 years ago
  93. a0b3a02 Make the ICD manifest use a relative path to the library by Paul Thomson · 5 years ago
  94. 84b037e Don't treat class-memaccess warning as error by Nicolas Capens · 5 years ago
  95. 1f45693 Remove incorrect and unused line to avoid confusion by Alexis Hetu · 5 years ago
  96. 9770a46 Implement Reactor breakpoints by Nicolas Capens · 5 years ago
  97. a25f543 Use correct alignment for input attachment loads by Chris Forbes · 5 years ago
  98. e899321 Refactor remaining cases of memset(this, ...) by Nicolas Capens · 5 years ago
  99. 302a972 Fix initialization of LRU cache keys by Nicolas Capens · 5 years ago
  100. b5f1a13 LLVMReactor: Bind double variants of trig / exp functions by Ben Clayton · 5 years ago