This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a565e34c39880557ca09ec02d8bfb05e4bcccbae
goo-engine
/
source
/
gameengine
/
VideoTexture
T
History
Mitchell Stokes
cf9fe8f329
BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing.
2013-11-04 19:21:07 +00:00
..
BlendType.h
BGE: Making sure m_objType is initialized in the BlendType (VideoTexture) constructor.
2013-08-03 05:01:50 +00:00
blendVideoTex.cpp
…
CMakeLists.txt
clang/cmake - quiet warnings for external libs and reference moto as a system include.
2013-07-15 08:26:16 +00:00
Common.h
…
Exception.cpp
BGE: Making sure m_line is initialized in the Exception (VideoTexture) constructor.
2013-08-03 05:01:45 +00:00
Exception.h
…
FilterBase.cpp
…
FilterBase.h
…
FilterBlueScreen.cpp
…
FilterBlueScreen.h
…
FilterColor.cpp
…
FilterColor.h
…
FilterNormal.cpp
…
FilterNormal.h
…
FilterSource.cpp
…
FilterSource.h
BGE: Making sure m_buffV, m_buffU, and m_pitchUV are initialized in the FilterYV12 constructor.
2013-08-03 05:01:40 +00:00
ImageBase.cpp
…
ImageBase.h
…
ImageBuff.cpp
…
ImageBuff.h
…
ImageMix.cpp
…
ImageMix.h
BGE: Making sure m_offset is initialized in the ImageSourceMix constructor.
2013-08-03 05:01:36 +00:00
ImageRender.cpp
BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing.
2013-11-04 19:21:07 +00:00
ImageRender.h
BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing.
2013-11-04 19:21:07 +00:00
ImageViewport.cpp
…
ImageViewport.h
…
PyTypeList.cpp
…
PyTypeList.h
…
SConscript
…
Texture.cpp
…
Texture.h
…
VideoBase.cpp
…
VideoBase.h
…
VideoFFmpeg.cpp
Code cleanup: fix some vs2012 compiler warnings
2013-06-21 12:33:19 +00:00
VideoFFmpeg.h
…