Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: da5cabf80e2433131bf0ed8993abc0f7ea618c73 authored by Linus Torvalds on 16 August 2010, 00:41:37 UTC
Linux 2.6.36-rc1
Tip revision: da5cabf
r600_blit_shaders.h

#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
back to top