blob: 2bbdca0f58beef9726cdab31d76c79705f302599 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#include "pipe/p_state.h"
#include "sp_tex_layout.h"
GLboolean
softpipe_mipmap_tree_layout(struct pipe_context *pipe,
struct pipe_mipmap_tree *mt)
{
return GL_TRUE;
}
|