On Tue, Apr 11, 2017 at 09:02:46AM -0700, Kenneth Graunke wrote: > struct drm_i915_gem_set_tiling's stride field is a __u32. > intel_mipmap_tree::stride is a uint32_t. Using unsigned long just > doesn't make sense. Switching also lets us drop many pointless > locals that only existed to deal with the type mismatch.
\o/ Reviewed-by: Chris Wilson <[email protected]> -Chris -- Chris Wilson, Intel Open Source Technology Centre _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
