One of the CTS tests does a copy image from a 1 sample texture to a 4 sample texture and expects it to fail as per the spec. However the i965 driver quantizes the number of samples and stores the internal value into NumSamples directly. Is this correct behaviour, or do we need to introduce _NumSamples? Dave.