Files
mesa/src
Timothy Arceri 49d9286a3f glsl: stop copying struct and interface member names
We are currently copying the name for each member dereference
but we can just share a single instance of the string provided
by the type.

This change also stops us recalculating the field index
repeatedly.

Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
2017-08-11 10:43:21 +10:00
..
2017-08-04 23:54:52 +01:00
2017-08-10 09:15:33 +02:00