r854: Merge 2.1:
commit0600c39dcb539c281fd5b46aa0197ebac09bcf5e
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 2 Sep 2006 21:37:47 +0000 (2 21:37 +0000)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sat, 2 Sep 2006 21:37:47 +0000 (2 21:37 +0000)
tree9ea81f8cde3e5700d50d3658dea7a98ae1973a23
parent8c05f24bd7664329e83b16caf8f71a027a5b12c0
r854: Merge 2.1:
Introduce a framework to use OpenGL for hardware accelerated rendering.

Traditional rendering still works as usual. The OpenGL parts are
bracketed by HAVE_GL and are not compiled. A configure option to enable
OpenGL code follows later.

This revision should match GIT::09beda0819560b02520b316b8e62045fe100026f.
61 files changed:
cinelerra/Makefile.am
cinelerra/attachmentpoint.C
cinelerra/attachmentpoint.h
cinelerra/canvas.C
cinelerra/canvas.h
cinelerra/cwindowgui.C
cinelerra/filejpeg.C
cinelerra/filemov.C
cinelerra/filempeg.C
cinelerra/mwindow.C
cinelerra/mwindow.h
cinelerra/mwindowedit.C
cinelerra/playback3d.C [new file with mode: 0644]
cinelerra/playback3d.h [new file with mode: 0644]
cinelerra/playback3d.inc [new file with mode: 0644]
cinelerra/pluginclient.C
cinelerra/pluginclient.h
cinelerra/pluginserver.C
cinelerra/pluginserver.h
cinelerra/pluginvclient.C
cinelerra/pluginvclient.h
cinelerra/preferencesthread.C
cinelerra/quit.C
cinelerra/resizetrackthread.C
cinelerra/savefile.C
cinelerra/setformat.C
cinelerra/vattachmentpoint.C
cinelerra/vattachmentpoint.h
cinelerra/vdeviceprefs.C
cinelerra/vdevicex11.C
cinelerra/vdevicex11.h
cinelerra/videodevice.C
cinelerra/videodevice.inc
cinelerra/virtualvconsole.C
cinelerra/virtualvconsole.h
cinelerra/virtualvnode.C
cinelerra/virtualvnode.h
cinelerra/vmodule.C
cinelerra/vmodule.h
cinelerra/vwindowgui.C
guicast/Makefile.am
guicast/bcpbuffer.C [new file with mode: 0644]
guicast/bcpbuffer.h [new file with mode: 0644]
guicast/bcpbuffer.inc [new file with mode: 0644]
guicast/bcresources.C
guicast/bcresources.h
guicast/bcsynchronous.C [new file with mode: 0644]
guicast/bcsynchronous.h [new file with mode: 0644]
guicast/bcsynchronous.inc [new file with mode: 0644]
guicast/bctexture.C [new file with mode: 0644]
guicast/bctexture.h [new file with mode: 0644]
guicast/bctexture.inc [new file with mode: 0644]
guicast/bcwindow3d.C [new file with mode: 0644]
guicast/bcwindowbase.C
guicast/bcwindowbase.h
guicast/condition.C
guicast/condition.h
guicast/guicast.h
guicast/vframe.C
guicast/vframe.h
guicast/vframe3d.C [new file with mode: 0644]