On 10/24/2011 03:16 PM, Ian Romanick wrote:
The patch series fixes two issues:
1. Possibility that uniforms could become unused in later optimization
passes and get removed.
2. Fields of structures were not enumerated.
The first two patches, which have previously been sent to the list,
fix the
The patch series fixes two issues:
1. Possibility that uniforms could become unused in later optimization
passes and get removed.
2. Fields of structures were not enumerated.
The first two patches, which have previously been sent to the list,
fix the first problem.
The second two patches fix th