Mon, 12 Oct 2020 15:33:01 -0400 |
Ryan C. Gordon |
assembler: Don't lose the TEXBEM opcode in the special ps_1_1 TEX detection.
|
file |
diff |
annotate
|
Thu, 23 Jul 2020 05:12:09 -0400 |
Ryan C. Gordon |
assembler: set the default source arg swizzle to the correct value.
|
file |
diff |
annotate
|
Mon, 20 Jul 2020 18:53:54 -0400 |
Ryan C. Gordon |
RSQ opcode requires replicate swizzle.
|
file |
diff |
annotate
|
Mon, 20 Jul 2020 16:14:43 -0400 |
Ryan C. Gordon |
The assembler needs to accept an implicit ".x" swizzle on RCP's source arg.
|
file |
diff |
annotate
|
Mon, 20 Jul 2020 15:35:34 -0400 |
Ryan C. Gordon |
Clean up assembler writemask parsing a little.
|
file |
diff |
annotate
|
Mon, 20 Jul 2020 15:18:14 -0400 |
Ryan C. Gordon |
List default writemasks for instructions.
|
file |
diff |
annotate
|
Mon, 20 Jul 2020 14:54:14 -0400 |
Ryan C. Gordon |
Assembler now accepts "c[5]" as equivalent to "c5".
|
file |
diff |
annotate
|
Mon, 20 Jul 2020 14:52:00 -0400 |
Ryan C. Gordon |
Assembler now deals with scalar registers specifying a write mask better.
|
file |
diff |
annotate
|
Mon, 20 Jul 2020 14:51:03 -0400 |
Ryan C. Gordon |
Don't make the MOJOSHADER_DO_INSTRUCTION_TABLE caller undef everything after.
|
file |
diff |
annotate
|
Wed, 01 Apr 2020 17:11:09 -0400 |
Ethan Lee |
Move buffer_find to assembler.c, it isn't actually common
|
file |
diff |
annotate
|
Wed, 23 May 2018 11:07:59 -0400 |
Ethan Lee |
Move zeromalloc trickery to internal malloc/free functions
|
file |
diff |
annotate
|
Fri, 04 May 2018 17:45:20 -0400 |
Ryan C. Gordon |
Always return a non-NULL pointer for malloc(0).
|
file |
diff |
annotate
|
Mon, 25 Apr 2016 02:55:29 -0400 |
Ryan C. Gordon |
Added support for producing shader language source code for Apple's Metal API.
|
file |
diff |
annotate
|
Fri, 17 May 2013 15:01:09 -0400 |
Ryan C. Gordon |
Assembler: Pixel shader DCL opcodes only specify usage for samplers.
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 21:49:39 -0400 |
Ryan C. Gordon |
Assembler: support ps_1_1 TEX instruction.
|
file |
diff |
annotate
|
Tue, 29 May 2012 02:43:24 -0400 |
Ryan C. Gordon |
Allow sampler type remapping.
|
file |
diff |
annotate
|
Wed, 18 Apr 2012 00:21:58 -0400 |
Ryan C. Gordon |
According to MSDN, _db and _da are legit srcmods, identical to _dz and _dw.
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 15:06:52 -0400 |
Ryan C. Gordon |
Assembler: fixed bug where relative addressing failed parsing.
|
file |
diff |
annotate
|
Mon, 21 Feb 2011 00:26:32 -0500 |
Ryan C. Gordon |
Assembler: fixed *_gt conditional.
|
file |
diff |
annotate
|
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
|