summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv50/nv50_miptree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/nv50/nv50_miptree.c')
-rw-r--r--src/mesa/pipe/nv50/nv50_miptree.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mesa/pipe/nv50/nv50_miptree.c b/src/mesa/pipe/nv50/nv50_miptree.c
new file mode 100644
index 0000000000..cf0e530f31
--- /dev/null
+++ b/src/mesa/pipe/nv50/nv50_miptree.c
@@ -0,0 +1,13 @@
+#include "pipe/p_state.h"
+#include "pipe/p_defines.h"
+#include "pipe/p_util.h"
+
+#include "nv50_context.h"
+
+boolean
+nv50_miptree_layout(struct pipe_context *pipe, struct pipe_mipmap_tree *mt)
+{
+ NOUVEAU_ERR("unimplemented\n");
+ return TRUE;
+}
+