]> git.sesse.net Git - casparcg/commit
2.1.0: -ogl project: Renamed to screen. -extracted gpu specific stuff into accelerato...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sat, 4 Feb 2012 20:49:51 +0000 (20:49 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sat, 4 Feb 2012 20:49:51 +0000 (20:49 +0000)
commit91a1d1f78176d8d67797c5ca4810d0c81f01ad63
tree992beec36d2e91463cda93bb27e990f17af0005d
parent9fd502f98e3542241211a2ec4fcbf88936731641
2.1.0: -ogl project: Renamed to screen. -extracted gpu specific stuff into accelerator project.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.1.0@2244 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
49 files changed:
TODO.txt
accelerator/StdAfx.cpp [new file with mode: 0644]
accelerator/StdAfx.h [new file with mode: 0644]
accelerator/accelerator.vcxproj [new file with mode: 0644]
accelerator/accelerator.vcxproj.filters [new file with mode: 0644]
accelerator/image/blending_glsl.h [moved from core/mixer/gpu/image/blending_glsl.h with 100% similarity]
accelerator/image/image_kernel.cpp [moved from core/mixer/gpu/image/image_kernel.cpp with 93% similarity]
accelerator/image/image_kernel.h [moved from core/mixer/gpu/image/image_kernel.h with 68% similarity]
accelerator/image/image_mixer.cpp [moved from core/mixer/gpu/image/image_mixer.cpp with 68% similarity]
accelerator/image/image_mixer.h [moved from core/mixer/gpu/image/image_mixer.h with 70% similarity]
accelerator/image/image_shader.cpp [moved from core/mixer/gpu/image/image_shader.cpp with 95% similarity]
accelerator/image/image_shader.h [moved from core/mixer/gpu/image/image_shader.h with 83% similarity]
accelerator/ogl/context.cpp [moved from core/mixer/gpu/accelerator.cpp with 81% similarity]
accelerator/ogl/context.h [moved from core/mixer/gpu/accelerator.h with 89% similarity]
accelerator/ogl/device_buffer.cpp [moved from core/mixer/gpu/device_buffer.cpp with 88% similarity]
accelerator/ogl/device_buffer.h [moved from core/mixer/gpu/device_buffer.h with 85% similarity]
accelerator/ogl/host_buffer.cpp [moved from core/mixer/gpu/host_buffer.cpp with 88% similarity]
accelerator/ogl/host_buffer.h [moved from core/mixer/gpu/host_buffer.h with 85% similarity]
accelerator/ogl/shader.cpp [moved from core/mixer/gpu/shader.cpp with 95% similarity]
accelerator/ogl/shader.h [moved from core/mixer/gpu/shader.h with 90% similarity]
accelerator/ogl/write_frame.cpp [moved from core/mixer/gpu/write_frame.cpp with 74% similarity]
accelerator/ogl/write_frame.h [moved from core/mixer/gpu/write_frame.h with 72% similarity]
casparcg.sln
core/core.vcxproj
core/core.vcxproj.filters
core/mixer/audio/audio_mixer.cpp
core/mixer/image/image_mixer.h
core/mixer/mixer.cpp
core/mixer/mixer.h
core/producer/color/color_producer.cpp
core/video_channel.cpp
core/video_channel.h
modules/decklink/producer/decklink_producer.cpp
modules/ffmpeg/producer/muxer/frame_muxer.cpp
modules/ffmpeg/producer/util/util.cpp
modules/flash/producer/FlashAxContainer.cpp
modules/flash/producer/flash_producer.cpp
modules/image/producer/image_producer.cpp
modules/image/producer/image_scroll_producer.cpp
modules/reroute/producer/reroute_producer.cpp
modules/screen/consumer/screen_consumer.cpp [new file with mode: 0644]
modules/screen/consumer/screen_consumer.h [new file with mode: 0644]
modules/screen/screen.cpp [new file with mode: 0644]
modules/screen/screen.h [new file with mode: 0644]
modules/screen/screen.vcxproj [new file with mode: 0644]
modules/screen/screen.vcxproj.filters [new file with mode: 0644]
protocol/amcp/AMCPCommandsImpl.cpp
shell/server.cpp
shell/shell.vcxproj