diff options
Diffstat (limited to 'src/mesa/shader/atifragshader.h')
-rw-r--r-- | src/mesa/shader/atifragshader.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mesa/shader/atifragshader.h b/src/mesa/shader/atifragshader.h index 9621502ca6..32fb3a8019 100644 --- a/src/mesa/shader/atifragshader.h +++ b/src/mesa/shader/atifragshader.h @@ -57,6 +57,15 @@ struct atifs_setupinst GLenum swizzle; }; + +extern struct ati_fragment_shader * +_mesa_new_ati_fragment_shader(GLcontext *ctx, GLuint id); + +extern void +_mesa_delete_ati_fragment_shader(GLcontext *ctx, + struct ati_fragment_shader *s); + + extern GLuint GLAPIENTRY _mesa_GenFragmentShadersATI(GLuint range); extern void GLAPIENTRY _mesa_BindFragmentShaderATI(GLuint id); |