Sun, 06 Apr 2008 04:45:06 -0400 |
Ryan C. Gordon |
Added "passthrough" profile, which just sends the bytecode through unchanged;
trunk
|
file |
diff |
annotate
|
Sun, 06 Apr 2008 04:20:39 -0400 |
Ryan C. Gordon |
Added NRM implementation to GLSL profile.
trunk
|
file |
diff |
annotate
|
Sat, 05 Apr 2008 18:57:29 -0400 |
Ryan C. Gordon |
Try declaring aL in the for loop instead of globally.
trunk
|
file |
diff |
annotate
|
Sat, 05 Apr 2008 18:55:23 -0400 |
Ryan C. Gordon |
A little improvement to GLSL source argument modifiers.
trunk
|
file |
diff |
annotate
|
Sat, 05 Apr 2008 18:38:48 -0400 |
Ryan C. Gordon |
Added fog attribute to GLSL profile.
trunk
|
file |
diff |
annotate
|
Sat, 05 Apr 2008 16:33:33 -0400 |
Ryan C. Gordon |
Attribute parsing is closer to correct now.
trunk
|
file |
diff |
annotate
|
Sat, 05 Apr 2008 14:26:05 -0400 |
Ryan C. Gordon |
Minor DCL output fix in GLSL profile.
trunk
|
file |
diff |
annotate
|
Sat, 05 Apr 2008 13:23:37 -0400 |
Ryan C. Gordon |
More work on emit_GLSL_DCL().
trunk
|
file |
diff |
annotate
|
Sat, 05 Apr 2008 12:39:02 -0400 |
Ryan C. Gordon |
First shot at DCL emitter for GLSL profile. Incomplete.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 14:46:51 -0400 |
Ryan C. Gordon |
Check for NULL in Free().
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 14:44:05 -0400 |
Ryan C. Gordon |
Whoops, wrong free() call.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 14:41:47 -0400 |
Ryan C. Gordon |
Allow instance data to be passed to the allocator.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 11:33:01 -0400 |
Ryan C. Gordon |
Removed convenience typedef.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 11:29:38 -0400 |
Ryan C. Gordon |
Implemented uniform reporting.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 09:48:55 -0400 |
Ryan C. Gordon |
Make ctx->mainline the default output list.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 09:45:04 -0400 |
Ryan C. Gordon |
Implemented foundation for reporting uniforms to calling app.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 08:53:43 -0400 |
Ryan C. Gordon |
Moved some DCL stuff from parse_args() to state() implementation.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 08:51:31 -0400 |
Ryan C. Gordon |
Moved some DEF* stuff from parse_args() to state() implementations.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 08:44:28 -0400 |
Ryan C. Gordon |
Replaced "(void)" with "()" in subroutine definitions in GLSL profile.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 08:39:33 -0400 |
Ryan C. Gordon |
Flag registers replicated for matrix as used.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 08:38:04 -0400 |
Ryan C. Gordon |
Cleaned up matrix sourcearg replication.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 08:15:11 -0400 |
Ryan C. Gordon |
Flag label registers as defined when we see a label opcode.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 08:13:53 -0400 |
Ryan C. Gordon |
Declare registers we use as variables in the GLSL profile.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 07:47:32 -0400 |
Ryan C. Gordon |
constified reglist_exists().
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 07:20:59 -0400 |
Ryan C. Gordon |
Add defined/declared registers to the appropriate register list.
trunk
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 07:05:13 -0400 |
Ryan C. Gordon |
Keep a list of used/defined registers.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 10:05:58 -0400 |
Ryan C. Gordon |
Note to self.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 10:02:22 -0400 |
Ryan C. Gordon |
Whoops, missed a line the last patch should have removed.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 10:01:31 -0400 |
Ryan C. Gordon |
Removed comment output at top of program in GLSL profile.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 09:58:16 -0400 |
Ryan C. Gordon |
Add a blank line between the globals and the subroutines.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 09:45:11 -0400 |
Ryan C. Gordon |
Ugh, rounding to nearest sort of sucks.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 09:40:43 -0400 |
Ryan C. Gordon |
vec4(0.5f, 0.5f, 0.5f, 0.5f) can be shorted to vec4(0.5f).
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 09:37:19 -0400 |
Ryan C. Gordon |
Whoops, need to do register reference upkeep for dest and source args.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 09:33:55 -0400 |
Ryan C. Gordon |
Global vars for GLSL profile.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 09:31:13 -0400 |
Ryan C. Gordon |
Shrank chatty enum name.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 08:51:52 -0400 |
Ryan C. Gordon |
Tweak floatstr() to produce strings the GLSL profile can use.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 08:33:55 -0400 |
Ryan C. Gordon |
Whitespace fix in the output.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 08:31:31 -0400 |
Ryan C. Gordon |
Fixed CALLNZ in the GLSL profile.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 08:29:38 -0400 |
Ryan C. Gordon |
First not-close-to-correct attempt at source arg names in GLSL profile.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 08:21:03 -0400 |
Ryan C. Gordon |
Better const char * correction.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 08:18:18 -0400 |
Ryan C. Gordon |
Fixed dest arg output.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 06:41:37 -0400 |
Ryan C. Gordon |
Another string literal via non-const char pointer fix.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 06:40:22 -0400 |
Ryan C. Gordon |
Fixed usage of string literals with non-const char pointers.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 06:06:02 -0400 |
Ryan C. Gordon |
Implemented SETP in the GLSL profile.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 05:56:42 -0400 |
Ryan C. Gordon |
Clearly this isn't correct. :)
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 05:50:53 -0400 |
Ryan C. Gordon |
Added state_BREAKP().
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 05:49:02 -0400 |
Ryan C. Gordon |
BREAKP support in GLSL profile.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 05:42:17 -0400 |
Ryan C. Gordon |
Put mainline start bracket on new line.
trunk
|
file |
diff |
annotate
|
Thu, 03 Apr 2008 05:40:37 -0400 |
Ryan C. Gordon |
Temp DCL crap for GLSL profile.
trunk
|
file |
diff |
annotate
|
Wed, 02 Apr 2008 16:57:16 -0400 |
icculus |
[svn] Updated notes on DCL opcode.
trunk
|
file |
diff |
annotate
|
Wed, 02 Apr 2008 16:51:28 -0400 |
icculus |
[svn] Fixed and reenabled the LABEL related state functions.
trunk
|
file |
diff |
annotate
|
Wed, 02 Apr 2008 15:59:34 -0400 |
icculus |
[svn] Bunch of work from the transatlantic airplane flight...since this is a ton of
trunk
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 05:47:22 -0400 |
icculus |
[svn] Output fixes in GLSL profile, thanks to new splitting up of the output list.
trunk
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 05:40:24 -0400 |
icculus |
[svn] Split up output into several lists, so GLSL profile can insert lines of text
trunk
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 23:07:44 -0400 |
icculus |
[svn] MOJOSHADER_parseData needs to hold app-defined allocators even when there's
trunk
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 22:59:38 -0400 |
icculus |
[svn] args_function implementations should return total token usage for the opcode,
trunk
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 22:52:20 -0400 |
icculus |
[svn] Enabled -Wall, found some bugs.
trunk
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 22:35:19 -0400 |
icculus |
[svn] Lots and lots of work on the public API.
trunk
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 17:10:27 -0400 |
icculus |
[svn] Endline string wankery.
trunk
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 17:02:49 -0400 |
icculus |
[svn] Cleaned up fail check, parse_args and state machine semantics, and added check
trunk
|
file |
diff |
annotate
|