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.
Whoops, forgot to free return value when finished with it.
2010-11-01, by Ryan C. Gordon
Finished cleaning up AST tools and moving them into application level.
2010-11-01, by Ryan C. Gordon
Filled in some stubs to flesh out the AST API.
2010-11-01, by Ryan C. Gordon
Heavy rework of the AST code.
2010-10-28, by Ryan C. Gordon
Added a FIXME.
2010-10-26, by Ryan C. Gordon
First shot at semantic analysis (take the AST and type check, make sane, etc).
2010-10-26, by Ryan C. Gordon
Made struct dereference a separate expression type, not a binary expression.
2010-10-26, by Ryan C. Gordon
Reworked AST to not use AST_OP_COMMA for function/constructor argument lists.
2010-10-25, by Ryan C. Gordon
Renamed function "arguments" to function "parameters" in the AST.
2010-10-25, by Ryan C. Gordon
Added some more basic datatype strings to the initial string cache.
2010-10-20, by Ryan C. Gordon
Added boolean literals to parser.
2010-10-20, by Ryan C. Gordon
Fill in some default strings in the cache, so we can always compare by pointer.
2010-10-19, by Ryan C. Gordon
Cleaned up UserTypeMap into a generic symbol tracker.
2010-10-19, by Ryan C. Gordon
Added a FIXME.
2010-10-19, by Ryan C. Gordon
More output fixes for print_ast().
2010-10-19, by Ryan C. Gordon
Fixed constructor syntax parsing.
2010-10-14, by Ryan C. Gordon
Clean up AST debug output.
2010-10-13, by Ryan C. Gordon
Make statement blocks explicit in the AST.
2010-10-13, by Ryan C. Gordon
Added a FIXME.
2010-10-13, by Ryan C. Gordon
Print out "void" instead of "(null)" when printing out AST.
2010-09-21, by Ryan C. Gordon
Closing obsolete calculator-experiment branch.
calculator-experiment
2010-06-04, by Ryan C. Gordon
Fixed crash when pushing an empty string on the include_stack.
2010-05-31, by Ryan C. Gordon
Added unit test for crash bug.
2010-05-31, by Ryan C. Gordon
Added test for line break after #pragma.
2010-05-31, by Ryan C. Gordon
Handle #pragma (or at least, don't fail on them).
2010-05-31, by Ryan C. Gordon
Backed out changeset 93e2e2f17bbb ... that fix was wrong.
2010-04-06, by Ryan C. Gordon
Fixed GLSL source register swizzles. Kinda scary that never got caught before.
2010-04-06, by Ryan C. Gordon
Corrected MSDN URL.
2010-04-06, by Ryan C. Gordon
Fix vertex attribute array toggling, again.
2010-03-31, by Ryan C. Gordon
If binding a NULL program, disable any vertex arrays we previously enabled.
2010-03-31, by Ryan C. Gordon
Added data argument to GL entry point lookup callback.
2010-03-30, by Ryan C. Gordon
Updated copyright year on LICENSE.txt.
2010-03-29, by Ryan C. Gordon
Report actual filename in errors.
2010-03-24, by Ryan C. Gordon
Report changeset, not version.
2010-03-24, by Ryan C. Gordon
Don't keep processing bytecode if the data is clearly not a shader at all.
2010-03-24, by Ryan C. Gordon
Added another unit test.
2010-03-12, by Ryan C. Gordon
Don't replace macros with args until later in preprocessing.
2010-03-12, by Ryan C. Gordon
Added more unit tests.
2010-03-12, by Ryan C. Gordon
Handle __FILE__ and __LINE__ better.
2010-03-12, by Ryan C. Gordon
Corrected FIXME comment.
2010-03-12, by Ryan C. Gordon
Serious reworking of preprocessor macro replacement code.
2010-03-12, by Ryan C. Gordon
Updated .hgignore for Lemon header output.
2010-03-10, by Ryan C. Gordon
Added a --version command line to mojoshader-compiler.
2010-03-10, by Ryan C. Gordon
Added another unit test.
2010-03-07, by Ryan C. Gordon
Forgot to add this test before.
2010-03-07, by Ryan C. Gordon
List subsection in the condensed error output.
2010-03-04, by Ryan C. Gordon
Make failed tests more clear in the output.
2010-03-04, by Ryan C. Gordon
Added more unit tests.
2010-03-04, by Ryan C. Gordon
Finished preprocessor/errors/too-many-macro-args test.
2010-03-04, by Ryan C. Gordon
Implemented error output unit test harness.
2010-03-04, by Ryan C. Gordon
Merged some lemon diffs from sqlite's fossil repo: Visual Studio compile fixes.
2010-03-03, by Ryan C. Gordon
Fixed C++ compiler error.
2010-03-03, by Ryan C. Gordon
Did some Ryanification of Aras's Windows #include handling code.
2010-03-03, by Ryan C. Gordon
When processing identifiers in macro "calls", check both args and #defines.
2010-03-03, by Ryan C. Gordon
Added another failing test.
2010-03-02, by Ryan C. Gordon
Added indirect stringify test.
2010-03-02, by Ryan C. Gordon
Added another failing test.
2010-03-02, by Ryan C. Gordon
Added basic tests for __FILE__ and __LINE__.
2010-03-02, by Ryan C. Gordon
Changed where we spawn mojoshader-compiler from, for __FILE__ testing.
2010-03-02, by Ryan C. Gordon
Added support for __FILE__ and __LINE__ to the preprocessor.
2010-03-02, by Ryan C. Gordon
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip