Signed-off-by: Michał Janiszewski <janisozaur+signed@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
* Included by texcompress_bptc and gallium to define BPTC decoding routines.
*/
+#ifndef TEXCOMPRESS_BPTC_TMP_H
+#define TEXCOMPRESS_BPTC_TMP_H
+
#include "util/format_srgb.h"
#include "util/half_float.h"
#include "macros.h"
dst += dst_row_diff;
}
}
+
+#endif
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#ifndef TEXCOMPRESS_S3TC_TMP_H
+#define TEXCOMPRESS_S3TC_TMP_H
+
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
return;
}
}
+
+#endif
* DEALINGS IN THE SOFTWARE.
*/
+#ifndef ST_GLSL_TO_TGSI_H
+#define ST_GLSL_TO_TGSI_H
+
#include "pipe/p_defines.h"
#include "pipe/p_shader_tokens.h"
#include "main/mtypes.h"
#ifdef __cplusplus
}
#endif
+
+#endif
* DEALINGS IN THE SOFTWARE.
*/
+#ifndef ST_SHADER_CACHE_H
+#define ST_SHADER_CACHE_H
+
#include "st_context.h"
#include "compiler/blob.h"
#include "main/mtypes.h"
#ifdef __cplusplus
}
#endif
+
+#endif