]> git.sesse.net Git - vlc/commit
* modules/video_output/x11/glx.c: new OpenGL vout for X11.
authorCyril Deguet <asmax@videolan.org>
Tue, 20 Jul 2004 20:25:25 +0000 (20:25 +0000)
committerCyril Deguet <asmax@videolan.org>
Tue, 20 Jul 2004 20:25:25 +0000 (20:25 +0000)
commitc0a1dbea40aa511d41f644c0d19b51fffc384a5a
tree6010fe804aa17a0aa7e5cb999a89684623748d24
parent3c3996cccb591768d9fc8d4bc1e0e728ed6df8cf
  * modules/video_output/x11/glx.c: new OpenGL vout for X11.
    TODO: - factorization with xcommon.c
          - factorization with glx.c in GaLaktos plugin
          - remove hard-coded values
    (If you don't like the rotating cube, hack the code yourself,
    the variables will come later ! ;)
build-vlc
config.in
configure.ac
modules/video_output/x11/Modules.am
modules/video_output/x11/glx.c [new file with mode: 0644]
modules/visualization/galaktos/main.c
modules/visualization/galaktos/video_init.c