Commits on Source (14)
-
Add a test which checks that the API is correctly routed to the member function and allocation function are working correctly.
35336b80 -
The separate operation structure is implemented with a default fallback to the previous API, which will allow a smooth transition to the new virtual table.
ccbe8358 -
57e405a1
-
346ec7ce
-
251c41d1
-
cb6cf454
-
42a6424f
-
0cd2612e
-
f9e1d294
-
704fd7cf
-
b8450f60
-
28b63bd3
-
a58d9e3b
-
3a44de13
Showing
- include/vlc_opengl.h 22 additions, 17 deletionsinclude/vlc_opengl.h
- modules/video_filter/egl_pbuffer.c 9 additions, 6 deletionsmodules/video_filter/egl_pbuffer.c
- modules/video_filter/egl_surfacetexture.c 9 additions, 6 deletionsmodules/video_filter/egl_surfacetexture.c
- modules/video_output/apple/VLCCVOpenGLProvider.m 10 additions, 6 deletionsmodules/video_output/apple/VLCCVOpenGLProvider.m
- modules/video_output/apple/VLCOpenGLES2VideoView.m 10 additions, 6 deletionsmodules/video_output/apple/VLCOpenGLES2VideoView.m
- modules/video_output/caopengllayer.m 8 additions, 4 deletionsmodules/video_output/caopengllayer.m
- modules/video_output/glx.c 10 additions, 6 deletionsmodules/video_output/glx.c
- modules/video_output/macosx.m 9 additions, 4 deletionsmodules/video_output/macosx.m
- modules/video_output/opengl/egl.c 10 additions, 6 deletionsmodules/video_output/opengl/egl.c
- modules/video_output/vgl.c 12 additions, 8 deletionsmodules/video_output/vgl.c
- modules/video_output/win32/wgl.c 10 additions, 6 deletionsmodules/video_output/win32/wgl.c
- src/video_output/opengl.c 13 additions, 8 deletionssrc/video_output/opengl.c
- test/Makefile.am 3 additions, 0 deletionstest/Makefile.am
- test/src/video_output/opengl.c 275 additions, 0 deletionstest/src/video_output/opengl.c
test/src/video_output/opengl.c
0 → 100644