Re: [PATCH 5/5] d3dcompiler: Implement basic expressions parsing.

2012-07-17 Thread Matteo Bruni
2012/7/17 Stefan Dösinger : > Am Montag, 16. Juli 2012, 20:39:23 schrieb Matteo Bruni: >> +HLSL_IR_BINOP_MUL, >> ... >> +HLSL_IR_BINOP_DOT, > HLSL has 3 somewhat related multiplication operations: "*", "mul" and "dot". > Dot is fairly straightforward, but "*" and "mul" have subtle differenc

Re: [PATCH 5/5] d3dcompiler: Implement basic expressions parsing.

2012-07-17 Thread Stefan Dösinger
Am Montag, 16. Juli 2012, 20:39:23 schrieb Matteo Bruni: > +HLSL_IR_BINOP_MUL, > ... > +HLSL_IR_BINOP_DOT, HLSL has 3 somewhat related multiplication operations: "*", "mul" and "dot". Dot is fairly straightforward, but "*" and "mul" have subtle differences. I recommend to write tests to f