rm plugins that we won't use
[pcsx_rearmed.git] / plugins / peopsxgl / texture.h
diff --git a/plugins/peopsxgl/texture.h b/plugins/peopsxgl/texture.h
deleted file mode 100644 (file)
index b646af7..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-/***************************************************************************\r
-                          texture.h  -  description\r
-                             -------------------\r
-    begin                : Sun Mar 08 2009\r
-    copyright            : (C) 1999-2009 by Pete Bernert\r
-    web                  : www.pbernert.com   \r
- ***************************************************************************/\r
-\r
-/***************************************************************************\r
- *                                                                         *\r
- *   This program is free software; you can redistribute it and/or modify  *\r
- *   it under the terms of the GNU General Public License as published by  *\r
- *   the Free Software Foundation; either version 2 of the License, or     *\r
- *   (at your option) any later version. See also the license.txt file for *\r
- *   additional informations.                                              *\r
- *                                                                         *\r
- ***************************************************************************/\r
-\r
-#ifndef _GPU_TEXTURE_H_\r
-#define _GPU_TEXTURE_H_\r
-\r
-#define TEXTUREPAGESIZE 256 * 256\r
-\r
-void           InitializeTextureStore();\r
-void           CleanupTextureStore();\r
-GLuint         LoadTextureWnd(int pageid, int TextureMode, uint32_t GivenClutId);\r
-GLuint         LoadTextureMovie(void);\r
-void           InvalidateTextureArea(int imageX0, int imageY0, int imageX1, int imageY1);\r
-void           InvalidateTextureAreaEx(void);\r
-void           LoadTexturePage(int pageid, int mode, short cx, short cy);\r
-void           ResetTextureArea(BOOL bDelTex);\r
-GLuint         SelectSubTextureS(int TextureMode, uint32_t GivenClutId);\r
-void           CheckTextureMemory(void);\r
-\r
-void           LoadSubTexturePage(int pageid, int mode, short cx, short cy);\r
-void           LoadSubTexturePageSort(int pageid, int mode, short cx, short cy);\r
-void           LoadPackedSubTexturePage(int pageid, int mode, short cx, short cy);\r
-void           LoadPackedSubTexturePageSort(int pageid, int mode, short cx, short cy);\r
-uint32_t       XP8RGBA(uint32_t BGR);\r
-uint32_t       XP8RGBAEx(uint32_t BGR);\r
-uint32_t       XP8RGBA_0(uint32_t BGR);\r
-uint32_t       XP8RGBAEx_0(uint32_t BGR);\r
-uint32_t       XP8BGRA_0(uint32_t BGR);\r
-uint32_t       XP8BGRAEx_0(uint32_t BGR);\r
-uint32_t       XP8RGBA_1(uint32_t BGR);\r
-uint32_t       XP8RGBAEx_1(uint32_t BGR);\r
-uint32_t       XP8BGRA_1(uint32_t BGR);\r
-uint32_t       XP8BGRAEx_1(uint32_t BGR);\r
-uint32_t       P8RGBA(uint32_t BGR);\r
-uint32_t       P8BGRA(uint32_t BGR);\r
-uint32_t       CP8RGBA_0(uint32_t BGR);\r
-uint32_t       CP8RGBAEx_0(uint32_t BGR);\r
-uint32_t       CP8BGRA_0(uint32_t BGR);\r
-uint32_t       CP8BGRAEx_0(uint32_t BGR);\r
-uint32_t       CP8RGBA(uint32_t BGR);\r
-uint32_t       CP8RGBAEx(uint32_t BGR);\r
-unsigned short XP5RGBA (unsigned short BGR);\r
-unsigned short XP5RGBA_0 (unsigned short BGR);\r
-unsigned short XP5RGBA_1 (unsigned short BGR);\r
-unsigned short P5RGBA (unsigned short BGR);\r
-unsigned short CP5RGBA_0 (unsigned short BGR);\r
-unsigned short XP4RGBA (unsigned short BGR);\r
-unsigned short XP4RGBA_0 (unsigned short BGR);\r
-unsigned short XP4RGBA_1 (unsigned short BGR);\r
-unsigned short P4RGBA (unsigned short BGR);\r
-unsigned short CP4RGBA_0 (unsigned short BGR);\r
-\r
-#endif // _TEXTURE_H_\r