obs-studio/libobs-opengl
jp9000 e5c99175c5 fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
..
glew added initial main program and directshow files, finally have a UI functioning 2013-11-07 16:45:03 -07:00
.gitignore first commit 2013-09-30 19:37:13 -07:00
CMakeLists.txt added cmake build files 2013-11-14 18:36:46 +01:00
gl-cocoa.m cleaned up main internal data structure design, changed to reference counting for sources to ensure safe destruction of source objects from all parts of the system, added some service-related stuff for testing 2013-11-20 15:00:16 -07:00
gl-exports.h fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
gl-helpers.c fix up the rest of the GL code, add glew to project, add makefiles for opengl, fix makefiles so that it can be built with gcc, update project files to automatically output to the build directory 2013-10-16 23:31:18 -07:00
gl-helpers.h fix up the rest of the GL code, add glew to project, add makefiles for opengl, fix makefiles so that it can be built with gcc, update project files to automatically output to the build directory 2013-10-16 23:31:18 -07:00
gl-indexbuffer.c fix up the rest of the GL code, add glew to project, add makefiles for opengl, fix makefiles so that it can be built with gcc, update project files to automatically output to the build directory 2013-10-16 23:31:18 -07:00
gl-shader.c fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
gl-shaderparser.c fix a function variable name that was shadowing a parameter name 2013-11-02 12:53:25 -07:00
gl-shaderparser.h fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
gl-stagesurf.c fill in the texture_setimage function, fill in a few other functions, and change certain names to be a little more consistent 2013-10-25 10:25:28 -07:00
gl-subsystem.c fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
gl-subsystem.h fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
gl-texture2d.c fill in the texture_setimage function, fill in a few other functions, and change certain names to be a little more consistent 2013-10-25 10:25:28 -07:00
gl-texturecube.c fix up the rest of the GL code, add glew to project, add makefiles for opengl, fix makefiles so that it can be built with gcc, update project files to automatically output to the build directory 2013-10-16 23:31:18 -07:00
gl-vertexbuffer.c fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
gl-windows.c fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00
gl-zstencil.c avoid using 'default' for enum switches 2013-10-24 01:29:06 -07:00
makefile.am fixed some build issues on non-windows systems 2013-11-26 23:07:27 -07:00