Thu, 18 Nov 2010 22:42:58 -0500 |
Ryan C. Gordon |
Patched to compile on Windows.
|
file |
diff |
annotate
|
Thu, 11 Nov 2010 04:15:27 -0500 |
Ryan C. Gordon |
Minor FIXME cleanup.
|
file |
diff |
annotate
|
Thu, 11 Nov 2010 04:13:08 -0500 |
Ryan C. Gordon |
Cleaned up error position reporting.
|
file |
diff |
annotate
|
Wed, 10 Nov 2010 00:52:01 -0500 |
Ryan C. Gordon |
Technical debt: cleaned up things in the assembler that should've used Buffer.
|
file |
diff |
annotate
|
Tue, 09 Nov 2010 05:05:41 -0500 |
Ryan C. Gordon |
Made ErrorList struct opaque to callers.
|
file |
diff |
annotate
|
Thu, 04 Nov 2010 02:14:51 -0400 |
Ryan C. Gordon |
Added a bunch of FIXMEs to accurately portray current technical debt.
|
file |
diff |
annotate
|
Wed, 03 Nov 2010 22:54:17 -0400 |
Ryan C. Gordon |
Cut-and-paste cleanup: unified the ErrorList functionality.
|
file |
diff |
annotate
|
Sat, 20 Feb 2010 23:41:12 -0500 |
Ryan C. Gordon |
Report bad characters in the assembler.
|
file |
diff |
annotate
|
Tue, 29 Dec 2009 22:11:25 +0200 |
Aras Pranckevicius |
asm needs bytecode profile
|
file |
diff |
annotate
|
Sun, 15 Nov 2009 14:02:18 -0500 |
Ryan C. Gordon |
Bunch of small tweaks to make this compile as C++ code without errors/warnings.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 18:32:05 -0500 |
Ryan C. Gordon |
You can mix and match "xyzw" and "rgba" writemasks, even in vertex shaders.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 18:27:23 -0500 |
Ryan C. Gordon |
FIXME removal: out of order write masks are an error in Microsoft's tools, too.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 18:26:49 -0500 |
Ryan C. Gordon |
Apparently you can mix "xyzw" and "rgba" swizzles, even in vertex shaders.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 15:44:43 -0500 |
Ryan C. Gordon |
Cleaned up HLSL parser tracing.
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 01:53:24 -0500 |
Ryan C. Gordon |
Fixed SRCMOD_NEGATE usage when assembling.
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 01:53:04 -0500 |
Ryan C. Gordon |
Added a FIXME.
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 01:42:28 -0500 |
Ryan C. Gordon |
Fixed version string parser to be more robust.
|
file |
diff |
annotate
|
Mon, 23 Feb 2009 23:07:06 -0500 |
Ryan C. Gordon |
Moved asm comment processing into the lexer.
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 21:16:26 -0500 |
Ryan C. Gordon |
Should be an array of structs, not an array of pointers to structs.
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 18:54:21 -0500 |
Ryan C. Gordon |
Moved filename caching into the preprocessor.
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 10:15:36 -0500 |
Ryan C. Gordon |
Implemented #include in the preprocessor.
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 02:29:17 -0500 |
Ryan C. Gordon |
Added support for #error directive to the preprocessor.
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 00:35:35 -0500 |
Ryan C. Gordon |
Removed preprocessor_error(). Returns a Token to specify an error state now.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 17:25:49 -0500 |
Ryan C. Gordon |
Unified some cut-and-paste code.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 17:12:46 -0500 |
Ryan C. Gordon |
Added new tokens to debug output.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 02:41:43 -0500 |
Ryan C. Gordon |
Allow app to specify a base filename for error messages.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 02:18:24 -0500 |
Ryan C. Gordon |
Fixed error line numbers when assembler gets errors from bytecode validation.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 02:03:18 -0500 |
Ryan C. Gordon |
Fixed DCL usage index parsing.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 01:58:14 -0500 |
Ryan C. Gordon |
Handle substring matches in opcode table, too.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 01:47:35 -0500 |
Ryan C. Gordon |
Rearrange how we test for register names to avoid substring matches.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 01:39:22 -0500 |
Ryan C. Gordon |
Fixed parse_num().
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 01:31:17 -0500 |
Ryan C. Gordon |
Disabled assembly parser debug output, for now.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 01:28:06 -0500 |
Ryan C. Gordon |
Fixed register name parsing.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 01:06:26 -0500 |
Ryan C. Gordon |
Fixed assembler error line numbers.
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 21:40:41 -0500 |
Ryan C. Gordon |
Added more debug output.
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 15:43:02 -0500 |
Ryan C. Gordon |
First shot at reworking assembly parser to use preprocessor/lexer.
|
file |
diff |
annotate
|
Tue, 10 Feb 2009 17:24:05 -0500 |
Ryan C. Gordon |
Fixed stupid linked list bug.
|
file |
diff |
annotate
|
Sat, 07 Feb 2009 00:54:27 -0500 |
Ryan C. Gordon |
Simplify StrDup().
|
file |
diff |
annotate
|
Sat, 07 Feb 2009 00:35:17 -0500 |
Ryan C. Gordon |
Renamed internal_malloc() and internal_free().
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 17:51:13 -0500 |
Ryan C. Gordon |
Make sure internal symbols aren't polluting namespace.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 17:31:37 -0500 |
Ryan C. Gordon |
Fixed error reporting in assembler.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 17:16:56 -0500 |
Ryan C. Gordon |
Handle out of memory error better.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 17:16:32 -0500 |
Ryan C. Gordon |
Fixed parsing details of swizzles.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 09:03:25 -0500 |
Ryan C. Gordon |
Fixed stupid linked list bug.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 08:59:38 -0500 |
Ryan C. Gordon |
Fixed infinite loop.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 04:14:00 -0500 |
Ryan C. Gordon |
More work on multiple error messages.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 01:56:07 -0500 |
Ryan C. Gordon |
Multiple error reporting fixes.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 00:31:34 -0500 |
Ryan C. Gordon |
Allow multiple errors from parsing.
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 16:13:12 -0500 |
Ryan C. Gordon |
Added some FIXMEs.
|
file |
diff |
annotate
|
Sun, 21 Dec 2008 17:59:47 -0500 |
Ryan C. Gordon |
Offsets into CTAB need to start immediately _after_ the ID field.
|
file |
diff |
annotate
|
Sun, 21 Dec 2008 09:56:13 -0500 |
Ryan C. Gordon |
Patched to compile.
|
file |
diff |
annotate
|
Sun, 21 Dec 2008 09:55:10 -0500 |
Ryan C. Gordon |
Fixed ctab_add_bytes().
|
file |
diff |
annotate
|
Sun, 21 Dec 2008 05:06:05 -0500 |
Ryan C. Gordon |
Fixed NULL pointer dereference.
|
file |
diff |
annotate
|
Sat, 20 Dec 2008 05:48:38 -0500 |
Ryan C. Gordon |
First (incomplete!) shot at more robust CTAB support.
|
file |
diff |
annotate
|
Fri, 19 Dec 2008 00:05:20 -0500 |
Ryan C. Gordon |
Allow errors to specify post-processing problems.
|
file |
diff |
annotate
|
Sun, 14 Dec 2008 16:27:40 -0500 |
Ryan C. Gordon |
Fixed relative addressing parsing, again.
|
file |
diff |
annotate
|
Sun, 14 Dec 2008 07:10:53 -0500 |
Ryan C. Gordon |
Workaround for incorrect assembly code generated by Cg.
|
file |
diff |
annotate
|
Sat, 13 Dec 2008 08:58:35 -0500 |
Ryan C. Gordon |
Added TEXLDP/TEXLDP support to the assembler, cleaned up constants.
|
file |
diff |
annotate
|
Sat, 13 Dec 2008 02:55:58 -0500 |
Ryan C. Gordon |
Removed a FIXME (the bytecode parser will catch this, now).
|
file |
diff |
annotate
|
Sat, 13 Dec 2008 02:22:32 -0500 |
Ryan C. Gordon |
First steps of reworking tokenizer.
|
file |
diff |
annotate
|