Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
be42ceec
Commit
be42ceec
authored
Nov 08, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OpenGL: de-inline huge pieces of code
parent
a8334a4b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
503 additions
and
449 deletions
+503
-449
modules/video_output/Modules.am
modules/video_output/Modules.am
+4
-2
modules/video_output/msw/Modules.am
modules/video_output/msw/Modules.am
+2
-0
modules/video_output/opengl.c
modules/video_output/opengl.c
+484
-0
modules/video_output/opengl.h
modules/video_output/opengl.h
+13
-447
No files found.
modules/video_output/Modules.am
View file @
be42ceec
...
...
@@ -12,8 +12,8 @@ SOURCES_snapshot = snapshot.c
SOURCES_directfb = directfb.c
SOURCES_vmem = vmem.c
SOURCES_yuv = yuv.c
SOURCES_vout_macosx = macosx.m
SOURCES_vout_ios = ios.m
SOURCES_vout_macosx = macosx.m
opengl.h opengl.c
SOURCES_vout_ios = ios.m
opengl.h opengl.c
libxcb_x11_plugin_la_SOURCES = \
xcb/xcb_vlc.h \
...
...
@@ -40,6 +40,8 @@ libxcb_xv_plugin_la_DEPENDENCIES =
libxcb_glx_plugin_la_SOURCES = \
xcb/xcb_vlc.h \
xcb/glx.c \
opengl.h \
opengl.c \
xcb/events.c
libxcb_glx_plugin_la_CFLAGS = $(AM_CFLAGS) \
$(XLIB_XCB_CFLAGS) $(GL_CFLAGS)
...
...
modules/video_output/msw/Modules.am
View file @
be42ceec
...
...
@@ -24,10 +24,12 @@ SOURCES_direct3d = \
SOURCES_glwin32 = \
glwin32.c \
../opengl.h \
common.h \
events.h \
events.c \
common.c \
../opengl.c \
$(NULL)
SOURCES_wingdi = \
...
...
modules/video_output/opengl.c
0 → 100644
View file @
be42ceec
This diff is collapsed.
Click to expand it.
modules/video_output/opengl.h
View file @
be42ceec
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