Sat, 10 May 2008 23:11:51 -0400 |
Ryan C. Gordon |
Shrunk variable name to fit draconian 80-char standards.
trunk
|
file |
diff |
annotate
|
Sat, 10 May 2008 23:11:18 -0400 |
Ryan C. Gordon |
Fixed underallocation bug.
trunk
|
file |
diff |
annotate
|
Fri, 09 May 2008 20:32:27 -0400 |
Ryan C. Gordon |
Fixes for Visual Studio level 4 compiler warnings.
trunk
|
file |
diff |
annotate
|
Thu, 08 May 2008 00:42:50 -0400 |
Ryan C. Gordon |
Fix/disable annoying Visual C++ level 4 warnings.
trunk
|
file |
diff |
annotate
|
Tue, 06 May 2008 00:30:44 -0400 |
Ryan C. Gordon |
Patched to compile when built as C++ code.
trunk
|
file |
diff |
annotate
|
Tue, 06 May 2008 00:26:59 -0400 |
Ryan C. Gordon |
Sampler loading support in OpenGL glue.
trunk
|
file |
diff |
annotate
|
Mon, 05 May 2008 21:20:06 -0400 |
Ryan C. Gordon |
OpenGL glue now handles Uniform arrays.
trunk
|
file |
diff |
annotate
|
Sat, 03 May 2008 14:16:01 -0400 |
Ryan C. Gordon |
Patched to compile on older (?) GL headers.
trunk
|
file |
diff |
annotate
|
Sat, 03 May 2008 13:42:47 -0400 |
Ryan C. Gordon |
Added MOJOSHADER_glMaxUniforms().
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 06:09:05 -0400 |
Ryan C. Gordon |
Implemented MOJOSHADER_glBestProfile().
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 01:35:46 -0400 |
Ryan C. Gordon |
Fixed logic bug in uniform setting.
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 01:22:45 -0400 |
Ryan C. Gordon |
More Windows patches.
trunk
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 20:46:43 -0400 |
Ryan C. Gordon |
Get that typedef, too...
trunk
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 20:33:02 -0400 |
Ryan C. Gordon |
Visual C++ fixes.
trunk
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 05:44:40 -0400 |
Ryan C. Gordon |
Cleanups for building as C++ code.
trunk
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 04:16:38 -0400 |
Ryan C. Gordon |
Moved gl*.h into GL directory.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 23:14:14 -0400 |
Ryan C. Gordon |
Added MOJOSHADER_glGetShaderParseData().
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 22:13:55 -0400 |
Ryan C. Gordon |
Added comment header to mojoshader_opengl.c ...
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 17:42:24 -0400 |
Ryan C. Gordon |
Fixed vertex attribute aliasing in OpenGL glue code.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 07:23:38 -0400 |
Ryan C. Gordon |
Fixed compiler warnings.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 06:00:37 -0400 |
Ryan C. Gordon |
Renamed glInit and glDeinit to glCreateContext and glDestroyContext.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 05:50:02 -0400 |
Ryan C. Gordon |
OpenGL glue now allows for multiple contexts.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 04:49:02 -0400 |
Ryan C. Gordon |
Support for half-float attribute arrays.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 22:43:02 -0400 |
Ryan C. Gordon |
Fixed logic error.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 21:19:17 -0400 |
Ryan C. Gordon |
OpenGL extension lookup and entry point loading.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 05:34:33 -0400 |
Ryan C. Gordon |
Patched mojoshader_opengl.c to compile, mostly.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 05:16:36 -0400 |
Ryan C. Gordon |
Disable any enabled client-side arrays when binding a new shader.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 05:10:35 -0400 |
Ryan C. Gordon |
Enable client-side arrays as necessary.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 05:10:17 -0400 |
Ryan C. Gordon |
Don't update vertex arrays if bound program has no vertex shader.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 05:04:38 -0400 |
Ryan C. Gordon |
Fixes to Malloc() and Free() in mojoshader_opengl.c ...
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 05:01:18 -0400 |
Ryan C. Gordon |
Added MOJOSHADER_glGetError() function, filled in error state.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 04:31:05 -0400 |
Ryan C. Gordon |
Implemented MOJOSHADER_glSetVertexAttribute().
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 04:30:13 -0400 |
Ryan C. Gordon |
Fixed wrong type for uniform/attribute locations.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 03:47:15 -0400 |
Ryan C. Gordon |
Cache attribute locations for GLSL programs at link time.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 03:08:06 -0400 |
Ryan C. Gordon |
Whitespace fix.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 03:01:59 -0400 |
Ryan C. Gordon |
Whoops, GLSL objects are GLhandleARB, not GLuint.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 02:58:40 -0400 |
Ryan C. Gordon |
Finished implementing MOJOSHADER_glLinkProgram().
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 02:47:55 -0400 |
Ryan C. Gordon |
Added STATICARRAYLEN macro to mojoshader_opengl.c ...
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 02:36:15 -0400 |
Ryan C. Gordon |
Cleaned up GLSL shader compile code with some gotos.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 02:22:29 -0400 |
Ryan C. Gordon |
Implemented MOJOSHADER_glProgramReady().
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 02:02:30 -0400 |
Ryan C. Gordon |
Cache uniform locations for GLSL programs at link time.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 01:22:06 -0400 |
Ryan C. Gordon |
A little more work on MOJOSHADER_glLinkProgram().
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 00:44:18 -0400 |
Ryan C. Gordon |
Implemented uniform array setting in OpenGL glue code.
trunk
|
file |
diff |
annotate
|
Sat, 26 Apr 2008 04:45:36 -0400 |
Ryan C. Gordon |
Initial add of mojoshader_opengl.c
trunk
|
file |
diff |
annotate
|