vout/opengl: factor libplacebo helpers out to their own file
This is in preparation for a new vout based on libplacebo, for which reusing these shared helpers with OpenGL will make sense. Apart from moving stuff around, this commit only has minor changes (changed define names in some places, minor rewording of some options).
Showing
- modules/video_output/Makefile.am 1 addition, 0 deletionsmodules/video_output/Makefile.am
- modules/video_output/opengl/fragment_shaders.c 2 additions, 52 deletionsmodules/video_output/opengl/fragment_shaders.c
- modules/video_output/opengl/vout_helper.c 2 additions, 21 deletionsmodules/video_output/opengl/vout_helper.c
- modules/video_output/opengl/vout_helper.h 4 additions, 140 deletionsmodules/video_output/opengl/vout_helper.h
- modules/video_output/placebo_utils.c 102 additions, 0 deletionsmodules/video_output/placebo_utils.c
- modules/video_output/placebo_utils.h 178 additions, 0 deletionsmodules/video_output/placebo_utils.h
Loading
Please register or sign in to comment