about summary refs log tree commit diff
path: root/src/engine/client/graphics_threaded.h
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2012-10-07 11:22:49 +0200
committeroy <Tom_Adams@web.de>2013-02-24 18:08:10 +0100
commitdf5ab998c276e34a4870085d6ddafd812a9b1912 (patch)
tree9f19cea427d6eed0dd5fb9204c780bb19b745cbe /src/engine/client/graphics_threaded.h
parent71af97a5e30739577bde35db24ec9f160b0bea65 (diff)
downloadzcatch-df5ab998c276e34a4870085d6ddafd812a9b1912.tar.gz
zcatch-df5ab998c276e34a4870085d6ddafd812a9b1912.zip
readded texture resampling
Diffstat (limited to 'src/engine/client/graphics_threaded.h')
-rw-r--r--src/engine/client/graphics_threaded.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/engine/client/graphics_threaded.h b/src/engine/client/graphics_threaded.h
index 6b3963ee..809a383a 100644
--- a/src/engine/client/graphics_threaded.h
+++ b/src/engine/client/graphics_threaded.h
@@ -96,6 +96,7 @@ public:
 
 		TEXFLAG_NOMIPMAPS = 1,
 		TEXFLAG_COMPRESSED = 2,
+		TEXFLAG_QUALITY = 4,
 	};
 
 	enum
@@ -363,9 +364,6 @@ class CGraphics_Threaded : public IEngineGraphics
 	void AddVertices(int Count);
 	void Rotate4(const CCommandBuffer::SPoint &rCenter, CCommandBuffer::SVertex *pPoints);
 
-	static unsigned char Sample(int w, int h, const unsigned char *pData, int u, int v, int Offset, int ScaleW, int ScaleH, int Bpp);
-	static unsigned char *Rescale(int Width, int Height, int NewWidth, int NewHeight, int Format, const unsigned char *pData);
-
 	void KickCommandBuffer();
 
 	int IssueInit();