Skip to content
Snippets Groups Projects
  1. Dec 29, 2019
  2. Dec 28, 2019
  3. Dec 24, 2019
  4. Dec 18, 2019
    • Martin Storsjö's avatar
      Don't assume dlsym exists on linux · 14d586ac
      Martin Storsjö authored
      After checking if -ldl exists, use it for checking for the dlsym
      function.
      
      This fixes building in environments where the dlsym function is
      unavailable. (My testcase is NDK builds with -static, where dlsym
      isn't available for static linking, only if linking dynamically.)
      14d586ac
  5. Dec 17, 2019
  6. Dec 14, 2019
  7. Dec 13, 2019
  8. Dec 05, 2019
  9. Dec 02, 2019
  10. Nov 30, 2019
  11. Nov 27, 2019
    • Henrik Gramner's avatar
      Avoid excessive L2 collisions with certain frame widths · 82eda83a
      Henrik Gramner authored and Henrik Gramner's avatar Henrik Gramner committed
      Memory addresses with certain power-of-two offsets will map to the
      same set of cache lines. Using such offsets as strides will cause
      excessive cache evictions resulting in more cache misses.
      
      Avoid this by adding a small padding when the stride is a multiple
      of 1024 (somewhat arbitrarily chosen as the specific number depends
      on the hardware implementation) when allocating picture buffers.
      82eda83a
  12. Nov 26, 2019
  13. Nov 24, 2019
  14. Nov 23, 2019
  15. Nov 22, 2019
  16. Nov 21, 2019
  17. Nov 17, 2019
  18. Nov 16, 2019
Loading