r300g: only check for an empty shader if there are no compile errors
[mesa.git] / src / gallium / drivers / r600 / r600_public.h
1
2 #ifndef R600_PUBLIC_H
3 #define R600_PUBLIC_H
4
5 struct radeon;
6
7 struct pipe_screen* r600_screen_create(struct radeon *rw);
8
9 #endif