scrcpy/app
Romain Vimont 0b4b4609dc Extract texture management to a separate file
Move texture management out of screen.c, which already handles the
window and the rendering.

This paves the way to implement optional software filtering (swscale)
properly, as an alternative to mipmaps (which are not available
everywhere).
2021-02-12 21:58:38 +01:00
..
src Extract texture management to a separate file 2021-02-12 21:58:38 +01:00
tests Replace SDL_strdup() by strdup() 2021-02-04 08:12:22 +01:00
meson.build Extract texture management to a separate file 2021-02-12 21:58:38 +01:00
scrcpy.1 Document --encoder option 2020-11-08 21:11:12 +01:00