gallium/util: Add const to u_range_intersect
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 5 Apr 2019 18:52:59 +0000 (11:52 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 7 Apr 2019 07:21:12 +0000 (00:21 -0700)
commit4e802089bcfa278f414fb3a0ce5879d840526691
tree086eecad02db0447a549b2c1acc656d2d5f51ceb
parentc5a6e72e15b67b37e5b2e35721261ec3da60c045
gallium/util: Add const to u_range_intersect

This doesn't modify the range, so it can accept a const pointer.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/gallium/auxiliary/util/u_range.h