Hacker News new | ask | show | jobs
by kllrnohj 969 days ago
> Or maybe we should have written codecs to be amenable towards GPU shader implementation...

They are, but programmable GPU shaders are nearly always more power expensive than fixed function purpose specific silicon. It's why many key aspects of GPUs are still fixed function, in fact, including triangle rasteriziation and texture sampling/filtering.