1. 08 7月, 2019 1 次提交
  2. 07 7月, 2019 3 次提交
  3. 02 7月, 2019 2 次提交
  4. 01 7月, 2019 3 次提交
  5. 29 6月, 2019 3 次提交
  6. 27 6月, 2019 3 次提交
  7. 26 6月, 2019 3 次提交
  8. 25 6月, 2019 4 次提交
  9. 24 6月, 2019 2 次提交
    • J
      obs-ffmpeg: Move external headers to external dir · 8c54b7f3
      jp9000 提交于
      Prevents automatic formatting with clang-format
      8c54b7f3
    • J
      clang-format: Apply formatting · f53df7da
      jp9000 提交于
      Code submissions have continually suffered from formatting
      inconsistencies that constantly have to be addressed.  Using
      clang-format simplifies this by making code formatting more consistent,
      and allows automation of the code formatting so that maintainers can
      focus more on the code itself instead of code formatting.
      f53df7da
  10. 23 6月, 2019 1 次提交
  11. 22 6月, 2019 1 次提交
  12. 19 6月, 2019 2 次提交
    • J
      libobs: Full-screen triangle format conversions · aa22b61e
      James Park 提交于
      The cache coherency of rasterization for full-screen passes is better
      using an oversized triangle that is clipped rather than two triangles.
      Traversal order of rasterization is GPU-specific, but will almost
      certainly be better using an undivided primitive.
      
      A smaller benefit is that quads along the diagonal are not evaluated
      multiple times, but that's minor in comparison.
      
      Redo format shaders to bypass vertex buffer, and input layout. Add
      global shader bool "obs_glsl_compile" to make API-specific decisions,
      i.e. handle upside-down UVs. gl_ortho is not needed for format
      conversion because the vertex shader does not use ViewProj anymore.
      
      This can be applied to more situations, but start small first.
      
      Testbed full screen passes, Intel HD Graphics 530:
      RGBA -> UYVX: 467 -> 439 us, ~6% savings
      UYVX -> uv: 295 -> 239 us, ~19% savings
      aa22b61e
    • J
      Merge pull request #1894 from Rosuav/lock-unlock-event · 6a795d52
      Jim 提交于
      libobs/UI: Implement an item_locked event
      6a795d52
  13. 18 6月, 2019 4 次提交
  14. 17 6月, 2019 1 次提交
  15. 16 6月, 2019 4 次提交
  16. 14 6月, 2019 3 次提交