summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965simple/brw_tex_layout.h
blob: ed49baeef8027ce5aeac971d024fd070664b9c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef BRW_TEX_LAYOUT_H
#define BRW_TEX_LAYOUT_H


struct brw_context;


extern void
brw_init_texture_functions(struct brw_context *brw);


#endif