Skip to content
Snippets Groups Projects
  1. Mar 15, 2017
  2. Dec 10, 2016
  3. Nov 05, 2016
    • John Kessenich's avatar
      Whole stack: Fix stale types in the AST linker object nodes, fixing #557. · d3f1122a
      John Kessenich authored
      Rationalizes the entire tracking of the linker object nodes, effecting
      GLSL, HLSL, and SPIR-V, to allow tracked objects to be fully edited before
      their type snapshot for linker objects.
      
      Should only effect things when the rest of the AST contained no reference to
      the symbol, because normal AST nodes were not stale. Also will only effect such
      objects when their types were edited.
      d3f1122a
  4. Dec 11, 2015
  5. Aug 19, 2015
    • John Kessenich's avatar
      Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based... · fc51d284
      John Kessenich authored
      Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST.
      
      If this breaks your AST consumer, best is to modify it to test
      against the enum values instead of doing string comparisons on
      built-in function names.  This is the reason the change was made.
      
      If you need the old behavior, you should be able to get it back by changing
      PureOperatorBuiltins to be false instead of true.  This path will work for
      a while, but is marked deprecated.
      
      Also, the old behavior is tagged as release 2.4.
      fc51d284
  6. May 18, 2015
  7. Apr 29, 2015
  8. Aug 10, 2014
  9. May 11, 2014
  10. May 10, 2014
  11. Apr 24, 2014
  12. Apr 14, 2014
  13. Apr 02, 2014
  14. Mar 31, 2014
  15. Feb 12, 2014
  16. Jan 26, 2014
  17. Nov 23, 2013
  18. Nov 20, 2013
  19. Nov 09, 2013
  20. Nov 07, 2013
  21. Nov 05, 2013
  22. Oct 28, 2013
  23. Oct 24, 2013
  24. Oct 21, 2013
  25. Oct 16, 2013
  26. Oct 01, 2013
  27. Sep 26, 2013
  28. Aug 05, 2013
Loading