| .. |
|
glew
|
f5e41f441e
added initial main program and directshow files, finally have a UI functioning
|
12 лет назад |
|
.gitignore
|
f255ae1922
first commit
|
12 лет назад |
|
CMakeLists.txt
|
ec411fe046
added cmake build files
|
12 лет назад |
|
gl-cocoa.m
|
041f48b566
make code gl-cocoa.m 80 columns for consistency (I'm probably just being OCD, don't mind me, hopefully didn't break anything)
|
12 лет назад |
|
gl-exports.h
|
a43e291577
fill in the texture_setimage function, fill in a few other functions, and change certain names to be a little more consistent
|
12 лет назад |
|
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 лет назад |
|
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 лет назад |
|
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 лет назад |
|
gl-shader.c
|
8880a9e811
check for link status instead of validate status
|
12 лет назад |
|
gl-shaderparser.c
|
0b96e65498
fix a function variable name that was shadowing a parameter name
|
12 лет назад |
|
gl-shaderparser.h
|
18834c6a45
some static analysis cleanup
|
12 лет назад |
|
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 лет назад |
|
gl-subsystem.c
|
37c7db5dbe
fixed some bugs and fixed a variable that wasn't declared at the top
|
12 лет назад |
|
gl-subsystem.h
|
26397c7782
allow non-static glew include path
|
12 лет назад |
|
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 лет назад |
|
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 лет назад |
|
gl-vertexbuffer.c
|
ebc78eee9d
do not unbind vertex array (GL 3+)
|
12 лет назад |
|
gl-windows.c
|
bb329b9278
avoid using 'default' for enum switches
|
12 лет назад |
|
gl-zstencil.c
|
bb329b9278
avoid using 'default' for enum switches
|
12 лет назад |
|
makefile.am
|
8847d11e8e
adjust file locations to be more portable
|
12 лет назад |