visnyin / softart

Automatically exported from code.google.com/p/softart
Other
0 stars 0 forks source link

abi_analyser and abi_info support #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ABI Analyser is the class to generate Application Binary Interface for 
interactivating with SALVIA shading language host and its shaders.

ABIs of vertex shader, pixel shader and blend shader is different.
Every condition has a special function to process it.

The result is stored in an instance of class abi_info. It is as an parameter of 
code generator with semantic information for code generation.

Original issue reported on code.google.com by wuye9036 on 21 Mar 2011 at 10:40

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r481.

SASL:
  Implements accessors of abi_info.

Original comment by wuye9036 on 21 Mar 2011 at 12:40

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r482.

SASL:
  Implements accessors of ABI analyzer.
  Implements abi_info::update_*.

Original comment by wuye9036 on 22 Mar 2011 at 12:09

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r483.

SASL:
  Add update_abiis to ABI analyzer.
  Starts to implement verifying and updating functions.

Original comment by wuye9036 on 22 Mar 2011 at 1:07

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r484.

SASL:
  abi_analyser::update was updated.

Original comment by wuye9036 on 23 Mar 2011 at 8:16

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 24 Mar 2011 at 4:46

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r502.

SASL:
  Add global var support to abi_analyser::update().
  Change the rules of update successful check.

Original comment by wuye9036 on 31 Mar 2011 at 9:32

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r503.

SASL:
  Fixed bug of ABI initialization.

Original comment by wuye9036 on 2 Apr 2011 at 10:40

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r505.

SASL:
  Now ABI analyser and ABI info works.

Original comment by wuye9036 on 2 Apr 2011 at 12:58

GoogleCodeExporter commented 8 years ago
This issue was updated by revision r508.

SASL:
  Fixed bug of abi_analyser and abi_info when language is general.

Original comment by wuye9036 on 4 Apr 2011 at 11:56

GoogleCodeExporter commented 8 years ago
This issue was updated by revision c9c2571def51.

SASL:
  Implements accessors of abi_info.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision e4902a3dc32e.

SASL:
  Implements accessors of ABI analyzer.
  Implements abi_info::update_*.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 18b17f5c9901.

SASL:
  Add update_abiis to ABI analyzer.
  Starts to implement verifying and updating functions.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision a71aa37dcc81.

SASL:
  abi_analyser::update was updated.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 2516d5b9f734.

SASL:
  Add global var support to abi_analyser::update().
  Change the rules of update successful check.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision 4bbf407ca2a2.

SASL:
  Fixed bug of ABI initialization.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision b69981df264b.

SASL:
  Now ABI analyser and ABI info works.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago
This issue was updated by revision da680474d2ac.

SASL:
  Fixed bug of abi_analyser and abi_info when language is general.

Original comment by wuye9036 on 21 Apr 2011 at 6:00

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 18 May 2011 at 8:57

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 7 Mar 2012 at 2:52