summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv50/nv50_miptree.c
blob: cf0e530f3176129ecd565cb55ef402f024a06b0b (plain)
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;
}