1 2 3 4 5 6 7 8 9 10 11 12 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; }