gallium: split CAP_INSTANCE_DRAWING into INSTANCEID and INSTANCE_DIVISOR
[mesa.git] / src / gallium / drivers / i965 / brw_public.h
1
2 #ifndef BRW_PUBLIC_H
3 #define BRW_PUBLIC_H
4
5 struct brw_winsys_screen;
6 struct pipe_screen;
7
8 /**
9 * Create brw AKA i965 pipe_screen.
10 */
11 struct pipe_screen * brw_screen_create(struct brw_winsys_screen *bws);
12
13 #endif