Re: [Mesa-dev] [PATCH 04/15] intel: Refactor quantize_num_samples

2012-07-25 Thread Eric Anholt
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

[Mesa-dev] [PATCH 04/15] intel: Refactor quantize_num_samples

2012-07-21 Thread Chad Versace
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