Sun, 05 Apr 2009 03:32:33 -0400 |
Ryan C. Gordon |
Added string hash/compare functions.
|
file |
diff |
annotate
|
Sun, 05 Apr 2009 03:31:52 -0400 |
Ryan C. Gordon |
Reworked hashtable create/destroy functions.
|
file |
diff |
annotate
|
Sun, 05 Apr 2009 03:20:53 -0400 |
Ryan C. Gordon |
Added mojoshader_common.c with first shot at generic hashtable.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 15:44:43 -0500 |
Ryan C. Gordon |
Cleaned up HLSL parser tracing.
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 00:32:07 -0500 |
Ryan C. Gordon |
Converted original YACC grammar to Lemon grammar.
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 07:17:29 -0500 |
Ryan C. Gordon |
Removed a semicolon from a #define
|
file |
diff |
annotate
|
Mon, 23 Feb 2009 23:07:06 -0500 |
Ryan C. Gordon |
Moved asm comment processing into the lexer.
|
file |
diff |
annotate
|
Mon, 23 Feb 2009 16:43:52 -0500 |
Ryan C. Gordon |
First work on #if directive.
|
file |
diff |
annotate
|
Fri, 20 Feb 2009 09:01:40 -0500 |
Ryan C. Gordon |
Preprocessor now supports macros with parameters.
|
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
|
Wed, 18 Feb 2009 19:50:37 -0500 |
Ryan C. Gordon |
Let there be different close callbacks per IncludeState.
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 14:12:06 -0500 |
Ryan C. Gordon |
Added basic pushback facility to the preprocessor.
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 08:35:07 -0500 |
Ryan C. Gordon |
Lexer now stores token value to IncludeState.
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 08:29:48 -0500 |
Ryan C. Gordon |
Renamed preprocessor_internal_lexer to preprocessor_lexer.
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 08:27:08 -0500 |
Ryan C. Gordon |
Have lexer calculate token size now.
|
file |
diff |
annotate
|
Wed, 18 Feb 2009 00:35:42 -0500 |
Ryan C. Gordon |
Added some FIXMEs.
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 08:40:03 -0500 |
Ryan C. Gordon |
Enormous amount of tapdancing to handle EOI better in the lexer.
|
file |
diff |
annotate
|
Mon, 16 Feb 2009 20:30:05 -0500 |
Ryan C. Gordon |
Try to make #error lexing match gcc's.
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 02:49:40 -0500 |
Ryan C. Gordon |
Allow debug output directly from the lexer, before preprocessor eats.
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 01:53:08 -0500 |
Ryan C. Gordon |
Fixed #else preprocessor directive so it'll work with #elif.
|
file |
diff |
annotate
|
Sat, 14 Feb 2009 02:47:17 -0500 |
Ryan C. Gordon |
Initial work on preprocessor conditionals.
|
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 01:41:47 -0500 |
Ryan C. Gordon |
More minor comment tweaks.
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 01:08:50 -0500 |
Ryan C. Gordon |
Reworked and documented preprocessor tokens.
|
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 22:57:21 -0500 |
Ryan C. Gordon |
Bogus chars in the lexer now return a token that signifies this.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 17:32:30 -0500 |
Ryan C. Gordon |
This doesn't need an #if around it.
|
file |
diff |
annotate
|
Thu, 12 Feb 2009 17:32:19 -0500 |
Ryan C. Gordon |
Updated some URLs in the comments.
|
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 13:54:01 -0500 |
Ryan C. Gordon |
Updated lexer for HLSL.
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 21:28:48 -0500 |
Ryan C. Gordon |
Reworked preprocessor newline management.
|
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 10:43:37 -0500 |
Ryan C. Gordon |
Removed preprocessor_clearerror().
|
file |
diff |
annotate
|
Mon, 09 Feb 2009 17:53:54 -0500 |
Ryan C. Gordon |
Initial work on preprocessor. Not yet complete!
|
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 04:14:00 -0500 |
Ryan C. Gordon |
More work on multiple error messages.
|
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 07:10:31 -0500 |
Ryan C. Gordon |
Removed a FIXME.
|
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
|
Wed, 10 Dec 2008 05:10:08 -0500 |
Ryan C. Gordon |
Allow SM3 shaders that are vs_3_x or vs_3_sw.
|
file |
diff |
annotate
|
Wed, 10 Dec 2008 05:05:55 -0500 |
Ryan C. Gordon |
Fixed wrong data from scalar_register().
|
file |
diff |
annotate
|
Wed, 10 Dec 2008 03:54:41 -0500 |
Ryan C. Gordon |
s/PASSTHROUGH/BYTECODE that I missed.
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 05:12:54 -0500 |
Ryan C. Gordon |
Bunch More Work on the assembler.
|
file |
diff |
annotate
|
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:15:21 -0500 |
Ryan C. Gordon |
DEFI has its own parse_args() now.
|
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
|