Commit Graph

12 Commits

Author SHA1 Message Date
Dave Murphy
40e262ac32 update bug report url 2018-05-11 13:44:28 +02:00
fincs
45fa4d0fd6 v2.7 2018-02-11 20:20:33 +01:00
fincs
d72bf7585a v2.6.2 2017-06-10 16:02:00 +02:00
fincs
644ff23e11 v2.6.1 2017-03-18 20:40:41 +01:00
fincs
caf06d4896 v2.6 2017-03-18 00:48:41 +01:00
fincs
17f18aa18d v2.5 2016-07-20 17:21:01 +02:00
fincs
bc051ca6c9 v2.4 2016-03-26 14:03:11 +01:00
fincs
2da4f1b657 v2.3 2016-02-20 00:24:43 +01:00
fincs
d97de2e8dc v2.2 2016-01-26 13:36:40 +01:00
fincs
e462d199da Fix #5 2015-09-05 11:42:22 +02:00
fincs
e152f4e626 WIP multi-shader support, see details:
- picasso now accepts several input files, which are each compiled
  into DVLE objects inside the .shbin
- Uniform allocation is shared amongst all DVLEs.
- Constant allocation is private to each DVLE.
- Header file generation is temporarily disabled.
- New directives:
  .nodvle
    Disables the generation of a DVLE object for the current input file.
    This allows sharing code amongst shaders.
  .entry entryName
    Specifies the name of the entrypoint procedure of the current DVLE.
    By default it's 'main'.
2015-08-13 21:46:08 +02:00
fincs
faea6b5ebe Autoconfiscate; this is required by the devkitARM build process 2014-12-10 22:28:45 +01:00