Mercurial > mm7
annotate Engine/Graphics/RenderD3D11.h @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | dd36326a9994 |
children |
rev | line source |
---|---|
2508 | 1 #pragma once |
2496 | 2 |
3 #include <cstdint> | |
4 #include <cstdio> | |
5 | |
6 #include "lib\legacy_dx\d3d.h" | |
7 #include <d3d11.h> | |
8 | |
9 #include "OSWindow.h" | |
10 #include "RenderStruct.h" | |
11 | |
2499 | 12 #include "../VectorTypes.h" |
2496 | 13 |
14 #include "IRender.h" | |
15 | |
16 struct RenderD3D11: public IRender | |
17 { | |
18 RenderD3D11(); | |
19 virtual ~RenderD3D11(); | |
20 | |
21 static RenderD3D11 *Create() {return new RenderD3D11;} | |
22 | |
23 virtual bool Initialize(OSWindow *window); | |
24 | |
25 virtual void ClearBlack(); | |
26 virtual void PresentBlackScreen(); | |
27 | |
28 virtual void SaveWinnersCertificate(const char *a1); | |
29 virtual void ClearTarget(unsigned int uColor); | |
30 virtual void Present(); | |
31 | |
32 virtual void _49FD3A_fullscreen(); | |
33 virtual bool InitializeFullscreen(); | |
34 | |
35 virtual void CreateZBuffer(); | |
36 virtual void Release(); | |
37 | |
38 virtual bool SwitchToWindow(); | |
39 virtual void RasterLine2D(signed int uX, signed int uY, signed int uZ, signed int uW, unsigned __int16 uColor); | |
40 virtual void ClearZBuffer(int a2, int a3); | |
41 virtual void SetRasterClipRect(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); | |
42 virtual bool LockSurface_DDraw4(IDirectDrawSurface4 *pSurface, DDSURFACEDESC2 *pDesc, unsigned int uLockFlags); | |
43 virtual void GetTargetPixelFormat(DDPIXELFORMAT *pOut); | |
44 virtual void LockRenderSurface(void **pOutSurfacePtr, unsigned int *pOutPixelsPerRow); | |
45 virtual void UnlockBackBuffer(); | |
46 virtual void LockFrontBuffer(void **pOutSurface, unsigned int *pOutPixelsPerRow); | |
47 virtual void UnlockFrontBuffer(); | |
48 virtual void RestoreFrontBuffer(); | |
49 virtual void RestoreBackBuffer(); | |
50 virtual void BltToFront(RECT *pDstRect, IDirectDrawSurface *pSrcSurface, RECT *pSrcRect, unsigned int uBltFlags); | |
51 virtual void BltBackToFontFast(int a2, int a3, RECT *pSrcRect); | |
52 virtual void BeginSceneD3D(); | |
53 | |
54 virtual unsigned int GetActorTintColor(float a2, int tint, int a4, int a5, RenderBillboard *a6); | |
55 | |
56 virtual void DrawPolygon(unsigned int uNumVertices, struct Polygon *a3, ODMFace *a4, IDirect3DTexture2 *pTexture); | |
57 virtual void DrawTerrainPolygon(unsigned int uNumVertices, struct Polygon *a4, IDirect3DTexture2 *a5, bool transparent, bool clampAtTextureBorders); | |
2574 | 58 virtual void DrawIndoorPolygon(unsigned int uNumVertices, struct BLVFace *a3, IDirect3DTexture2 *pHwTex, struct Texture_MM7 *pTex, int uPackedID, unsigned int uColor, int a8); |
2496 | 59 |
60 virtual void MakeParticleBillboardAndPush_BLV(RenderBillboardTransform_local0 *a2, IDirect3DTexture2 *a3, unsigned int uDiffuse, int angle); | |
61 virtual void MakeParticleBillboardAndPush_ODM(RenderBillboardTransform_local0 *a2, IDirect3DTexture2 *a3, unsigned int uDiffuse, int angle); | |
62 | |
63 virtual void DrawBillboards_And_MaybeRenderSpecialEffects_And_EndScene(); | |
64 virtual void DrawBillboard_Indoor(RenderBillboardTransform_local0 *pSoftBillboard, Sprite *pSprite, int dimming_level); | |
65 virtual void _4A4CC9_AddSomeBillboard(struct stru6_stru1_indoor_sw_billboard *a1, int diffuse); | |
66 virtual void TransformBillboardsAndSetPalettesODM(); | |
67 virtual void DrawBillboardList_BLV(); | |
68 | |
69 virtual void DrawProjectile(float srcX, float srcY, float a3, float a4, float dstX, float dstY, float a7, float a8, IDirect3DTexture2 *a9); | |
70 virtual bool LoadTexture(const char *pName, unsigned int bMipMaps, IDirectDrawSurface4 **pOutSurface, IDirect3DTexture2 **pOutTexture); | |
71 virtual bool MoveSpriteToDevice(Sprite *pSprite); | |
72 | |
73 virtual void BeginScene(); | |
74 virtual void EndScene(); | |
75 virtual void ScreenFade(unsigned int color, float t); | |
76 | |
2524 | 77 virtual void SetUIClipRect(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); |
78 virtual void ResetUIClipRect(); | |
2518 | 79 virtual void CreditsTextureScroll(unsigned int pX, unsigned int pY, int move_X, int move_Y, RGBTexture *pTexture); |
80 | |
2572
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2544
diff
changeset
|
81 virtual void DrawTextureNew(float u, float v, struct Image *); |
d87bfbd3bb3b
Step towards unification of Texture and RGBTexture (class Image)
a.parshin
parents:
2544
diff
changeset
|
82 virtual void DrawTextureAlphaNew(float u, float v, struct Image *); |
2574 | 83 virtual void DrawTextureCustomHeight(float u, float v, class Image *img, int height); |
2496 | 84 |
2574 | 85 virtual void ZBuffer_Fill_2(signed int a2, signed int a3, struct Image *pTexture, int a5); |
86 virtual void ZDrawTextureAlpha(float u, float v, struct Image *pTexture, int zVal); | |
87 virtual void BlendTextures(unsigned int a2, unsigned int a3, struct Image *a4, struct Texture_MM7 *a5, int t, int start_opacity, int end_opacity); | |
88 virtual void _4A65CC(unsigned int x, unsigned int y, struct Texture_MM7 *a4, struct Texture_MM7 *a5, int a6, int a7, int a8); | |
2496 | 89 |
2575 | 90 virtual void DrawMasked(float u, float v, struct Image *img, unsigned int color_dimming_level, unsigned __int16 mask); |
91 virtual void DrawTextureGrayShade(float u, float v, struct Image *a4); | |
2574 | 92 virtual void DrawTransparentRedShade(float u, float v, struct Image *a4); |
93 virtual void DrawTransparentGreenShade(float u, float v, struct Image *pTexture); | |
2496 | 94 virtual void DrawFansTransparent(const RenderVertexD3D3 *vertices, unsigned int num_vertices); |
95 | |
2525 | 96 virtual void DrawTextAlpha(int x, int y, unsigned char* font_pixels, int a5, unsigned int uFontHeight, unsigned __int16 *pPalette, bool present_time_transparency); |
2496 | 97 virtual void DrawText(signed int uOutX, signed int uOutY, unsigned __int8 *pFontPixels, unsigned int uCharWidth, unsigned int uCharHeight, unsigned __int16 *pFontPalette, unsigned __int16 uFaceColor, unsigned __int16 uShadowColor); |
98 | |
99 virtual void FillRectFast(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, unsigned int uColor16); | |
100 virtual void _4A6DF5(unsigned __int16 *pBitmap, unsigned int uBitmapPitch, struct Vec2_int_ *pBitmapXY, void *pTarget, unsigned int uTargetPitch, Vec4_int_ *a7); | |
101 | |
102 virtual void DrawBuildingsD3D(); | |
103 | |
104 virtual void DrawIndoorSky(unsigned int uNumVertices, unsigned int uFaceID); | |
105 virtual void DrawOutdoorSkyD3D(); | |
106 virtual void DrawOutdoorSkyPolygon(unsigned int uNumVertices, struct Polygon *pSkyPolygon, IDirect3DTexture2 *pTexture); | |
107 virtual void DrawIndoorSkyPolygon(signed int uNumVertices, struct Polygon *pSkyPolygon, IDirect3DTexture2 *pTexture); | |
108 | |
109 virtual void PrepareDecorationsRenderList_ODM(); | |
110 virtual void DrawSpriteObjects_ODM(); | |
111 | |
112 virtual void RenderTerrainD3D(); | |
113 | |
114 virtual bool AreRenderSurfacesOk(); | |
115 virtual bool IsGammaSupported(); | |
116 | |
117 virtual void SaveScreenshot(const char *pFilename, unsigned int width, unsigned int height); | |
118 virtual void PackScreenshot(unsigned int width, unsigned int height, void *out_data, unsigned int data_size, unsigned int *screenshot_size); | |
119 virtual void SavePCXScreenshot(); | |
120 | |
121 virtual int _46À6ÀÑ_GetActorsInViewport(int pDepth); | |
122 | |
123 virtual void BeginLightmaps(); | |
124 virtual void EndLightmaps(); | |
125 virtual void BeginLightmaps2(); | |
126 virtual void EndLightmaps2(); | |
127 virtual bool DrawLightmap(struct Lightmap *pLightmap, struct Vec3_float_ *pColorMult, float z_bias); | |
128 | |
129 virtual void BeginDecals(); | |
130 virtual void EndDecals(); | |
131 virtual void DrawDecal(struct Decal *pDecal, float z_bias); | |
132 | |
133 virtual void do_draw_debug_line_d3d(const RenderVertexD3D3 *pLineBegin, signed int sDiffuseBegin, const RenderVertexD3D3 *pLineEnd, signed int sDiffuseEnd, float z_stuff); | |
134 virtual void DrawLines(const RenderVertexD3D3 *vertices, unsigned int num_vertices); | |
135 | |
136 virtual void DrawSpecialEffectsQuad(const RenderVertexD3D3 *vertices, IDirect3DTexture2 *texture); | |
137 | |
138 virtual void am_Blt_Copy(RECT *pSrcRect, POINT *pTargetXY, int a3); | |
139 virtual void am_Blt_Chroma(RECT *pSrcRect, POINT *pTargetPoint, int a3, int blend_mode); | |
140 | |
141 public: | |
142 | |
143 virtual void WritePixel16(int x, int y, unsigned __int16 color) | |
144 { | |
145 __debugbreak(); | |
146 } | |
147 | |
148 virtual unsigned __int16 ReadPixel16(int x, int y) | |
149 { | |
150 __debugbreak(); return 0; | |
151 } | |
152 | |
153 virtual void ToggleTint() {} | |
154 virtual void ToggleColoredLights() {} | |
155 | |
156 virtual unsigned int GetRenderWidth() {return window->GetWidth();} | |
157 virtual unsigned int GetRenderHeight() {return window->GetHeight();} | |
158 | |
159 virtual void Sub01(); | |
160 | |
161 | |
162 protected: | |
2524 | 163 void DrawTexture(float u, float v, int texture_width, int texture_height, ID3D11ShaderResourceView *srv, ID3D11BlendState *blend); |
2574 | 164 void PrepareTextureIndexed(struct Texture_MM7 *p); |
2524 | 165 ID3D11ShaderResourceView *PrepareFontTexture(unsigned char *pFontPixels, unsigned int uCharWidth, unsigned int uCharHeight, unsigned short *pFontPalette, unsigned short uFaceColor, unsigned short uShadowColor); |
2525 | 166 ID3D11ShaderResourceView *PrepareFontTexture(unsigned char *pFontPixels, unsigned int uCharWidth, unsigned int uCharHeight, unsigned short *pFontPalette); |
2524 | 167 |
2496 | 168 OSWindow *window; |
169 | |
170 IDXGISwapChain *pSwapChain; | |
171 ID3D11Device *d3dd; | |
172 ID3D11DeviceContext *d3dc; | |
173 ID3D11RenderTargetView *primary_srv; | |
2525 | 174 ID3D11DepthStencilView *default_depth_srv; |
2521 | 175 ID3D11RasterizerState *default_rasterizer; |
176 ID3D11DepthStencilState *default_depthstencil; | |
177 ID3D11BlendState *default_blend; | |
2518 | 178 |
2521 | 179 ID3D11VertexShader *ui_vs; |
180 ID3D11PixelShader *ui_ps; | |
2523 | 181 ID3D11Buffer *ui_cb_fast; |
2521 | 182 ID3D11InputLayout *ui_layout; |
183 ID3D11Buffer *ui_vb; | |
184 ID3D11DepthStencilState *ui_depthstencil; | |
2524 | 185 ID3D11BlendState *ui_blend_solid; |
186 ID3D11BlendState *ui_blend_alpha; | |
187 ID3D11RasterizerState *ui_rasterizer; | |
188 D3D11_RECT ui_clip_rect; | |
189 | |
190 | |
191 RenderHWLContainer pD3DBitmaps; | |
192 RenderHWLContainer pD3DSprites; | |
2496 | 193 }; |