libpicasso/source
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
..
FileClass.h Initial commit 2014-11-16 18:59:54 +01:00
maestro_opcodes.h LRP -> MADI 2015-03-02 17:36:47 +01:00
picasso_assembler.cpp WIP multi-shader support, see details: 2015-08-13 21:46:08 +02:00
picasso_frontend.cpp WIP multi-shader support, see details: 2015-08-13 21:46:08 +02:00
picasso.h WIP multi-shader support, see details: 2015-08-13 21:46:08 +02:00
types.h __BYTE_ORDER__ not supported on GCC 4.0 2014-12-11 00:38:25 +01:00