Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1
[mesa.git] / src / gallium / drivers / i965simple / brw_tex_layout.h
1 #ifndef BRW_TEX_LAYOUT_H
2 #define BRW_TEX_LAYOUT_H
3
4
5 struct brw_context;
6
7
8 extern void
9 brw_init_texture_functions(struct brw_context *brw);
10
11
12 #endif