opengl: move coords transform to vlc_gl_picture
Now that filters have access to the input vlc_gl_picture, move the transform to convert from picture coordinates to texture coordinates to the picture. It is independent of the sampler.
Showing
- modules/video_filter/deinterlace/glblend.c 3 additions, 5 deletionsmodules/video_filter/deinterlace/glblend.c
- modules/video_output/opengl/Makefile.am 1 addition, 0 deletionsmodules/video_output/opengl/Makefile.am
- modules/video_output/opengl/filter_draw.c 2 additions, 3 deletionsmodules/video_output/opengl/filter_draw.c
- modules/video_output/opengl/filter_mock.c 3 additions, 6 deletionsmodules/video_output/opengl/filter_mock.c
- modules/video_output/opengl/picture.c 82 additions, 0 deletionsmodules/video_output/opengl/picture.c
- modules/video_output/opengl/picture.h 64 additions, 0 deletionsmodules/video_output/opengl/picture.h
- modules/video_output/opengl/renderer.c 7 additions, 7 deletionsmodules/video_output/opengl/renderer.c
- modules/video_output/opengl/sampler.c 0 additions, 71 deletionsmodules/video_output/opengl/sampler.c
- modules/video_output/opengl/sampler.h 0 additions, 83 deletionsmodules/video_output/opengl/sampler.h
Loading
Please register or sign in to comment