d3dcompiler: Allow multiple input/output modifiers.
[wine] / dlls / d3dcompiler_43 / hlsl.y
2012-10-11  Matteo Brunid3dcompiler: Allow multiple input/output modifiers.
2012-10-10  Matteo Brunid3dcompiler: Don't raise a warning for an uninitialized...
2012-10-10  Matteo Brunid3dcompiler: Fix "for" syntax.
2012-09-28  Matteo Brunid3dcompiler: Parse array indexing expressions.
2012-09-28  Matteo Brunid3dcompiler: Parse struct typedefs.
2012-09-28  Matteo Brunid3dcompiler: Parse struct dereferences.
2012-09-28  Matteo Brunid3dcompiler: Fix freeing function.
2012-09-27  Matteo Brunid3dcompiler: Handle simple struct initializers.
2012-09-27  Matteo Brunid3dcompiler: Parse structure declarations.
2012-09-27  Matteo Brunid3dcompiler: Move variables declaration to a separate...
2012-09-21  Matteo Brunid3dcompiler: Parse "for" loops with declarations.
2012-09-21  Matteo Brunid3dcompiler: Parse "for" loops without variable declara...
2012-09-21  Matteo Brunid3dcompiler: Parse "do-while" loop.
2012-09-21  Matteo Brunid3dcompiler: Parse "while" loops.
2012-09-21  Matteo Brunid3dcompiler: Allow casts to arrays.
2012-09-19  Francois Gougetd3dcompiler_43: Make add_type_to_scope() static.
2012-09-19  Matteo Brunid3dcompiler: Parse casts.
2012-09-19  Matteo Brunid3dcompiler: Support simple variable initializers.
2012-09-19  Matteo Brunid3dcompiler: Parse "typedef" statement.
2012-09-19  Matteo Brunid3dcompiler: Store data types in a RB tree for faster...
2012-09-19  Matteo Brunid3dcompiler: Parse "if/else" statement.
2012-09-18  Matteo Brunid3dcompiler: Parse "return" statement.
2012-09-18  Matteo Brunid3dcompiler: Declare predefined data types.
2012-09-17  Matteo Brunid3dcompiler: Postincrement/decrement expressions are...
2012-09-17  Matteo Brunid3dcompiler: Parse swizzles.
2012-07-20  Matteo Brunid3dcompiler: Parse assignments.
2012-07-20  Matteo Brunid3dcompiler: Stub assignment parsing.
2012-07-20  Matteo Brunid3dcompiler: "void" is not a plain scalar data type.
2012-07-20  Matteo Brunid3dcompiler: Parse unary and prefix operators.
2012-07-20  Matteo Brunid3dcompiler: Parse some postfix operators.
2012-07-18  Matteo Brunid3dcompiler: Parse relational operators, stub out more...
2012-07-18  Matteo Brunid3dcompiler: Parse multiplicative expressions.
2012-07-18  Matteo Brunid3dcompiler: Don't allow semantics on local variables.
2012-07-18  Matteo Brunid3dcompiler: Don't allow const variables without initia...
2012-07-18  Matteo Brunid3dcompiler: Check for invalid matrix majority modifiers.
2012-07-17  Matteo Brunid3dcompiler: Implement basic expressions parsing.
2012-07-17  Matteo Brunid3dcompiler: Don't allow semantics on void functions.
2012-07-17  Matteo Brunid3dcompiler: Variables and functions can't have the...
2012-07-17  Matteo Brunid3dcompiler: Pass the complete location to add_func_par...
2012-07-17  Matteo Brunid3dcompiler: Store location information in constants...
2012-07-12  Matteo Brunid3dcompiler: Use location information in add_modifier().
2012-07-12  Matteo Brunid3dcompiler: Store (and begin to use) location informat...
2012-07-12  Matteo Brunid3dcompiler: Introduce source_location structure.
2012-07-12  Matteo Brunid3dcompiler: Track the location of each lexer token.
2012-07-12  Matteo Brunid3dcompiler: Add hlsl_report_message function to standa...
2012-07-11  Matteo Brunid3dcompiler: Make declaration_statement return a list.
2012-07-10  Matteo Brunid3dcompiler: Initialize and fix compilation messages...
2012-07-10  Matteo Brunid3dcompiler: Carry around both shader major and minor...
2012-07-10  Matteo Brunid3dcompiler: Type names have to be allocated on the...
2012-07-10  Matteo Brunid3dcompiler: Fix line info update.
2012-06-12  Matteo Brunid3dcompiler: Parse constructors.
2012-06-12  Matteo Brunid3dcompiler: Parse function definitions.
2012-06-12  Matteo Brunid3dcompiler: Parse function declarations.
2012-06-12  Matteo Brunid3dcompiler: Parse sampler declarations.
2012-06-12  Matteo Brunid3dcompiler: Parse vector and matrix declarations.
2012-06-07  Matteo Brunid3dcompiler: Parse variable references in expressions.
2012-06-07  Matteo Brunid3dcompiler: Parse variable initializers, basic express...
2012-06-07  Matteo Brunid3dcompiler: Parse modifiers.
2012-06-07  Matteo Brunid3dcompiler: Distinguish between scalars, vectors and...
2012-06-05  Matteo Brunid3dcompiler: Parse variable declarations.
2012-06-05  Matteo Brunid3dcompiler: Add identifiers parsing.
2012-06-05  Matteo Brunid3dcompiler: Flesh out the lexer more.
2012-06-04  Francois GougetAssorted spelling fixes.
2012-05-16  Matteo Brunid3dcompiler: Add a stub lexer.
2012-05-16  Matteo Brunid3dcompiler: Add a stub parser.