X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Ftexenvprogram.h;h=3d9cb85460fa4c716a8e615f8398fb1177b21e56;hb=12a4fd7e45c8a410c3904f3153b912f04ca8eb10;hp=ac73910cb52f0ce7bc88aee367b5d8bd125c6308;hpb=83ce6c51d7189094cf2a13fdcc0882a051a3bd41;p=mesa.git diff --git a/src/mesa/main/texenvprogram.h b/src/mesa/main/texenvprogram.h index ac73910cb52..3d9cb85460f 100644 --- a/src/mesa/main/texenvprogram.h +++ b/src/mesa/main/texenvprogram.h @@ -1,13 +1,8 @@ -/** - * \file texenvprogram.h - * Texture state management. - */ - /* * Mesa 3-D graphics library - * Version: 5.1 + * Version: 7.1 * - * Copyright (C) 1999-2002 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2007 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -32,13 +27,9 @@ #define TEXENVPROGRAM_H -#include "mtypes.h" - -extern struct gl_fragment_program * -_mesa_get_fixed_func_fragment_program(GLcontext *ctx); +struct gl_context; -extern void _mesa_UpdateTexEnvProgram( GLcontext *ctx ); -extern void _mesa_TexEnvProgramCacheInit( GLcontext *ctx ); -extern void _mesa_TexEnvProgramCacheDestroy( GLcontext *ctx ); +extern struct gl_shader_program * +_mesa_get_fixed_func_fragment_program(struct gl_context *ctx); #endif