pcsxr-1.9.92
[pcsx_rearmed.git] / plugins / peopsxgl / prim.h
1 /***************************************************************************\r
2                           prim.h  -  description\r
3                              -------------------\r
4     begin                : Sun Mar 08 2009\r
5     copyright            : (C) 1999-2009 by Pete Bernert\r
6     web                  : www.pbernert.com   \r
7  ***************************************************************************/\r
8 \r
9 /***************************************************************************\r
10  *                                                                         *\r
11  *   This program is free software; you can redistribute it and/or modify  *\r
12  *   it under the terms of the GNU General Public License as published by  *\r
13  *   the Free Software Foundation; either version 2 of the License, or     *\r
14  *   (at your option) any later version. See also the license.txt file for *\r
15  *   additional informations.                                              *\r
16  *                                                                         *\r
17  ***************************************************************************/\r
18 \r
19 #ifndef _PRIMDRAW_H_\r
20 #define _PRIMDRAW_H_\r
21 \r
22 void UploadScreen (int Position);\r
23 void PrepareFullScreenUpload (int Position);\r
24 BOOL CheckAgainstScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
25 BOOL CheckAgainstFrontScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
26 BOOL FastCheckAgainstScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
27 BOOL FastCheckAgainstFrontScreen(short imageX0,short imageY0,short imageX1,short imageY1);\r
28 BOOL bCheckFF9G4(unsigned char * baseAddr);\r
29 void SetScanTrans(void);\r
30 void SetScanTexTrans(void);\r
31 void DrawMultiBlur(void);\r
32 void CheckWriteUpdate();\r
33 \r
34 #endif // _PRIMDRAW_H_\r