1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef R600_BLIT_SHADERS_H #define R600_BLIT_SHADERS_H extern const u32 r6xx_ps[]; extern const u32 r6xx_vs[]; extern const u32 r7xx_default_state[]; extern const u32 r6xx_default_state[]; extern const u32 r6xx_ps_size, r6xx_vs_size; extern const u32 r6xx_default_size, r7xx_default_size; #endif