chrisforbes / mesa

chrisf's mesa hacks
2 stars 0 forks source link

Missing GLSL1.4 feature on Ironlake: UBO #33

Open chrisforbes opened 11 years ago

chrisforbes commented 11 years ago

These are a DX10-level feature, so should be implementable on Gen4+.

chrisforbes commented 11 years ago

This ought to be really easy too -- we already have support for pull constants because we have to spill some push constants out.