Thu, 08 May 2008 00:42:50 -0400 |
Ryan C. Gordon |
Fix/disable annoying Visual C++ level 4 warnings.
trunk
|
file |
diff |
annotate
|
Wed, 07 May 2008 23:50:59 -0400 |
Ryan C. Gordon |
Patched to compile: forgot to rename one of the function references.
trunk
|
file |
diff |
annotate
|
Wed, 07 May 2008 23:50:23 -0400 |
Ryan C. Gordon |
Holy crap, the TEXLD opcode has THREE different Shader Model variations!
trunk
|
file |
diff |
annotate
|
Wed, 07 May 2008 16:37:56 -0400 |
Ryan C. Gordon |
TEXLD and TEXCRD tweaks.
trunk
|
file |
diff |
annotate
|
Tue, 06 May 2008 15:03:25 -0400 |
Ryan C. Gordon |
Make the unimplemented opcode fail()s more specific.
trunk
|
file |
diff |
annotate
|
Tue, 06 May 2008 15:00:39 -0400 |
Ryan C. Gordon |
Check if TEXCOORD/TEXCRD instruction is allowed in current Shader Model.
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 22:17:17 -0400 |
Ryan C. Gordon |
Patched to avoid compiler warning.
trunk
|
file |
diff |
annotate
|
Mon, 05 May 2008 22:16:22 -0400 |
Ryan C. Gordon |
Don't add that gl_Position assignment at the start.
trunk
|
file |
diff |
annotate
|
Mon, 05 May 2008 02:50:19 -0400 |
Ryan C. Gordon |
Relative addressing fixes.
trunk
|
file |
diff |
annotate
|
Sat, 03 May 2008 20:08:46 -0400 |
Ryan C. Gordon |
Fixed relative addressing in GLSL profile.
trunk
|
file |
diff |
annotate
|
Sat, 03 May 2008 15:28:30 -0400 |
Ryan C. Gordon |
Report hardcoded constants in MOJOSHADER_parseData.
trunk
|
file |
diff |
annotate
|
Fri, 02 May 2008 07:04:43 -0400 |
Ryan C. Gordon |
GLSL profile now emits correct array deference on instructions.
trunk
|
file |
diff |
annotate
|
Fri, 02 May 2008 06:47:41 -0400 |
Ryan C. Gordon |
Whitespace fix.
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 07:02:54 -0400 |
Ryan C. Gordon |
Better DP2ADD emitter in GLSL profile.
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 06:39:22 -0400 |
Ryan C. Gordon |
Implemented DP2ADD in GLSL profile.
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 06:23:13 -0400 |
Ryan C. Gordon |
Added some FIXME notes for later.
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 06:20:39 -0400 |
Ryan C. Gordon |
Flagged a few more opcodes as pixel-shader-only.
trunk
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 02:56:40 -0400 |
Ryan C. Gordon |
Implemented TEXKILL in GLSL profile.
trunk
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 20:45:52 -0400 |
Ryan C. Gordon |
Whoops, left a typedef keyword floating out there.
trunk
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 20:39:04 -0400 |
Ryan C. Gordon |
Fixed NULL dereference.
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:47:32 -0400 |
Ryan C. Gordon |
Don't overload meaning of RegisterList::usage for loop tests.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 02:28:34 -0400 |
Ryan C. Gordon |
Removed some #if 0'd code.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 02:27:29 -0400 |
Ryan C. Gordon |
Cleaned up the CONST/CONST2/CONST3/CONST4 tapdance.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 02:13:53 -0400 |
Ryan C. Gordon |
Tightened up sampler and uniform globals emitters in GLSL profile.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 02:06:32 -0400 |
Ryan C. Gordon |
Fixed names of global variables in GLSL profile.
trunk
|
file |
diff |
annotate
|
Mon, 28 Apr 2008 02:05:45 -0400 |
Ryan C. Gordon |
Fixed source register emitting in GLSL profile.
trunk
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 04:01:23 -0400 |
Ryan C. Gordon |
Added a FIXME comment.
trunk
|
file |
diff |
annotate
|
Fri, 25 Apr 2008 14:37:08 -0400 |
Ryan C. Gordon |
Allow internal dependency on malloc/free to be #ifdef'd out.
trunk
|
file |
diff |
annotate
|
Fri, 25 Apr 2008 05:29:36 -0400 |
Ryan C. Gordon |
Malloc() now handles calling out_of_memory() if necessary.
trunk
|
file |
diff |
annotate
|
Fri, 25 Apr 2008 05:22:30 -0400 |
Ryan C. Gordon |
Prefix register names with "vs_" or "ps_" in GLSL profile.
trunk
|
file |
diff |
annotate
|
Fri, 25 Apr 2008 04:04:00 -0400 |
Ryan C. Gordon |
Don't need my #define hack for attributes in GLSL profile anymore.
trunk
|
file |
diff |
annotate
|
Fri, 25 Apr 2008 03:57:48 -0400 |
Ryan C. Gordon |
Added profile-specific variable names to returned parse data.
trunk
|
file |
diff |
annotate
|
Thu, 24 Apr 2008 16:26:52 -0400 |
Ryan C. Gordon |
Attribute fixes for GLSL profile.
trunk
|
file |
diff |
annotate
|
Wed, 23 Apr 2008 04:19:39 -0400 |
Ryan C. Gordon |
Store profile string in MOJOSHADER_parseData.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 06:07:36 -0400 |
Ryan C. Gordon |
Don't increase instruction count for DEFx and DCL opcodes.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 05:36:03 -0400 |
Ryan C. Gordon |
Marked some incorrected source modifiers for failure in GLSL profile.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 05:31:04 -0400 |
Ryan C. Gordon |
Fixed my braindead MOD_SATURATE code in GLSL profile.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 05:17:08 -0400 |
Ryan C. Gordon |
Fixed source argument output in GLSL profile.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 05:14:38 -0400 |
Ryan C. Gordon |
Improvements to the saturate modifier support.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 04:41:46 -0400 |
Ryan C. Gordon |
Assignment modifier tweak in GLSL profile.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 02:50:37 -0400 |
Ryan C. Gordon |
More work on correct scalar/vector types.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 02:32:00 -0400 |
Ryan C. Gordon |
Whoops, cut-and-paste error in GLSL profile's SLT emitter.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 02:31:01 -0400 |
Ryan C. Gordon |
Fix vector assignment in DP3 and DP4 in GLSL profile.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 02:18:44 -0400 |
Ryan C. Gordon |
Check for replicate swizzle in RCP opcode state.
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 02:17:32 -0400 |
Ryan C. Gordon |
Whoops, accidentally deleted state_MOVA().
trunk
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 02:16:15 -0400 |
Ryan C. Gordon |
Fixed some opcodes to work with scalar values in GLSL profile.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 04:18:18 -0400 |
Ryan C. Gordon |
More swizzle/writemask work.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 04:01:44 -0400 |
Ryan C. Gordon |
Cleaned up most of the swizzle/writemask mismatches.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 03:12:22 -0400 |
Ryan C. Gordon |
Make swizzles match write masks in GLSL profile.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 02:45:45 -0400 |
Ryan C. Gordon |
Reinitialize Context::dwords on each new instruction.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 01:22:03 -0400 |
Ryan C. Gordon |
Removed "dest_args" array...it's only ever one structure.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 01:00:04 -0400 |
Ryan C. Gordon |
Added more fails to GLSL profile.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 00:19:12 -0400 |
Ryan C. Gordon |
Removed comment emitters.
trunk
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 00:16:12 -0400 |
Ryan C. Gordon |
Changed comment emitters.
trunk
|
file |
diff |
annotate
|
Sun, 20 Apr 2008 15:50:29 -0400 |
Ryan C. Gordon |
More explicit testing for coissue bit conditions.
trunk
|
file |
diff |
annotate
|
Sun, 20 Apr 2008 03:24:27 -0400 |
Ryan C. Gordon |
Fixed vs_2_0 output registers that don't need to be DCL'd in GLSL profile.
trunk
|
file |
diff |
annotate
|
Sun, 20 Apr 2008 02:39:48 -0400 |
Ryan C. Gordon |
Fixed infinite recursion.
trunk
|
file |
diff |
annotate
|