summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/g3dvl/vl_util.h
diff options
context:
space:
mode:
authorYounes Manton <younes.m@gmail.com>2008-07-03 20:05:32 -0400
committerYounes Manton <younes.m@gmail.com>2008-07-06 22:05:07 -0400
commit49937b99855984dd01a431c026f9308b6c0dac4f (patch)
treec43ec7af9a811565ce7c20c39d9db932ca3f35de /src/gallium/state_trackers/g3dvl/vl_util.h
parentf99643ca6ea3aa05a0b16dc5d99e11fa00185684 (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.h7
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 0000000000..e4b72c4f87
--- /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
+