Chad Versace writes:
> Rename quantize_num_samples to intel_quantize_num_samples and change the
> first param from struct intel_context* to struct intel_screen*. The
> function will later be used by intelCreateBuffer, which is not bound to
> any context but is bound to a screen. Since the functio
Rename quantize_num_samples to intel_quantize_num_samples and change the
first param from struct intel_context* to struct intel_screen*. The
function will later be used by intelCreateBuffer, which is not bound to
any context but is bound to a screen. Since the function now depends on
the screen, mo