Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / gallium / state_trackers / g3dvl / vl_util.h
1 #ifndef vl_util_h
2 #define vl_util_h
3
4 unsigned int vlRoundUpPOT(unsigned int x);
5
6 #endif