Mercurial
Mercurial
>
icculus
>
mojoshader
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Keep track of token location when parsing.
2010-02-21, by Ryan C. Gordon
A little work on error handling in the compiler.
2010-02-21, by Ryan C. Gordon
Added a FIXME.
2010-02-20, by Ryan C. Gordon
Report bad characters in the assembler.
2010-02-20, by Ryan C. Gordon
Clean up context at the end.
2010-02-20, by Ryan C. Gordon
Removed SEMANTIC token...we can do this with IDENTIFIER.
2010-02-20, by Ryan C. Gordon
Uncommented some grammar bits that got masked out in the calculator experiment.
2010-02-20, by Ryan C. Gordon
Bunch More Work on HLSL parser.
2010-02-19, by Ryan C. Gordon
Added boilerplate comment to start of file.
2010-02-19, by Ryan C. Gordon
Updated lempar.c to match updated lemon.c
2010-02-17, by Ryan C. Gordon
Lemon fix: don't let grammar define the same nonterminal %type more than once.
2010-02-17, by Ryan C. Gordon
Lemon fix: incorrect printf format strings.
2010-02-17, by Ryan C. Gordon
Updated lemon to the latest in my fossil repo.
2010-02-17, by Ryan C. Gordon
Lemon now writes errors to stderr instead of stdout, and uses full output.
2010-02-13, by Ryan C. Gordon
Lemon now deletes its output on failure.
2010-02-12, by Ryan C. Gordon
Merged calculator-experiment back into default branch.
2010-02-09, by Ryan C. Gordon
Moved the calculator experiment work back into the compiler.
calculator-experiment
2010-02-09, by Ryan C. Gordon
Don't pass the TokenData back out of the lemon code.
calculator-experiment
2010-02-09, by Ryan C. Gordon
Removed some Context fields we don't really need.
calculator-experiment
2010-02-09, by Ryan C. Gordon
"identifier" shouldn't be a non-terminal.
calculator-experiment
2010-02-09, by Ryan C. Gordon
Cleaned up TokenData FIXMEs, and added string cache.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Free the parse tree once we're done with it.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Actually run the calculator, walking the parse tree.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Stop parsing if the parser panics.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Closing the "trunk" branch.
trunk
2010-02-08, by Ryan C. Gordon
Ignore blank lines.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Removed debug output.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Fixed literal data getting through the parser in one piece.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Initial dumping of parse tree once parsing finishes.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Allow "q" to quit calculator, too.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Make #include callbacks optional.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Cleaned up operator enumeration, put it into ranges, fixed data ops.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Start of experiment with a basic calculator.
calculator-experiment
2010-02-08, by Ryan C. Gordon
Don't suppress #line directives in lemon output.
2010-02-08, by Ryan C. Gordon
Forgot to wrap this in a #if __MOJOSHADER__.
2010-02-07, by Ryan C. Gordon
Allow compiler to strip disabled glsl120 and nvX profiles as dead code.
2009-12-30, by Ryan C. Gordon
Fixed compiler warnings on 64-bit Mac OS X.
2009-12-30, by Ryan C. Gordon
Added a FIXME.
2009-12-30, by Ryan C. Gordon
Minor Ryanification.
2009-12-30, by Ryan C. Gordon
Emit vs_1_1 properly (thanks, Aras!).
2009-12-30, by Ryan C. Gordon
vs_1_1 also has decls on D3D9
2009-12-29, by Aras Pranckevicius
when profile is compiled out, dont crash later
2009-12-29, by Aras Pranckevicius
asm needs bytecode profile
2009-12-29, by Aras Pranckevicius
fix passthrough/bytecode define
2009-12-29, by Aras Pranckevicius
Regenerated mojoshader_lexer.c from mojoshader_lexer.re.
2009-11-15, by Ryan C. Gordon
Bunch of small tweaks to make this compile as C++ code without errors/warnings.
2009-11-15, by Ryan C. Gordon
GLSL Uniform locations are signed ints.
2009-11-15, by Ryan C. Gordon
Keep it simple.
2009-08-28, by Ryan C. Gordon
Pacify compiler warning.
2009-08-26, by Ryan C. Gordon
Fixed compiler warning about Lemon allocator function signature.
2009-08-26, by Ryan C. Gordon
Fixed a compiler warning, for now.
2009-08-26, by Ryan C. Gordon
Forgot to add DEPTH to the list of valid semantics.
2009-08-26, by Ryan C. Gordon
Fixed compiler warning.
2009-08-25, by Ryan C. Gordon
Initializer blocks can nest, like "float4 x[] = { {a,b,c,d}, {a,b,c,d} };"
2009-08-25, by Ryan C. Gordon
Variable declarations can have empty array bounds, like "float x[] = {a,b,c};"
2009-08-25, by Ryan C. Gordon
Allow vector initializers, like "float4 x = {a,b,c,d};"
2009-08-25, by Ryan C. Gordon
Added statement block attributes to the HLSL grammar.
2009-08-25, by Ryan C. Gordon
Modified Lemon to accept a specific amount of conflicts.
2009-08-25, by Ryan C. Gordon
Added totally unhelpful syntax error output.
2009-08-23, by Ryan C. Gordon
Removed some debug code.
2009-08-23, by Ryan C. Gordon
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip