Skip to content
Snippets Groups Projects
  1. Jul 19, 2019
  2. Jul 16, 2019
    • Lioncash's avatar
      shader_ir: std::move Node instance where applicable · bebbdc20
      Lioncash authored
      These are std::shared_ptr instances underneath the hood, which means
      copying them isn't as cheap as a regular pointer. Particularly so on
      weakly-ordered systems.
      
      This avoids atomic reference count increments and decrements where they
      aren't necessary for the core set of operations.
      bebbdc20
  3. Jul 09, 2019
  4. Jun 21, 2019
  5. Jun 05, 2019
  6. Apr 18, 2019
  7. Feb 26, 2019
  8. Feb 03, 2019
  9. Jan 28, 2019
  10. Jan 15, 2019
Loading