xubingyue / softart

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

Make ColorizedTriangle demo rework #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As title.

Original issue reported on code.google.com by wuye9036 on 27 Oct 2011 at 1:45

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

SASL:
  Add intrinsic.svs to jit_test.
  Remove unused commented code.

Original comment by wuye9036 on 27 Oct 2011 at 9:55

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

SASL:
  Added emit_add_vv, emit_mul_vv/vm/mv.
  Fixes emit_extract_col, emit_mul.

Original comment by wuye9036 on 27 Oct 2011 at 9:55

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

SASL:
  semantic analysis of variable_declaration now works.
  Fixes intrinsics.svs.
  Fixes jit_fixture.

Original comment by wuye9036 on 28 Oct 2011 at 11:19

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

SASL:
  Remove unused value_t::kinds.
  Add some utilities to cg_service.
  Refactory cgllvm_sisd and cgllvm_vs.
  Fixes the relationship of 'ref' and 'swizzle'.
  Now expression swizzle|ref means "swizzled value is a ref."

Original comment by wuye9036 on 28 Oct 2011 at 11:19

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

SASL:
  Add struct support to create_tyinfo.
  Add empty implementation to create_variable.
  Remove unused commented code.
  Add new implementation to sisd::visit_member_declarator.
  Add new implementation to sisd::visit_global_declarator.
  Fixes bugs of create_virtual_args.

Original comment by wuye9036 on 29 Oct 2011 at 3:22

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

SASL:
  Add member_tyinfo.
  Implements create_variable by value_tyinfo.
  Implements visitor of cgllvm_vs::variable_expression.
  Fixes cgllvm_vs::member_delcarator.

Original comment by wuye9036 on 31 Oct 2011 at 3:41

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

SASL:
  Now memory layout evaluation of semantic value is executed when member expression is visited.
  Implements bin_assign.
  Add semantic_mode to cgllvm_sctxt_data.

Original comment by wuye9036 on 31 Oct 2011 at 3:41

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

SASL:
  Add set_abi to value_t.
  Add emit_extract_elem_mask.
  Implements load_ref.
  Implements store.
  Fixes bugs of struct_type code generation.
  Supplement emit_extract_ref on aggregated.

Original comment by wuye9036 on 31 Oct 2011 at 3:41

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

SASL:
  Fixes member index.
  VS return statement now is supported.

Original comment by wuye9036 on 31 Oct 2011 at 3:41

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 2 Nov 2011 at 1:49

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

SASL:
  Add transform( m, v ).
  Fixes emit_mul_vv.
  Add abi to return statement.
  Fixes cgllvm_sisd::visit( member_expression ).
  Add a test method to intrinsics.ss
  Add tests to general.

Original comment by wuye9036 on 3 Nov 2011 at 12:25

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 3 Nov 2011 at 12:27

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

SASL:
  Add emit_sub/emit_sub_ss_vv
  Re-enable colorized triangle view shader code.
  Clear codes of binary_expression visitor in cgllvm_sisd.

Original comment by wuye9036 on 3 Nov 2011 at 1:57

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

SASL:
  Fixes to_rvalue().
  Now colorized triangle view works now.

Original comment by wuye9036 on 3 Nov 2011 at 1:57

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 3 Nov 2011 at 1:58

GoogleCodeExporter commented 8 years ago

Original comment by wuye9036 on 15 Dec 2011 at 3:16