d3dcompiler: Store data types in a RB tree for faster search.
[wine] / dlls / d3dcompiler_43 / utils.c
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: Only a few modifiers are relevant in type...
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-25  Francois Gougetd3dcompiler_43: Make debug_dump_ir_expr() static.
2012-07-23  Francois Gougetd3dcompiler_43: Make some functions static.
2012-07-23  Francois Gougetd3dcompiler_43: Add a trailing '\n' to a couple of...
2012-07-20  Matteo Brunid3dcompiler: Parse assignments.
2012-07-18  Matteo Brunid3dcompiler: Parse relational operators, stub out more...
2012-07-18  Matteo Brunid3dcompiler: Parse multiplicative expressions.
2012-07-17  Matteo Brunid3dcompiler: Implement basic expressions parsing.
2012-07-17  Matteo Brunid3dcompiler: Pass the complete location to add_func_par...
2012-07-12  Matteo Brunid3dcompiler: Introduce source_location structure.
2012-07-11  Matteo Brunid3dcompiler: Improve debug_hlsl_type function.
2012-07-11  Matteo Brunid3dcompiler: Add a trace to the scope push/pop functions.
2012-07-09  Marcus Meissnerd3dcompiler_43: Fixed small overread possibility (Cover...
2012-06-13  Francois Gougetd3dcompiler_43: Make debug_dump_ir_constructor() static.
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-08  Francois Gougetd3dcompiler_43: Make debug_{base,node}_type() static.
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-05-16  Matteo Brunid3dcompiler: Trace compilation messages.
2012-05-08  Matteo Brunid3dcompiler: Rename asm_alloc/realloc/free functions...
2012-05-08  Matteo Brunid3dcompiler: Generalize message reporting function.
2011-05-03  Francois Gougetd3dcompiler_43: Make write_dword_unknown() static.
2011-03-04  Rico Schüllerd3dcompiler: Add debug helper for shader variable type.
2011-03-04  Rico Schüllerd3dcompiler: Add debug helper for shader variable class.
2011-02-23  Amine Khaldid3dcompiler_43: Avoid an unintended fall-through.
2010-10-18  Henri Verbeetd3dcompiler: Merge asmutils.c into utils.c.
2010-10-07  Rico Schüllerd3dcompiler: Implement D3DGetBlobPart().