diff options
author | Younes Manton <[email protected]> | 2008-07-03 20:05:32 -0400 |
---|---|---|
committer | Younes Manton <[email protected]> | 2008-07-06 22:05:07 -0400 |
commit | 49937b99855984dd01a431c026f9308b6c0dac4f (patch) | |
tree | c43ec7af9a811565ce7c20c39d9db932ca3f35de /src/gallium/state_trackers/g3dvl/vl_util.h | |
parent | f99643ca6ea3aa05a0b16dc5d99e11fa00185684 (diff) |
g3dvl: Round surfaces up to POT, use src rect when outputting surfaces.
Diffstat (limited to 'src/gallium/state_trackers/g3dvl/vl_util.h')
-rw-r--r-- | src/gallium/state_trackers/g3dvl/vl_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/g3dvl/vl_util.h b/src/gallium/state_trackers/g3dvl/vl_util.h new file mode 100644 index 00000000000..e4b72c4f870 --- /dev/null +++ b/src/gallium/state_trackers/g3dvl/vl_util.h @@ -0,0 +1,7 @@ +#ifndef vl_util_h +#define vl_util_h + +unsigned int vlRoundUpPOT(unsigned int x); + +#endif + |