Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
8edf3ea9
Commit
8edf3ea9
authored
Dec 07, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Converted glwin32 to vout display.
parent
1930ef7e
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
145 additions
and
134 deletions
+145
-134
modules/video_output/msw/Modules.am
modules/video_output/msw/Modules.am
+4
-4
modules/video_output/msw/common.c
modules/video_output/msw/common.c
+1
-1
modules/video_output/msw/common.h
modules/video_output/msw/common.h
+5
-2
modules/video_output/msw/events.c
modules/video_output/msw/events.c
+1
-1
modules/video_output/msw/glwin32.c
modules/video_output/msw/glwin32.c
+134
-126
No files found.
modules/video_output/msw/Modules.am
View file @
8edf3ea9
...
...
@@ -16,10 +16,10 @@ SOURCES_direct3d = \
SOURCES_glwin32 = \
glwin32.c \
vout
.h \
events
_vo
.h \
events
_vo
.c \
common
_vo
.c \
common
.h \
events.h \
events.c \
common.c \
$(NULL)
SOURCES_wingdi = \
...
...
modules/video_output/msw/common.c
View file @
8edf3ea9
...
...
@@ -46,7 +46,7 @@
#include <d3d9.h>
#endif
#ifdef MODULE_NAME_IS_glwin32
#include
<GL/gl.h>
#include
"../opengl.h"
#endif
#include "common.h"
...
...
modules/video_output/msw/common.h
View file @
8edf3ea9
...
...
@@ -148,8 +148,11 @@ struct vout_display_sys_t
#endif
#ifdef MODULE_NAME_IS_glwin32
HDC
hGLDC
;
HGLRC
hGLRC
;
HDC
hGLDC
;
HGLRC
hGLRC
;
vout_opengl_t
gl
;
vout_display_opengl_t
vgl
;
picture_pool_t
*
pool
;
#endif
#ifdef MODULE_NAME_IS_direct3d
...
...
modules/video_output/msw/events.c
View file @
8edf3ea9
...
...
@@ -47,7 +47,7 @@
#include <d3d9.h>
#endif
#ifdef MODULE_NAME_IS_glwin32
#include
<GL/gl.h>
#include
"../opengl.h"
#endif
#include <vlc_keys.h>
...
...
modules/video_output/msw/glwin32.c
View file @
8edf3ea9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment