Announcement

Collapse
No announcement yet.

Mesa "Flatland" GLSL IR Proposal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Mesa "Flatland" GLSL IR Proposal

    Phoronix: Mesa "Flatland" GLSL IR Proposal

    A new GLSL intermediate representation (IR) approach has been proposed for Mesa in replacing its existing tree-based representation for shaders...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    The FOSDEM talk was interesting, but does the tree IR really need to be completely removed? Maybe the SSA optimisations could be done on the flat IR and the instruction selection on the tree IR which makes pattern matching easier.

    Comment

    Working...
    X