Sat, 06 Dec 2008 21:19:29 -0500 |
Ryan C. Gordon |
Moved SourceArgInfo back to mojoshader.c for now.
|
file |
diff |
annotate
|
Sat, 06 Dec 2008 19:14:54 -0500 |
Ryan C. Gordon |
Better parse_args for DEFx opcodes.
|
file |
diff |
annotate
|
Thu, 04 Dec 2008 21:36:11 -0500 |
Ryan C. Gordon |
Initial work on assembler. Not even close to done.
|
file |
diff |
annotate
|
Tue, 02 Dec 2008 06:24:35 -0500 |
Ryan C. Gordon |
Moved some common stuff to mojoshader_internal.h ...
|
file |
diff |
annotate
|
Tue, 02 Dec 2008 06:20:53 -0500 |
Ryan C. Gordon |
Removed bitfields for full ints.
|
file |
diff |
annotate
|
Fri, 07 Nov 2008 20:48:47 -0500 |
Ryan C. Gordon |
Added MOJOSHADER_maxShaderModel().
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 20:53:05 -0500 |
Ryan C. Gordon |
Generate MOJOSHADER_VERSION, etc.
|
file |
diff |
annotate
|
Sat, 06 Sep 2008 15:27:18 -0400 |
Ryan C. Gordon |
Realy fix TEXKILL in arb1 profile this time.
|
file |
diff |
annotate
|
Sat, 06 Sep 2008 15:15:10 -0400 |
Ryan C. Gordon |
Removed FIXME.
|
file |
diff |
annotate
|
Sat, 06 Sep 2008 09:12:20 -0400 |
Ryan C. Gordon |
Fixed TEXKILL instruction in arb1/nvX profiles.
|
file |
diff |
annotate
|
Tue, 26 Aug 2008 05:54:49 -0400 |
Ryan C. Gordon |
Allow overriding of swizzle on vertex attributes during bytecode parsing.
|
file |
diff |
annotate
|
Mon, 18 Aug 2008 11:16:05 -0400 |
Ryan C. Gordon |
Removed all the unnecessary POSITION0 tapdancing.
trunk
|
file |
diff |
annotate
|
Mon, 18 Aug 2008 11:14:44 -0400 |
Ryan C. Gordon |
Apparently we aren't using declared_attribute() now.
trunk
|
file |
diff |
annotate
|
Mon, 18 Aug 2008 11:14:23 -0400 |
Ryan C. Gordon |
Removed the unnecessary check on POSITION0 in emit_GLSL_finalize().
trunk
|
file |
diff |
annotate
|
Thu, 31 Jul 2008 17:57:00 -0400 |
Ryan C. Gordon |
Fixed compiler warnings.
trunk
|
file |
diff |
annotate
|
Thu, 31 Jul 2008 17:48:36 -0400 |
Ryan C. Gordon |
Expose true constant arrays in parseData, load them at link time for GLSL.
trunk
|
file |
diff |
annotate
|
Wed, 30 Jul 2008 05:11:15 -0400 |
Ryan C. Gordon |
Windows typedef for "int32" was incorrectly flagged "unsigned"
trunk
|
file |
diff |
annotate
|
Sun, 27 Jul 2008 02:29:07 -0400 |
Ryan C. Gordon |
Always use LG2 and EX2 in arb1 profile, even for partial precision.
trunk
|
file |
diff |
annotate
|
Wed, 09 Jul 2008 19:52:47 -0400 |
Ryan C. Gordon |
Several fixes for nv4 output.
trunk
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 22:01:28 -0400 |
Ryan C. Gordon |
First shot at nv4 profile.
trunk
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 22:01:15 -0400 |
Ryan C. Gordon |
Forgot to add nv3 to arb1 profile mapping.
trunk
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 22:00:30 -0400 |
Ryan C. Gordon |
Fixed incorrect fail() string.
trunk
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 21:59:55 -0400 |
Ryan C. Gordon |
More bytecode verification tests against spec.
trunk
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 21:57:10 -0400 |
Ryan C. Gordon |
Attempt at DSX and DSY in nv2 profile.
trunk
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 21:53:41 -0400 |
Ryan C. Gordon |
Another FIXME.
trunk
|
file |
diff |
annotate
|
Sun, 06 Jul 2008 21:51:53 -0400 |
Ryan C. Gordon |
Added a FIXME.
trunk
|
file |
diff |
annotate
|
Fri, 04 Jul 2008 14:56:08 -0400 |
Ryan C. Gordon |
Patched to compile on Windows.
trunk
|
file |
diff |
annotate
|
Thu, 03 Jul 2008 12:09:26 -0400 |
Ryan C. Gordon |
First piece of work on nv3 profile.
trunk
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 16:00:47 -0400 |
Ryan C. Gordon |
Fixed output to POSITION0.
trunk
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 15:44:51 -0400 |
Ryan C. Gordon |
Determine constant arrays before setting any local pointers. Safety first!
trunk
|
file |
diff |
annotate
|
Wed, 02 Jul 2008 15:21:36 -0400 |
Ryan C. Gordon |
Removed a FIXME (was resolved in commit 404:cdb4d7906026).
trunk
|
file |
diff |
annotate
|
Sun, 29 Jun 2008 02:00:46 -0400 |
Ryan C. Gordon |
The glsl120 const array code fails, even though spec suggests it shouldn't.
trunk
|
file |
diff |
annotate
|
Sun, 29 Jun 2008 00:22:30 -0400 |
Ryan C. Gordon |
Minor syntax OCD.
trunk
|
file |
diff |
annotate
|
Sun, 29 Jun 2008 00:17:25 -0400 |
Ryan C. Gordon |
Better const array support for glsl120 profile.
trunk
|
file |
diff |
annotate
|
Sun, 29 Jun 2008 00:16:56 -0400 |
Ryan C. Gordon |
Added framework for GLSL 1.20 support.
trunk
|
file |
diff |
annotate
|
Sat, 28 Jun 2008 22:53:55 -0400 |
Ryan C. Gordon |
Build arrays of constants if necessary.
trunk
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 17:54:57 -0400 |
Ryan C. Gordon |
More specific fail() message for profiles without branching support.
trunk
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 17:10:41 -0400 |
Ryan C. Gordon |
More generalizing of arb1 profile name in fail() calls.
trunk
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 00:56:24 -0400 |
Ryan C. Gordon |
Better relative addressing support.
trunk
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 11:40:05 -0400 |
Ryan C. Gordon |
Removed a FIXME.
trunk
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 11:39:07 -0400 |
Ryan C. Gordon |
Implemented support for phase token.
trunk
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 11:40:26 -0400 |
Ryan C. Gordon |
Extract useful information from the ctab.
trunk
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 07:29:16 -0400 |
Ryan C. Gordon |
Initial work on parsing the CTAB comment block.
trunk
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 05:34:59 -0400 |
Ryan C. Gordon |
Fix potential buffer overflow.
trunk
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 01:27:05 -0400 |
Ryan C. Gordon |
Use local parameters, not environment params, in the arb1/nv2 profiles.
trunk
|
file |
diff |
annotate
|
Tue, 24 Jun 2008 14:49:49 -0400 |
Ryan C. Gordon |
SINCOS fix in nv2 profile.
trunk
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 01:38:16 -0400 |
Ryan C. Gordon |
Moved postmod_str in arb1 profile source arg creation.
trunk
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 01:20:58 -0400 |
Ryan C. Gordon |
Implemented BREAK in nv2 profile.
trunk
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 01:20:43 -0400 |
Ryan C. Gordon |
Implemented fragment program version of NRM in nv2 profile.
trunk
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 01:08:37 -0400 |
Ryan C. Gordon |
Output corrections for nv2 profile.
trunk
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 01:06:11 -0400 |
Ryan C. Gordon |
Corrected REP source arg usage in nv2 profile.
trunk
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 01:04:46 -0400 |
Ryan C. Gordon |
Added a FIXME.
trunk
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 00:39:35 -0400 |
Ryan C. Gordon |
Initial shot at REP/ENDREP in nv2 profile.
trunk
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 21:26:19 -0400 |
Ryan C. Gordon |
Eh, I don't like the indentation. :/
trunk
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 21:09:31 -0400 |
Ryan C. Gordon |
Tweak IF/ELSE/ENDIF in nv2 profile.
trunk
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 20:46:10 -0400 |
Ryan C. Gordon |
GL_NV_fragment_program_option has a real IF/ELSE/ENDIF construct.
trunk
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 13:49:50 -0400 |
Ryan C. Gordon |
Use correct OPTION string for vertex/fragment programs in nv2 profile.
trunk
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 13:47:38 -0400 |
Ryan C. Gordon |
Added state_LOGP().
trunk
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 13:47:27 -0400 |
Ryan C. Gordon |
Added some FIXMEs.
trunk
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 13:47:11 -0400 |
Ryan C. Gordon |
Updated LOG and LOGP in the arb1 profile to use SRCMOD_ABS when possible.
trunk
|
file |
diff |
annotate
|