| .. |
|
glew
|
f5e41f441e
added initial main program and directshow files, finally have a UI functioning
|
12 years ago |
|
.gitignore
|
f255ae1922
first commit
|
12 years ago |
|
CMakeLists.txt
|
ec411fe046
added cmake build files
|
12 years ago |
|
gl-cocoa.m
|
409b011a8e
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
|
12 years ago |
|
gl-exports.h
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |
|
gl-helpers.c
|
dfa2dc6eab
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
|
12 years ago |
|
gl-helpers.h
|
dfa2dc6eab
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
|
12 years ago |
|
gl-indexbuffer.c
|
dfa2dc6eab
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
|
12 years ago |
|
gl-shader.c
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |
|
gl-shaderparser.c
|
0b96e65498
fix a function variable name that was shadowing a parameter name
|
12 years ago |
|
gl-shaderparser.h
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |
|
gl-stagesurf.c
|
a43e291577
fill in the texture_setimage function, fill in a few other functions, and change certain names to be a little more consistent
|
12 years ago |
|
gl-subsystem.c
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |
|
gl-subsystem.h
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |
|
gl-texture2d.c
|
a43e291577
fill in the texture_setimage function, fill in a few other functions, and change certain names to be a little more consistent
|
12 years ago |
|
gl-texturecube.c
|
dfa2dc6eab
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
|
12 years ago |
|
gl-vertexbuffer.c
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |
|
gl-windows.c
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |
|
gl-zstencil.c
|
bb329b9278
avoid using 'default' for enum switches
|
12 years ago |
|
makefile.am
|
e5c99175c5
fixed some build issues on non-windows systems
|
12 years ago |