2
0

rasterizer_effects_rd.cpp 78 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627
  1. /*************************************************************************/
  2. /* rasterizer_effects_rd.cpp */
  3. /*************************************************************************/
  4. /* This file is part of: */
  5. /* GODOT ENGINE */
  6. /* https://godotengine.org */
  7. /*************************************************************************/
  8. /* Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur. */
  9. /* Copyright (c) 2014-2020 Godot Engine contributors (cf. AUTHORS.md). */
  10. /* */
  11. /* Permission is hereby granted, free of charge, to any person obtaining */
  12. /* a copy of this software and associated documentation files (the */
  13. /* "Software"), to deal in the Software without restriction, including */
  14. /* without limitation the rights to use, copy, modify, merge, publish, */
  15. /* distribute, sublicense, and/or sell copies of the Software, and to */
  16. /* permit persons to whom the Software is furnished to do so, subject to */
  17. /* the following conditions: */
  18. /* */
  19. /* The above copyright notice and this permission notice shall be */
  20. /* included in all copies or substantial portions of the Software. */
  21. /* */
  22. /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */
  23. /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */
  24. /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/
  25. /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */
  26. /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */
  27. /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */
  28. /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
  29. /*************************************************************************/
  30. #include "rasterizer_effects_rd.h"
  31. #include "core/os/os.h"
  32. #include "core/project_settings.h"
  33. #include "thirdparty/misc/cubemap_coeffs.h"
  34. static _FORCE_INLINE_ void store_transform_3x3(const Basis &p_basis, float *p_array) {
  35. p_array[0] = p_basis.elements[0][0];
  36. p_array[1] = p_basis.elements[1][0];
  37. p_array[2] = p_basis.elements[2][0];
  38. p_array[3] = 0;
  39. p_array[4] = p_basis.elements[0][1];
  40. p_array[5] = p_basis.elements[1][1];
  41. p_array[6] = p_basis.elements[2][1];
  42. p_array[7] = 0;
  43. p_array[8] = p_basis.elements[0][2];
  44. p_array[9] = p_basis.elements[1][2];
  45. p_array[10] = p_basis.elements[2][2];
  46. p_array[11] = 0;
  47. }
  48. static _FORCE_INLINE_ void store_camera(const CameraMatrix &p_mtx, float *p_array) {
  49. for (int i = 0; i < 4; i++) {
  50. for (int j = 0; j < 4; j++) {
  51. p_array[i * 4 + j] = p_mtx.matrix[i][j];
  52. }
  53. }
  54. }
  55. RID RasterizerEffectsRD::_get_uniform_set_from_image(RID p_image) {
  56. if (image_to_uniform_set_cache.has(p_image)) {
  57. RID uniform_set = image_to_uniform_set_cache[p_image];
  58. if (RD::get_singleton()->uniform_set_is_valid(uniform_set)) {
  59. return uniform_set;
  60. }
  61. }
  62. Vector<RD::Uniform> uniforms;
  63. RD::Uniform u;
  64. u.type = RD::UNIFORM_TYPE_IMAGE;
  65. u.binding = 0;
  66. u.ids.push_back(p_image);
  67. uniforms.push_back(u);
  68. //any thing with the same configuration (one texture in binding 0 for set 0), is good
  69. RID uniform_set = RD::get_singleton()->uniform_set_create(uniforms, luminance_reduce.shader.version_get_shader(luminance_reduce.shader_version, 0), 1);
  70. image_to_uniform_set_cache[p_image] = uniform_set;
  71. return uniform_set;
  72. }
  73. RID RasterizerEffectsRD::_get_uniform_set_from_texture(RID p_texture, bool p_use_mipmaps) {
  74. if (texture_to_uniform_set_cache.has(p_texture)) {
  75. RID uniform_set = texture_to_uniform_set_cache[p_texture];
  76. if (RD::get_singleton()->uniform_set_is_valid(uniform_set)) {
  77. return uniform_set;
  78. }
  79. }
  80. Vector<RD::Uniform> uniforms;
  81. RD::Uniform u;
  82. u.type = RD::UNIFORM_TYPE_SAMPLER_WITH_TEXTURE;
  83. u.binding = 0;
  84. u.ids.push_back(p_use_mipmaps ? default_mipmap_sampler : default_sampler);
  85. u.ids.push_back(p_texture);
  86. uniforms.push_back(u);
  87. //any thing with the same configuration (one texture in binding 0 for set 0), is good
  88. RID uniform_set = RD::get_singleton()->uniform_set_create(uniforms, tonemap.shader.version_get_shader(tonemap.shader_version, 0), 0);
  89. texture_to_uniform_set_cache[p_texture] = uniform_set;
  90. return uniform_set;
  91. }
  92. RID RasterizerEffectsRD::_get_compute_uniform_set_from_texture(RID p_texture, bool p_use_mipmaps) {
  93. if (texture_to_compute_uniform_set_cache.has(p_texture)) {
  94. RID uniform_set = texture_to_compute_uniform_set_cache[p_texture];
  95. if (RD::get_singleton()->uniform_set_is_valid(uniform_set)) {
  96. return uniform_set;
  97. }
  98. }
  99. Vector<RD::Uniform> uniforms;
  100. RD::Uniform u;
  101. u.type = RD::UNIFORM_TYPE_SAMPLER_WITH_TEXTURE;
  102. u.binding = 0;
  103. u.ids.push_back(p_use_mipmaps ? default_mipmap_sampler : default_sampler);
  104. u.ids.push_back(p_texture);
  105. uniforms.push_back(u);
  106. //any thing with the same configuration (one texture in binding 0 for set 0), is good
  107. RID uniform_set = RD::get_singleton()->uniform_set_create(uniforms, luminance_reduce.shader.version_get_shader(luminance_reduce.shader_version, 0), 0);
  108. texture_to_compute_uniform_set_cache[p_texture] = uniform_set;
  109. return uniform_set;
  110. }
  111. RID RasterizerEffectsRD::_get_compute_uniform_set_from_texture_pair(RID p_texture1, RID p_texture2, bool p_use_mipmaps) {
  112. TexturePair tp;
  113. tp.texture1 = p_texture1;
  114. tp.texture2 = p_texture2;
  115. if (texture_pair_to_compute_uniform_set_cache.has(tp)) {
  116. RID uniform_set = texture_pair_to_compute_uniform_set_cache[tp];
  117. if (RD::get_singleton()->uniform_set_is_valid(uniform_set)) {
  118. return uniform_set;
  119. }
  120. }
  121. Vector<RD::Uniform> uniforms;
  122. {
  123. RD::Uniform u;
  124. u.type = RD::UNIFORM_TYPE_SAMPLER_WITH_TEXTURE;
  125. u.binding = 0;
  126. u.ids.push_back(p_use_mipmaps ? default_mipmap_sampler : default_sampler);
  127. u.ids.push_back(p_texture1);
  128. uniforms.push_back(u);
  129. }
  130. {
  131. RD::Uniform u;
  132. u.type = RD::UNIFORM_TYPE_SAMPLER_WITH_TEXTURE;
  133. u.binding = 1;
  134. u.ids.push_back(p_use_mipmaps ? default_mipmap_sampler : default_sampler);
  135. u.ids.push_back(p_texture2);
  136. uniforms.push_back(u);
  137. }
  138. //any thing with the same configuration (one texture in binding 0 for set 0), is good
  139. RID uniform_set = RD::get_singleton()->uniform_set_create(uniforms, ssr_scale.shader.version_get_shader(ssr_scale.shader_version, 0), 1);
  140. texture_pair_to_compute_uniform_set_cache[tp] = uniform_set;
  141. return uniform_set;
  142. }
  143. RID RasterizerEffectsRD::_get_compute_uniform_set_from_image_pair(RID p_texture1, RID p_texture2) {
  144. TexturePair tp;
  145. tp.texture1 = p_texture1;
  146. tp.texture2 = p_texture2;
  147. if (image_pair_to_compute_uniform_set_cache.has(tp)) {
  148. RID uniform_set = image_pair_to_compute_uniform_set_cache[tp];
  149. if (RD::get_singleton()->uniform_set_is_valid(uniform_set)) {
  150. return uniform_set;
  151. }
  152. }
  153. Vector<RD::Uniform> uniforms;
  154. {
  155. RD::Uniform u;
  156. u.type = RD::UNIFORM_TYPE_IMAGE;
  157. u.binding = 0;
  158. u.ids.push_back(p_texture1);
  159. uniforms.push_back(u);
  160. }
  161. {
  162. RD::Uniform u;
  163. u.type = RD::UNIFORM_TYPE_IMAGE;
  164. u.binding = 1;
  165. u.ids.push_back(p_texture2);
  166. uniforms.push_back(u);
  167. }
  168. //any thing with the same configuration (one texture in binding 0 for set 0), is good
  169. RID uniform_set = RD::get_singleton()->uniform_set_create(uniforms, ssr_scale.shader.version_get_shader(ssr_scale.shader_version, 0), 3);
  170. image_pair_to_compute_uniform_set_cache[tp] = uniform_set;
  171. return uniform_set;
  172. }
  173. void RasterizerEffectsRD::copy_to_atlas_fb(RID p_source_rd_texture, RID p_dest_framebuffer, const Rect2 &p_uv_rect, RD::DrawListID p_draw_list, bool p_flip_y, bool p_panorama) {
  174. zeromem(&copy_to_fb.push_constant, sizeof(CopyToFbPushConstant));
  175. copy_to_fb.push_constant.use_section = true;
  176. copy_to_fb.push_constant.section[0] = p_uv_rect.position.x;
  177. copy_to_fb.push_constant.section[1] = p_uv_rect.position.y;
  178. copy_to_fb.push_constant.section[2] = p_uv_rect.size.x;
  179. copy_to_fb.push_constant.section[3] = p_uv_rect.size.y;
  180. if (p_flip_y) {
  181. copy_to_fb.push_constant.flip_y = true;
  182. }
  183. RD::DrawListID draw_list = p_draw_list;
  184. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, copy_to_fb.pipelines[p_panorama ? COPY_TO_FB_COPY_PANORAMA_TO_DP : COPY_TO_FB_COPY].get_render_pipeline(RD::INVALID_ID, RD::get_singleton()->framebuffer_get_format(p_dest_framebuffer)));
  185. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_source_rd_texture), 0);
  186. RD::get_singleton()->draw_list_bind_index_array(draw_list, index_array);
  187. RD::get_singleton()->draw_list_set_push_constant(draw_list, &copy_to_fb.push_constant, sizeof(CopyToFbPushConstant));
  188. RD::get_singleton()->draw_list_draw(draw_list, true);
  189. }
  190. void RasterizerEffectsRD::copy_to_fb_rect(RID p_source_rd_texture, RID p_dest_framebuffer, const Rect2i &p_rect, bool p_flip_y, bool p_force_luminance, bool p_alpha_to_zero, bool p_srgb, RID p_secondary) {
  191. zeromem(&copy_to_fb.push_constant, sizeof(CopyToFbPushConstant));
  192. if (p_flip_y) {
  193. copy_to_fb.push_constant.flip_y = true;
  194. }
  195. if (p_force_luminance) {
  196. copy_to_fb.push_constant.force_luminance = true;
  197. }
  198. if (p_alpha_to_zero) {
  199. copy_to_fb.push_constant.alpha_to_zero = true;
  200. }
  201. if (p_srgb) {
  202. copy_to_fb.push_constant.srgb = true;
  203. }
  204. RD::DrawListID draw_list = RD::get_singleton()->draw_list_begin(p_dest_framebuffer, RD::INITIAL_ACTION_KEEP, RD::FINAL_ACTION_READ, RD::INITIAL_ACTION_KEEP, RD::FINAL_ACTION_DISCARD, Vector<Color>(), 1.0, 0, p_rect);
  205. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, copy_to_fb.pipelines[p_secondary.is_valid() ? COPY_TO_FB_COPY2 : COPY_TO_FB_COPY].get_render_pipeline(RD::INVALID_ID, RD::get_singleton()->framebuffer_get_format(p_dest_framebuffer)));
  206. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_source_rd_texture), 0);
  207. if (p_secondary.is_valid()) {
  208. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_secondary), 1);
  209. }
  210. RD::get_singleton()->draw_list_bind_index_array(draw_list, index_array);
  211. RD::get_singleton()->draw_list_set_push_constant(draw_list, &copy_to_fb.push_constant, sizeof(CopyToFbPushConstant));
  212. RD::get_singleton()->draw_list_draw(draw_list, true);
  213. RD::get_singleton()->draw_list_end();
  214. }
  215. void RasterizerEffectsRD::copy_to_rect(RID p_source_rd_texture, RID p_dest_texture, const Rect2i &p_rect, bool p_flip_y, bool p_force_luminance, bool p_all_source, bool p_8_bit_dst) {
  216. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  217. if (p_flip_y) {
  218. copy.push_constant.flags |= COPY_FLAG_FLIP_Y;
  219. }
  220. if (p_force_luminance) {
  221. copy.push_constant.flags |= COPY_FLAG_FORCE_LUMINANCE;
  222. }
  223. if (p_all_source) {
  224. copy.push_constant.flags |= COPY_FLAG_ALL_SOURCE;
  225. }
  226. copy.push_constant.section[0] = 0;
  227. copy.push_constant.section[1] = 0;
  228. copy.push_constant.section[2] = p_rect.size.width;
  229. copy.push_constant.section[3] = p_rect.size.height;
  230. copy.push_constant.target[0] = p_rect.position.x;
  231. copy.push_constant.target[1] = p_rect.position.y;
  232. int32_t x_groups = (p_rect.size.width - 1) / 8 + 1;
  233. int32_t y_groups = (p_rect.size.height - 1) / 8 + 1;
  234. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  235. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[p_8_bit_dst ? COPY_MODE_SIMPLY_COPY_8BIT : COPY_MODE_SIMPLY_COPY]);
  236. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  237. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_texture), 3);
  238. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  239. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  240. RD::get_singleton()->compute_list_end();
  241. }
  242. void RasterizerEffectsRD::copy_cubemap_to_panorama(RID p_source_cube, RID p_dest_panorama, const Size2i &p_panorama_size, float p_lod, bool p_is_array) {
  243. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  244. copy.push_constant.section[0] = 0;
  245. copy.push_constant.section[1] = 0;
  246. copy.push_constant.section[2] = p_panorama_size.width;
  247. copy.push_constant.section[3] = p_panorama_size.height;
  248. copy.push_constant.target[0] = 0;
  249. copy.push_constant.target[1] = 0;
  250. copy.push_constant.camera_z_far = p_lod;
  251. int32_t x_groups = (p_panorama_size.width - 1) / 8 + 1;
  252. int32_t y_groups = (p_panorama_size.height - 1) / 8 + 1;
  253. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  254. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[p_is_array ? COPY_MODE_CUBE_ARRAY_TO_PANORAMA : COPY_MODE_CUBE_TO_PANORAMA]);
  255. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_cube), 0);
  256. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_panorama), 3);
  257. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  258. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  259. RD::get_singleton()->compute_list_end();
  260. }
  261. void RasterizerEffectsRD::copy_depth_to_rect_and_linearize(RID p_source_rd_texture, RID p_dest_texture, const Rect2i &p_rect, bool p_flip_y, float p_z_near, float p_z_far) {
  262. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  263. if (p_flip_y) {
  264. copy.push_constant.flags |= COPY_FLAG_FLIP_Y;
  265. }
  266. copy.push_constant.section[0] = 0;
  267. copy.push_constant.section[1] = 0;
  268. copy.push_constant.section[2] = p_rect.size.width;
  269. copy.push_constant.section[3] = p_rect.size.height;
  270. copy.push_constant.target[0] = p_rect.position.x;
  271. copy.push_constant.target[1] = p_rect.position.y;
  272. copy.push_constant.camera_z_far = p_z_far;
  273. copy.push_constant.camera_z_near = p_z_near;
  274. int32_t x_groups = (p_rect.size.width - 1) / 8 + 1;
  275. int32_t y_groups = (p_rect.size.height - 1) / 8 + 1;
  276. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  277. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[COPY_MODE_LINEARIZE_DEPTH]);
  278. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  279. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_texture), 3);
  280. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  281. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  282. RD::get_singleton()->compute_list_end();
  283. }
  284. void RasterizerEffectsRD::copy_depth_to_rect(RID p_source_rd_texture, RID p_dest_texture, const Rect2i &p_rect, bool p_flip_y) {
  285. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  286. if (p_flip_y) {
  287. copy.push_constant.flags |= COPY_FLAG_FLIP_Y;
  288. }
  289. copy.push_constant.section[0] = 0;
  290. copy.push_constant.section[1] = 0;
  291. copy.push_constant.section[2] = p_rect.size.width;
  292. copy.push_constant.section[3] = p_rect.size.height;
  293. copy.push_constant.target[0] = p_rect.position.x;
  294. copy.push_constant.target[1] = p_rect.position.y;
  295. int32_t x_groups = (p_rect.size.width - 1) / 8 + 1;
  296. int32_t y_groups = (p_rect.size.height - 1) / 8 + 1;
  297. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  298. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[COPY_MODE_SIMPLY_COPY_DEPTH]);
  299. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  300. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_texture), 3);
  301. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  302. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  303. RD::get_singleton()->compute_list_end();
  304. }
  305. void RasterizerEffectsRD::gaussian_blur(RID p_source_rd_texture, RID p_texture, RID p_back_texture, const Rect2i &p_region, bool p_8bit_dst) {
  306. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  307. uint32_t base_flags = 0;
  308. copy.push_constant.section[0] = p_region.position.x;
  309. copy.push_constant.section[1] = p_region.position.y;
  310. copy.push_constant.section[2] = p_region.size.width;
  311. copy.push_constant.section[3] = p_region.size.height;
  312. int32_t x_groups = (p_region.size.width - 1) / 8 + 1;
  313. int32_t y_groups = (p_region.size.height - 1) / 8 + 1;
  314. //HORIZONTAL
  315. RD::DrawListID compute_list = RD::get_singleton()->compute_list_begin();
  316. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[p_8bit_dst ? COPY_MODE_GAUSSIAN_COPY_8BIT : COPY_MODE_GAUSSIAN_COPY]);
  317. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  318. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_back_texture), 0);
  319. copy.push_constant.flags = base_flags | COPY_FLAG_HORIZONTAL;
  320. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  321. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  322. RD::get_singleton()->compute_list_add_barrier(compute_list);
  323. //VERTICAL
  324. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_back_texture), 0);
  325. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_texture), 0);
  326. copy.push_constant.flags = base_flags;
  327. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  328. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  329. RD::get_singleton()->compute_list_end();
  330. }
  331. void RasterizerEffectsRD::gaussian_glow(RID p_source_rd_texture, RID p_texture, RID p_back_texture, const Size2i &p_size, float p_strength, bool p_first_pass, float p_luminance_cap, float p_exposure, float p_bloom, float p_hdr_bleed_treshold, float p_hdr_bleed_scale, RID p_auto_exposure, float p_auto_exposure_grey) {
  332. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  333. CopyMode copy_mode = p_first_pass && p_auto_exposure.is_valid() ? COPY_MODE_GAUSSIAN_GLOW_AUTO_EXPOSURE : COPY_MODE_GAUSSIAN_GLOW;
  334. uint32_t base_flags = 0;
  335. int32_t x_groups = (p_size.width - 1) / 8 + 1;
  336. int32_t y_groups = (p_size.height - 1) / 8 + 1;
  337. copy.push_constant.section[2] = p_size.x;
  338. copy.push_constant.section[3] = p_size.y;
  339. copy.push_constant.glow_strength = p_strength;
  340. copy.push_constant.glow_bloom = p_bloom;
  341. copy.push_constant.glow_hdr_threshold = p_hdr_bleed_treshold;
  342. copy.push_constant.glow_hdr_scale = p_hdr_bleed_scale;
  343. copy.push_constant.glow_exposure = p_exposure;
  344. copy.push_constant.glow_white = 0; //actually unused
  345. copy.push_constant.glow_luminance_cap = p_luminance_cap;
  346. copy.push_constant.glow_auto_exposure_grey = p_auto_exposure_grey; //unused also
  347. //HORIZONTAL
  348. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  349. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[copy_mode]);
  350. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  351. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_back_texture), 3);
  352. if (p_auto_exposure.is_valid() && p_first_pass) {
  353. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_auto_exposure), 1);
  354. }
  355. copy.push_constant.flags = base_flags | COPY_FLAG_HORIZONTAL | (p_first_pass ? COPY_FLAG_GLOW_FIRST_PASS : 0);
  356. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  357. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  358. RD::get_singleton()->compute_list_add_barrier(compute_list);
  359. copy_mode = COPY_MODE_GAUSSIAN_GLOW;
  360. //VERTICAL
  361. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[copy_mode]);
  362. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_back_texture), 0);
  363. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_texture), 3);
  364. copy.push_constant.flags = base_flags;
  365. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  366. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  367. RD::get_singleton()->compute_list_end();
  368. }
  369. void RasterizerEffectsRD::screen_space_reflection(RID p_diffuse, RID p_normal_roughness, RenderingServer::EnvironmentSSRRoughnessQuality p_roughness_quality, RID p_blur_radius, RID p_blur_radius2, RID p_metallic, const Color &p_metallic_mask, RID p_depth, RID p_scale_depth, RID p_scale_normal, RID p_output, RID p_output_blur, const Size2i &p_screen_size, int p_max_steps, float p_fade_in, float p_fade_out, float p_tolerance, const CameraMatrix &p_camera) {
  370. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  371. int32_t x_groups = (p_screen_size.width - 1) / 8 + 1;
  372. int32_t y_groups = (p_screen_size.height - 1) / 8 + 1;
  373. { //scale color and depth to half
  374. ssr_scale.push_constant.camera_z_far = p_camera.get_z_far();
  375. ssr_scale.push_constant.camera_z_near = p_camera.get_z_near();
  376. ssr_scale.push_constant.orthogonal = p_camera.is_orthogonal();
  377. ssr_scale.push_constant.filter = false; //enabling causes arctifacts
  378. ssr_scale.push_constant.screen_size[0] = p_screen_size.x;
  379. ssr_scale.push_constant.screen_size[1] = p_screen_size.y;
  380. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssr_scale.pipeline);
  381. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_diffuse), 0);
  382. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture_pair(p_depth, p_normal_roughness), 1);
  383. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_output_blur), 2);
  384. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_image_pair(p_scale_depth, p_scale_normal), 3);
  385. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssr_scale.push_constant, sizeof(ScreenSpaceReflectionScalePushConstant));
  386. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  387. RD::get_singleton()->compute_list_add_barrier(compute_list);
  388. }
  389. {
  390. ssr.push_constant.camera_z_far = p_camera.get_z_far();
  391. ssr.push_constant.camera_z_near = p_camera.get_z_near();
  392. ssr.push_constant.orthogonal = p_camera.is_orthogonal();
  393. ssr.push_constant.screen_size[0] = p_screen_size.x;
  394. ssr.push_constant.screen_size[1] = p_screen_size.y;
  395. ssr.push_constant.curve_fade_in = p_fade_in;
  396. ssr.push_constant.distance_fade = p_fade_out;
  397. ssr.push_constant.num_steps = p_max_steps;
  398. ssr.push_constant.depth_tolerance = p_tolerance;
  399. ssr.push_constant.use_half_res = true;
  400. ssr.push_constant.proj_info[0] = -2.0f / (p_screen_size.width * p_camera.matrix[0][0]);
  401. ssr.push_constant.proj_info[1] = -2.0f / (p_screen_size.height * p_camera.matrix[1][1]);
  402. ssr.push_constant.proj_info[2] = (1.0f - p_camera.matrix[0][2]) / p_camera.matrix[0][0];
  403. ssr.push_constant.proj_info[3] = (1.0f + p_camera.matrix[1][2]) / p_camera.matrix[1][1];
  404. ssr.push_constant.metallic_mask[0] = CLAMP(p_metallic_mask.r * 255.0, 0, 255);
  405. ssr.push_constant.metallic_mask[1] = CLAMP(p_metallic_mask.g * 255.0, 0, 255);
  406. ssr.push_constant.metallic_mask[2] = CLAMP(p_metallic_mask.b * 255.0, 0, 255);
  407. ssr.push_constant.metallic_mask[3] = CLAMP(p_metallic_mask.a * 255.0, 0, 255);
  408. store_camera(p_camera, ssr.push_constant.projection);
  409. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssr.pipelines[(p_roughness_quality != RS::ENV_SSR_ROUGNESS_QUALITY_DISABLED) ? SCREEN_SPACE_REFLECTION_ROUGH : SCREEN_SPACE_REFLECTION_NORMAL]);
  410. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssr.push_constant, sizeof(ScreenSpaceReflectionPushConstant));
  411. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_image_pair(p_output_blur, p_scale_depth), 0);
  412. if (p_roughness_quality != RS::ENV_SSR_ROUGNESS_QUALITY_DISABLED) {
  413. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_image_pair(p_output, p_blur_radius), 1);
  414. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture_pair(p_metallic, p_normal_roughness), 3);
  415. } else {
  416. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_output), 1);
  417. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_metallic), 3);
  418. }
  419. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_scale_normal), 2);
  420. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  421. }
  422. if (p_roughness_quality != RS::ENV_SSR_ROUGNESS_QUALITY_DISABLED) {
  423. //blurr
  424. RD::get_singleton()->compute_list_add_barrier(compute_list);
  425. ssr_filter.push_constant.orthogonal = p_camera.is_orthogonal();
  426. ssr_filter.push_constant.edge_tolerance = Math::sin(Math::deg2rad(15.0));
  427. ssr_filter.push_constant.proj_info[0] = -2.0f / (p_screen_size.width * p_camera.matrix[0][0]);
  428. ssr_filter.push_constant.proj_info[1] = -2.0f / (p_screen_size.height * p_camera.matrix[1][1]);
  429. ssr_filter.push_constant.proj_info[2] = (1.0f - p_camera.matrix[0][2]) / p_camera.matrix[0][0];
  430. ssr_filter.push_constant.proj_info[3] = (1.0f + p_camera.matrix[1][2]) / p_camera.matrix[1][1];
  431. ssr_filter.push_constant.vertical = 0;
  432. if (p_roughness_quality == RS::ENV_SSR_ROUGNESS_QUALITY_LOW) {
  433. ssr_filter.push_constant.steps = p_max_steps / 3;
  434. ssr_filter.push_constant.increment = 3;
  435. } else if (p_roughness_quality == RS::ENV_SSR_ROUGNESS_QUALITY_MEDIUM) {
  436. ssr_filter.push_constant.steps = p_max_steps / 2;
  437. ssr_filter.push_constant.increment = 2;
  438. } else {
  439. ssr_filter.push_constant.steps = p_max_steps;
  440. ssr_filter.push_constant.increment = 1;
  441. }
  442. ssr_filter.push_constant.screen_size[0] = p_screen_size.width;
  443. ssr_filter.push_constant.screen_size[1] = p_screen_size.height;
  444. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssr_filter.pipelines[SCREEN_SPACE_REFLECTION_FILTER_HORIZONTAL]);
  445. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_image_pair(p_output, p_blur_radius), 0);
  446. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_scale_normal), 1);
  447. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_image_pair(p_output_blur, p_blur_radius2), 2);
  448. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_scale_depth), 3);
  449. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssr_filter.push_constant, sizeof(ScreenSpaceReflectionFilterPushConstant));
  450. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  451. RD::get_singleton()->compute_list_add_barrier(compute_list);
  452. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssr_filter.pipelines[SCREEN_SPACE_REFLECTION_FILTER_VERTICAL]);
  453. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_image_pair(p_output_blur, p_blur_radius2), 0);
  454. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_scale_normal), 1);
  455. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_output), 2);
  456. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_scale_depth), 3);
  457. ssr_filter.push_constant.vertical = 1;
  458. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssr_filter.push_constant, sizeof(ScreenSpaceReflectionFilterPushConstant));
  459. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  460. }
  461. RD::get_singleton()->compute_list_end();
  462. }
  463. void RasterizerEffectsRD::sub_surface_scattering(RID p_diffuse, RID p_diffuse2, RID p_depth, const CameraMatrix &p_camera, const Size2i &p_screen_size, float p_scale, float p_depth_scale, RenderingServer::SubSurfaceScatteringQuality p_quality) {
  464. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  465. int32_t x_groups = (p_screen_size.width - 1) / 8 + 1;
  466. int32_t y_groups = (p_screen_size.height - 1) / 8 + 1;
  467. Plane p = p_camera.xform4(Plane(1, 0, -1, 1));
  468. p.normal /= p.d;
  469. float unit_size = p.normal.x;
  470. { //scale color and depth to half
  471. sss.push_constant.camera_z_far = p_camera.get_z_far();
  472. sss.push_constant.camera_z_near = p_camera.get_z_near();
  473. sss.push_constant.orthogonal = p_camera.is_orthogonal();
  474. sss.push_constant.unit_size = unit_size;
  475. sss.push_constant.screen_size[0] = p_screen_size.x;
  476. sss.push_constant.screen_size[1] = p_screen_size.y;
  477. sss.push_constant.vertical = false;
  478. sss.push_constant.scale = p_scale;
  479. sss.push_constant.depth_scale = p_depth_scale;
  480. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, sss.pipelines[p_quality - 1]);
  481. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_diffuse), 0);
  482. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_diffuse2), 1);
  483. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth), 2);
  484. RD::get_singleton()->compute_list_set_push_constant(compute_list, &sss.push_constant, sizeof(SubSurfaceScatteringPushConstant));
  485. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  486. RD::get_singleton()->compute_list_add_barrier(compute_list);
  487. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_diffuse2), 0);
  488. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_diffuse), 1);
  489. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth), 2);
  490. sss.push_constant.vertical = true;
  491. RD::get_singleton()->compute_list_set_push_constant(compute_list, &sss.push_constant, sizeof(SubSurfaceScatteringPushConstant));
  492. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  493. RD::get_singleton()->compute_list_end();
  494. }
  495. }
  496. void RasterizerEffectsRD::merge_specular(RID p_dest_framebuffer, RID p_specular, RID p_base, RID p_reflection) {
  497. RD::DrawListID draw_list = RD::get_singleton()->draw_list_begin(p_dest_framebuffer, RD::INITIAL_ACTION_KEEP, RD::FINAL_ACTION_READ, RD::INITIAL_ACTION_KEEP, RD::FINAL_ACTION_DISCARD, Vector<Color>());
  498. if (p_reflection.is_valid()) {
  499. if (p_base.is_valid()) {
  500. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, specular_merge.pipelines[SPECULAR_MERGE_SSR].get_render_pipeline(RD::INVALID_ID, RD::get_singleton()->framebuffer_get_format(p_dest_framebuffer)));
  501. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_base), 2);
  502. } else {
  503. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, specular_merge.pipelines[SPECULAR_MERGE_ADDITIVE_SSR].get_render_pipeline(RD::INVALID_ID, RD::get_singleton()->framebuffer_get_format(p_dest_framebuffer)));
  504. }
  505. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_specular), 0);
  506. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_reflection), 1);
  507. } else {
  508. if (p_base.is_valid()) {
  509. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, specular_merge.pipelines[SPECULAR_MERGE_ADD].get_render_pipeline(RD::INVALID_ID, RD::get_singleton()->framebuffer_get_format(p_dest_framebuffer)));
  510. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_base), 2);
  511. } else {
  512. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, specular_merge.pipelines[SPECULAR_MERGE_ADDITIVE_ADD].get_render_pipeline(RD::INVALID_ID, RD::get_singleton()->framebuffer_get_format(p_dest_framebuffer)));
  513. }
  514. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_specular), 0);
  515. }
  516. RD::get_singleton()->draw_list_bind_index_array(draw_list, index_array);
  517. RD::get_singleton()->draw_list_draw(draw_list, true);
  518. RD::get_singleton()->draw_list_end();
  519. }
  520. void RasterizerEffectsRD::make_mipmap(RID p_source_rd_texture, RID p_dest_texture, const Size2i &p_size) {
  521. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  522. copy.push_constant.section[0] = 0;
  523. copy.push_constant.section[1] = 0;
  524. copy.push_constant.section[2] = p_size.width;
  525. copy.push_constant.section[3] = p_size.height;
  526. int32_t x_groups = (p_size.width - 1) / 8 + 1;
  527. int32_t y_groups = (p_size.height - 1) / 8 + 1;
  528. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  529. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, copy.pipelines[COPY_MODE_MIPMAP]);
  530. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  531. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_texture), 3);
  532. RD::get_singleton()->compute_list_set_push_constant(compute_list, &copy.push_constant, sizeof(CopyPushConstant));
  533. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  534. RD::get_singleton()->compute_list_end();
  535. }
  536. void RasterizerEffectsRD::copy_cubemap_to_dp(RID p_source_rd_texture, RID p_dest_texture, const Rect2i &p_rect, float p_z_near, float p_z_far, float p_bias, bool p_dp_flip) {
  537. CopyToDPPushConstant push_constant;
  538. push_constant.screen_size[0] = p_rect.size.x;
  539. push_constant.screen_size[1] = p_rect.size.y;
  540. push_constant.dest_offset[0] = p_rect.position.x;
  541. push_constant.dest_offset[1] = p_rect.position.y;
  542. push_constant.bias = p_bias;
  543. push_constant.z_far = p_z_far;
  544. push_constant.z_near = p_z_near;
  545. push_constant.z_flip = p_dp_flip;
  546. int32_t x_groups = (p_rect.size.width - 1) / 8 + 1;
  547. int32_t y_groups = (p_rect.size.height - 1) / 8 + 1;
  548. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  549. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, cube_to_dp.pipeline);
  550. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  551. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_texture), 1);
  552. RD::get_singleton()->compute_list_set_push_constant(compute_list, &push_constant, sizeof(CopyToDPPushConstant));
  553. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  554. RD::get_singleton()->compute_list_end();
  555. }
  556. void RasterizerEffectsRD::tonemapper(RID p_source_color, RID p_dst_framebuffer, const TonemapSettings &p_settings) {
  557. zeromem(&tonemap.push_constant, sizeof(TonemapPushConstant));
  558. tonemap.push_constant.use_bcs = p_settings.use_bcs;
  559. tonemap.push_constant.bcs[0] = p_settings.brightness;
  560. tonemap.push_constant.bcs[1] = p_settings.contrast;
  561. tonemap.push_constant.bcs[2] = p_settings.saturation;
  562. tonemap.push_constant.use_glow = p_settings.use_glow;
  563. tonemap.push_constant.glow_intensity = p_settings.glow_intensity;
  564. tonemap.push_constant.glow_level_flags = p_settings.glow_level_flags;
  565. tonemap.push_constant.glow_texture_size[0] = p_settings.glow_texture_size.x;
  566. tonemap.push_constant.glow_texture_size[1] = p_settings.glow_texture_size.y;
  567. tonemap.push_constant.glow_mode = p_settings.glow_mode;
  568. TonemapMode mode = p_settings.glow_use_bicubic_upscale ? TONEMAP_MODE_BICUBIC_GLOW_FILTER : TONEMAP_MODE_NORMAL;
  569. tonemap.push_constant.tonemapper = p_settings.tonemap_mode;
  570. tonemap.push_constant.use_auto_exposure = p_settings.use_auto_exposure;
  571. tonemap.push_constant.exposure = p_settings.exposure;
  572. tonemap.push_constant.white = p_settings.white;
  573. tonemap.push_constant.auto_exposure_grey = p_settings.auto_exposure_grey;
  574. tonemap.push_constant.use_color_correction = p_settings.use_color_correction;
  575. tonemap.push_constant.use_fxaa = p_settings.use_fxaa;
  576. tonemap.push_constant.pixel_size[0] = 1.0 / p_settings.texture_size.x;
  577. tonemap.push_constant.pixel_size[1] = 1.0 / p_settings.texture_size.y;
  578. RD::DrawListID draw_list = RD::get_singleton()->draw_list_begin(p_dst_framebuffer, RD::INITIAL_ACTION_DROP, RD::FINAL_ACTION_READ, RD::INITIAL_ACTION_DROP, RD::FINAL_ACTION_DISCARD);
  579. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, tonemap.pipelines[mode].get_render_pipeline(RD::INVALID_ID, RD::get_singleton()->framebuffer_get_format(p_dst_framebuffer)));
  580. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_source_color), 0);
  581. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_settings.exposure_texture), 1);
  582. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_settings.glow_texture, true), 2);
  583. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, _get_uniform_set_from_texture(p_settings.color_correction_texture), 3);
  584. RD::get_singleton()->draw_list_bind_index_array(draw_list, index_array);
  585. RD::get_singleton()->draw_list_set_push_constant(draw_list, &tonemap.push_constant, sizeof(TonemapPushConstant));
  586. RD::get_singleton()->draw_list_draw(draw_list, true);
  587. RD::get_singleton()->draw_list_end();
  588. }
  589. void RasterizerEffectsRD::luminance_reduction(RID p_source_texture, const Size2i p_source_size, const Vector<RID> p_reduce, RID p_prev_luminance, float p_min_luminance, float p_max_luminance, float p_adjust, bool p_set) {
  590. luminance_reduce.push_constant.source_size[0] = p_source_size.x;
  591. luminance_reduce.push_constant.source_size[1] = p_source_size.y;
  592. luminance_reduce.push_constant.max_luminance = p_max_luminance;
  593. luminance_reduce.push_constant.min_luminance = p_min_luminance;
  594. luminance_reduce.push_constant.exposure_adjust = p_adjust;
  595. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  596. for (int i = 0; i < p_reduce.size(); i++) {
  597. if (i == 0) {
  598. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, luminance_reduce.pipelines[LUMINANCE_REDUCE_READ]);
  599. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_texture), 0);
  600. } else {
  601. RD::get_singleton()->compute_list_add_barrier(compute_list); //needs barrier, wait until previous is done
  602. if (i == p_reduce.size() - 1 && !p_set) {
  603. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, luminance_reduce.pipelines[LUMINANCE_REDUCE_WRITE]);
  604. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_prev_luminance), 2);
  605. } else {
  606. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, luminance_reduce.pipelines[LUMINANCE_REDUCE]);
  607. }
  608. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_reduce[i - 1]), 0);
  609. }
  610. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_reduce[i]), 1);
  611. RD::get_singleton()->compute_list_set_push_constant(compute_list, &luminance_reduce.push_constant, sizeof(LuminanceReducePushConstant));
  612. int32_t x_groups = (luminance_reduce.push_constant.source_size[0] - 1) / 8 + 1;
  613. int32_t y_groups = (luminance_reduce.push_constant.source_size[1] - 1) / 8 + 1;
  614. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  615. luminance_reduce.push_constant.source_size[0] = MAX(luminance_reduce.push_constant.source_size[0] / 8, 1);
  616. luminance_reduce.push_constant.source_size[1] = MAX(luminance_reduce.push_constant.source_size[1] / 8, 1);
  617. }
  618. RD::get_singleton()->compute_list_end();
  619. }
  620. void RasterizerEffectsRD::bokeh_dof(RID p_base_texture, RID p_depth_texture, const Size2i &p_base_texture_size, RID p_secondary_texture, RID p_halfsize_texture1, RID p_halfsize_texture2, bool p_dof_far, float p_dof_far_begin, float p_dof_far_size, bool p_dof_near, float p_dof_near_begin, float p_dof_near_size, float p_bokeh_size, RenderingServer::DOFBokehShape p_bokeh_shape, RS::DOFBlurQuality p_quality, bool p_use_jitter, float p_cam_znear, float p_cam_zfar, bool p_cam_orthogonal) {
  621. bokeh.push_constant.blur_far_active = p_dof_far;
  622. bokeh.push_constant.blur_far_begin = p_dof_far_begin;
  623. bokeh.push_constant.blur_far_end = p_dof_far_begin + p_dof_far_size;
  624. bokeh.push_constant.blur_near_active = p_dof_near;
  625. bokeh.push_constant.blur_near_begin = p_dof_near_begin;
  626. bokeh.push_constant.blur_near_end = MAX(0, p_dof_near_begin - p_dof_near_size);
  627. bokeh.push_constant.use_jitter = p_use_jitter;
  628. bokeh.push_constant.jitter_seed = Math::randf() * 1000.0;
  629. bokeh.push_constant.z_near = p_cam_znear;
  630. bokeh.push_constant.z_far = p_cam_zfar;
  631. bokeh.push_constant.orthogonal = p_cam_orthogonal;
  632. bokeh.push_constant.blur_size = p_bokeh_size;
  633. bokeh.push_constant.second_pass = false;
  634. bokeh.push_constant.half_size = false;
  635. bokeh.push_constant.blur_scale = 0.5;
  636. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  637. /* FIRST PASS */
  638. // The alpha channel of the source color texture is filled with the expected circle size
  639. // If used for DOF far, the size is positive, if used for near, its negative.
  640. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, bokeh.pipelines[BOKEH_GEN_BLUR_SIZE]);
  641. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_base_texture), 0);
  642. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_texture), 1);
  643. int32_t x_groups = (p_base_texture_size.x - 1) / 8 + 1;
  644. int32_t y_groups = (p_base_texture_size.y - 1) / 8 + 1;
  645. bokeh.push_constant.size[0] = p_base_texture_size.x;
  646. bokeh.push_constant.size[1] = p_base_texture_size.y;
  647. RD::get_singleton()->compute_list_set_push_constant(compute_list, &bokeh.push_constant, sizeof(BokehPushConstant));
  648. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  649. RD::get_singleton()->compute_list_add_barrier(compute_list);
  650. if (p_bokeh_shape == RS::DOF_BOKEH_BOX || p_bokeh_shape == RS::DOF_BOKEH_HEXAGON) {
  651. //second pass
  652. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, bokeh.pipelines[p_bokeh_shape == RS::DOF_BOKEH_BOX ? BOKEH_GEN_BOKEH_BOX : BOKEH_GEN_BOKEH_HEXAGONAL]);
  653. static const int quality_samples[4] = { 6, 12, 12, 24 };
  654. bokeh.push_constant.steps = quality_samples[p_quality];
  655. if (p_quality == RS::DOF_BLUR_QUALITY_VERY_LOW || p_quality == RS::DOF_BLUR_QUALITY_LOW) {
  656. //box and hexagon are more or less the same, and they can work in either half (very low and low quality) or full (medium and high quality_ sizes)
  657. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_halfsize_texture1), 0);
  658. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_base_texture), 1);
  659. x_groups = ((p_base_texture_size.x >> 1) - 1) / 8 + 1;
  660. y_groups = ((p_base_texture_size.y >> 1) - 1) / 8 + 1;
  661. bokeh.push_constant.size[0] = p_base_texture_size.x >> 1;
  662. bokeh.push_constant.size[1] = p_base_texture_size.y >> 1;
  663. bokeh.push_constant.half_size = true;
  664. bokeh.push_constant.blur_size *= 0.5;
  665. } else {
  666. //medium and high quality use full size
  667. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_secondary_texture), 0);
  668. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_base_texture), 1);
  669. }
  670. RD::get_singleton()->compute_list_set_push_constant(compute_list, &bokeh.push_constant, sizeof(BokehPushConstant));
  671. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  672. RD::get_singleton()->compute_list_add_barrier(compute_list);
  673. //third pass
  674. bokeh.push_constant.second_pass = true;
  675. if (p_quality == RS::DOF_BLUR_QUALITY_VERY_LOW || p_quality == RS::DOF_BLUR_QUALITY_LOW) {
  676. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_halfsize_texture2), 0);
  677. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_halfsize_texture1), 1);
  678. } else {
  679. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_base_texture), 0);
  680. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_secondary_texture), 1);
  681. }
  682. RD::get_singleton()->compute_list_set_push_constant(compute_list, &bokeh.push_constant, sizeof(BokehPushConstant));
  683. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  684. RD::get_singleton()->compute_list_add_barrier(compute_list);
  685. if (p_quality == RS::DOF_BLUR_QUALITY_VERY_LOW || p_quality == RS::DOF_BLUR_QUALITY_LOW) {
  686. //forth pass, upscale for low quality
  687. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, bokeh.pipelines[BOKEH_COMPOSITE]);
  688. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_base_texture), 0);
  689. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_halfsize_texture2), 1);
  690. x_groups = (p_base_texture_size.x - 1) / 8 + 1;
  691. y_groups = (p_base_texture_size.y - 1) / 8 + 1;
  692. bokeh.push_constant.size[0] = p_base_texture_size.x;
  693. bokeh.push_constant.size[1] = p_base_texture_size.y;
  694. bokeh.push_constant.half_size = false;
  695. bokeh.push_constant.second_pass = false;
  696. RD::get_singleton()->compute_list_set_push_constant(compute_list, &bokeh.push_constant, sizeof(BokehPushConstant));
  697. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  698. }
  699. } else {
  700. //circle
  701. //second pass
  702. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, bokeh.pipelines[BOKEH_GEN_BOKEH_CIRCULAR]);
  703. static const float quality_scale[4] = { 8.0, 4.0, 1.0, 0.5 };
  704. bokeh.push_constant.steps = 0;
  705. bokeh.push_constant.blur_scale = quality_scale[p_quality];
  706. //circle always runs in half size, otherwise too expensive
  707. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_halfsize_texture1), 0);
  708. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_base_texture), 1);
  709. x_groups = ((p_base_texture_size.x >> 1) - 1) / 8 + 1;
  710. y_groups = ((p_base_texture_size.y >> 1) - 1) / 8 + 1;
  711. bokeh.push_constant.size[0] = p_base_texture_size.x >> 1;
  712. bokeh.push_constant.size[1] = p_base_texture_size.y >> 1;
  713. bokeh.push_constant.half_size = true;
  714. RD::get_singleton()->compute_list_set_push_constant(compute_list, &bokeh.push_constant, sizeof(BokehPushConstant));
  715. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  716. RD::get_singleton()->compute_list_add_barrier(compute_list);
  717. //circle is just one pass, then upscale
  718. // upscale
  719. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, bokeh.pipelines[BOKEH_COMPOSITE]);
  720. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_base_texture), 0);
  721. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_halfsize_texture1), 1);
  722. x_groups = (p_base_texture_size.x - 1) / 8 + 1;
  723. y_groups = (p_base_texture_size.y - 1) / 8 + 1;
  724. bokeh.push_constant.size[0] = p_base_texture_size.x;
  725. bokeh.push_constant.size[1] = p_base_texture_size.y;
  726. bokeh.push_constant.half_size = false;
  727. bokeh.push_constant.second_pass = false;
  728. RD::get_singleton()->compute_list_set_push_constant(compute_list, &bokeh.push_constant, sizeof(BokehPushConstant));
  729. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  730. }
  731. RD::get_singleton()->compute_list_end();
  732. }
  733. void RasterizerEffectsRD::generate_ssao(RID p_depth_buffer, RID p_normal_buffer, const Size2i &p_depth_buffer_size, RID p_depth_mipmaps_texture, const Vector<RID> &depth_mipmaps, RID p_ao1, bool p_half_size, RID p_ao2, RID p_upscale_buffer, float p_intensity, float p_radius, float p_bias, const CameraMatrix &p_projection, RS::EnvironmentSSAOQuality p_quality, RS::EnvironmentSSAOBlur p_blur, float p_edge_sharpness) {
  734. //minify first
  735. ssao.minify_push_constant.orthogonal = p_projection.is_orthogonal();
  736. ssao.minify_push_constant.z_near = p_projection.get_z_near();
  737. ssao.minify_push_constant.z_far = p_projection.get_z_far();
  738. ssao.minify_push_constant.pixel_size[0] = 1.0 / p_depth_buffer_size.x;
  739. ssao.minify_push_constant.pixel_size[1] = 1.0 / p_depth_buffer_size.y;
  740. ssao.minify_push_constant.source_size[0] = p_depth_buffer_size.x;
  741. ssao.minify_push_constant.source_size[1] = p_depth_buffer_size.y;
  742. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  743. /* FIRST PASS */
  744. // Minify the depth buffer.
  745. for (int i = 0; i < depth_mipmaps.size(); i++) {
  746. if (i == 0) {
  747. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssao.pipelines[SSAO_MINIFY_FIRST]);
  748. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_buffer), 0);
  749. } else {
  750. if (i == 1) {
  751. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssao.pipelines[SSAO_MINIFY_MIPMAP]);
  752. }
  753. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(depth_mipmaps[i - 1]), 0);
  754. }
  755. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(depth_mipmaps[i]), 1);
  756. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssao.minify_push_constant, sizeof(SSAOMinifyPushConstant));
  757. // shrink after set
  758. ssao.minify_push_constant.source_size[0] = MAX(1, ssao.minify_push_constant.source_size[0] >> 1);
  759. ssao.minify_push_constant.source_size[1] = MAX(1, ssao.minify_push_constant.source_size[1] >> 1);
  760. int x_groups = (ssao.minify_push_constant.source_size[0] - 1) / 8 + 1;
  761. int y_groups = (ssao.minify_push_constant.source_size[1] - 1) / 8 + 1;
  762. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  763. RD::get_singleton()->compute_list_add_barrier(compute_list);
  764. }
  765. /* SECOND PASS */
  766. // Gather samples
  767. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssao.pipelines[(SSAO_GATHER_LOW + p_quality) + (p_half_size ? 4 : 0)]);
  768. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_mipmaps_texture), 0);
  769. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_ao1), 1);
  770. if (!p_half_size) {
  771. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_buffer), 2);
  772. }
  773. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_normal_buffer), 3);
  774. ssao.gather_push_constant.screen_size[0] = p_depth_buffer_size.x;
  775. ssao.gather_push_constant.screen_size[1] = p_depth_buffer_size.y;
  776. if (p_half_size) {
  777. ssao.gather_push_constant.screen_size[0] >>= 1;
  778. ssao.gather_push_constant.screen_size[1] >>= 1;
  779. }
  780. ssao.gather_push_constant.z_far = p_projection.get_z_far();
  781. ssao.gather_push_constant.z_near = p_projection.get_z_near();
  782. ssao.gather_push_constant.orthogonal = p_projection.is_orthogonal();
  783. ssao.gather_push_constant.proj_info[0] = -2.0f / (ssao.gather_push_constant.screen_size[0] * p_projection.matrix[0][0]);
  784. ssao.gather_push_constant.proj_info[1] = -2.0f / (ssao.gather_push_constant.screen_size[1] * p_projection.matrix[1][1]);
  785. ssao.gather_push_constant.proj_info[2] = (1.0f - p_projection.matrix[0][2]) / p_projection.matrix[0][0];
  786. ssao.gather_push_constant.proj_info[3] = (1.0f + p_projection.matrix[1][2]) / p_projection.matrix[1][1];
  787. //ssao.gather_push_constant.proj_info[2] = (1.0f - p_projection.matrix[0][2]) / p_projection.matrix[0][0];
  788. //ssao.gather_push_constant.proj_info[3] = -(1.0f + p_projection.matrix[1][2]) / p_projection.matrix[1][1];
  789. ssao.gather_push_constant.radius = p_radius;
  790. ssao.gather_push_constant.proj_scale = float(p_projection.get_pixels_per_meter(ssao.gather_push_constant.screen_size[0]));
  791. ssao.gather_push_constant.bias = p_bias;
  792. ssao.gather_push_constant.intensity_div_r6 = p_intensity / pow(p_radius, 6.0f);
  793. ssao.gather_push_constant.pixel_size[0] = 1.0 / p_depth_buffer_size.x;
  794. ssao.gather_push_constant.pixel_size[1] = 1.0 / p_depth_buffer_size.y;
  795. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssao.gather_push_constant, sizeof(SSAOGatherPushConstant));
  796. int x_groups = (ssao.gather_push_constant.screen_size[0] - 1) / 8 + 1;
  797. int y_groups = (ssao.gather_push_constant.screen_size[1] - 1) / 8 + 1;
  798. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  799. RD::get_singleton()->compute_list_add_barrier(compute_list);
  800. /* THIRD PASS */
  801. // Blur horizontal
  802. ssao.blur_push_constant.edge_sharpness = p_edge_sharpness;
  803. ssao.blur_push_constant.filter_scale = p_blur;
  804. ssao.blur_push_constant.screen_size[0] = ssao.gather_push_constant.screen_size[0];
  805. ssao.blur_push_constant.screen_size[1] = ssao.gather_push_constant.screen_size[1];
  806. ssao.blur_push_constant.z_far = p_projection.get_z_far();
  807. ssao.blur_push_constant.z_near = p_projection.get_z_near();
  808. ssao.blur_push_constant.orthogonal = p_projection.is_orthogonal();
  809. ssao.blur_push_constant.axis[0] = 1;
  810. ssao.blur_push_constant.axis[1] = 0;
  811. if (p_blur != RS::ENV_SSAO_BLUR_DISABLED) {
  812. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssao.pipelines[p_half_size ? SSAO_BLUR_PASS_HALF : SSAO_BLUR_PASS]);
  813. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_ao1), 0);
  814. if (p_half_size) {
  815. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_mipmaps_texture), 1);
  816. } else {
  817. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_buffer), 1);
  818. }
  819. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_ao2), 3);
  820. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssao.blur_push_constant, sizeof(SSAOBlurPushConstant));
  821. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  822. RD::get_singleton()->compute_list_add_barrier(compute_list);
  823. /* THIRD PASS */
  824. // Blur vertical
  825. ssao.blur_push_constant.axis[0] = 0;
  826. ssao.blur_push_constant.axis[1] = 1;
  827. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_ao2), 0);
  828. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_ao1), 3);
  829. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssao.blur_push_constant, sizeof(SSAOBlurPushConstant));
  830. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  831. }
  832. if (p_half_size) { //must upscale
  833. /* FOURTH PASS */
  834. // upscale if half size
  835. //back to full size
  836. ssao.blur_push_constant.screen_size[0] = p_depth_buffer_size.x;
  837. ssao.blur_push_constant.screen_size[1] = p_depth_buffer_size.y;
  838. RD::get_singleton()->compute_list_add_barrier(compute_list);
  839. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, ssao.pipelines[SSAO_BLUR_UPSCALE]);
  840. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_ao1), 0);
  841. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_upscale_buffer), 3);
  842. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_buffer), 1);
  843. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_depth_mipmaps_texture), 2);
  844. RD::get_singleton()->compute_list_set_push_constant(compute_list, &ssao.blur_push_constant, sizeof(SSAOBlurPushConstant)); //not used but set anyway
  845. x_groups = (p_depth_buffer_size.x - 1) / 8 + 1;
  846. y_groups = (p_depth_buffer_size.y - 1) / 8 + 1;
  847. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  848. }
  849. RD::get_singleton()->compute_list_end();
  850. }
  851. void RasterizerEffectsRD::roughness_limit(RID p_source_normal, RID p_roughness, const Size2i &p_size, float p_curve) {
  852. roughness_limiter.push_constant.screen_size[0] = p_size.x;
  853. roughness_limiter.push_constant.screen_size[1] = p_size.y;
  854. roughness_limiter.push_constant.curve = p_curve;
  855. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  856. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, roughness_limiter.pipeline);
  857. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_normal), 0);
  858. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_roughness), 1);
  859. int x_groups = (p_size.x - 1) / 8 + 1;
  860. int y_groups = (p_size.y - 1) / 8 + 1;
  861. RD::get_singleton()->compute_list_set_push_constant(compute_list, &roughness_limiter.push_constant, sizeof(RoughnessLimiterPushConstant)); //not used but set anyway
  862. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 1);
  863. RD::get_singleton()->compute_list_end();
  864. }
  865. void RasterizerEffectsRD::cubemap_roughness(RID p_source_rd_texture, RID p_dest_framebuffer, uint32_t p_face_id, uint32_t p_sample_count, float p_roughness, float p_size) {
  866. zeromem(&roughness.push_constant, sizeof(CubemapRoughnessPushConstant));
  867. roughness.push_constant.face_id = p_face_id > 9 ? 0 : p_face_id;
  868. roughness.push_constant.roughness = p_roughness;
  869. roughness.push_constant.sample_count = p_sample_count;
  870. roughness.push_constant.use_direct_write = p_roughness == 0.0;
  871. roughness.push_constant.face_size = p_size;
  872. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  873. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, roughness.pipeline);
  874. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_rd_texture), 0);
  875. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_framebuffer), 1);
  876. RD::get_singleton()->compute_list_set_push_constant(compute_list, &roughness.push_constant, sizeof(CubemapRoughnessPushConstant));
  877. int x_groups = (p_size - 1) / 8 + 1;
  878. int y_groups = (p_size - 1) / 8 + 1;
  879. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, p_face_id > 9 ? 6 : 1);
  880. RD::get_singleton()->compute_list_end();
  881. }
  882. void RasterizerEffectsRD::cubemap_downsample(RID p_source_cubemap, RID p_dest_cubemap, const Size2i &p_size) {
  883. cubemap_downsampler.push_constant.face_size = p_size.x;
  884. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  885. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, cubemap_downsampler.pipeline);
  886. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_cubemap), 0);
  887. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_cubemap), 1);
  888. int x_groups = (p_size.x - 1) / 8 + 1;
  889. int y_groups = (p_size.y - 1) / 8 + 1;
  890. RD::get_singleton()->compute_list_set_push_constant(compute_list, &cubemap_downsampler.push_constant, sizeof(CubemapDownsamplerPushConstant));
  891. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, y_groups, 6); // one z_group for each face
  892. RD::get_singleton()->compute_list_end();
  893. }
  894. void RasterizerEffectsRD::cubemap_filter(RID p_source_cubemap, Vector<RID> p_dest_cubemap, bool p_use_array) {
  895. Vector<RD::Uniform> uniforms;
  896. for (int i = 0; i < p_dest_cubemap.size(); i++) {
  897. RD::Uniform u;
  898. u.type = RD::UNIFORM_TYPE_IMAGE;
  899. u.binding = i;
  900. u.ids.push_back(p_dest_cubemap[i]);
  901. uniforms.push_back(u);
  902. }
  903. if (RD::get_singleton()->uniform_set_is_valid(filter.image_uniform_set)) {
  904. RD::get_singleton()->free(filter.image_uniform_set);
  905. }
  906. filter.image_uniform_set = RD::get_singleton()->uniform_set_create(uniforms, filter.shader.version_get_shader(filter.shader_version, 0), 2);
  907. int pipeline = p_use_array ? FILTER_MODE_HIGH_QUALITY_ARRAY : FILTER_MODE_HIGH_QUALITY;
  908. pipeline = filter.use_high_quality ? pipeline : pipeline + 1;
  909. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  910. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, filter.pipelines[pipeline]);
  911. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_cubemap, true), 0);
  912. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, filter.uniform_set, 1);
  913. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, filter.image_uniform_set, 2);
  914. int x_groups = p_use_array ? 1792 : 342; // (128 * 128 * 7) / 64 : (128*128 + 64*64 + 32*32 + 16*16 + 8*8 + 4*4 + 2*2) / 64
  915. RD::get_singleton()->compute_list_dispatch(compute_list, x_groups, 6, 1); // one y_group for each face
  916. RD::get_singleton()->compute_list_end();
  917. }
  918. void RasterizerEffectsRD::render_sky(RD::DrawListID p_list, float p_time, RID p_fb, RID p_samplers, RID p_lights, RenderPipelineVertexFormatCacheRD *p_pipeline, RID p_uniform_set, RID p_texture_set, const CameraMatrix &p_camera, const Basis &p_orientation, float p_multiplier, const Vector3 &p_position) {
  919. SkyPushConstant sky_push_constant;
  920. zeromem(&sky_push_constant, sizeof(SkyPushConstant));
  921. sky_push_constant.proj[0] = p_camera.matrix[2][0];
  922. sky_push_constant.proj[1] = p_camera.matrix[0][0];
  923. sky_push_constant.proj[2] = p_camera.matrix[2][1];
  924. sky_push_constant.proj[3] = p_camera.matrix[1][1];
  925. sky_push_constant.position[0] = p_position.x;
  926. sky_push_constant.position[1] = p_position.y;
  927. sky_push_constant.position[2] = p_position.z;
  928. sky_push_constant.multiplier = p_multiplier;
  929. sky_push_constant.time = p_time;
  930. store_transform_3x3(p_orientation, sky_push_constant.orientation);
  931. RenderingDevice::FramebufferFormatID fb_format = RD::get_singleton()->framebuffer_get_format(p_fb);
  932. RD::DrawListID draw_list = p_list;
  933. RD::get_singleton()->draw_list_bind_render_pipeline(draw_list, p_pipeline->get_render_pipeline(RD::INVALID_ID, fb_format));
  934. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, p_samplers, 0);
  935. if (p_uniform_set.is_valid()) { //material may not have uniform set
  936. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, p_uniform_set, 1);
  937. }
  938. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, p_texture_set, 2);
  939. RD::get_singleton()->draw_list_bind_uniform_set(draw_list, p_lights, 3);
  940. RD::get_singleton()->draw_list_bind_index_array(draw_list, index_array);
  941. RD::get_singleton()->draw_list_set_push_constant(draw_list, &sky_push_constant, sizeof(SkyPushConstant));
  942. RD::get_singleton()->draw_list_draw(draw_list, true);
  943. }
  944. void RasterizerEffectsRD::resolve_gi(RID p_source_depth, RID p_source_normal_roughness, RID p_source_giprobe, RID p_dest_depth, RID p_dest_normal_roughness, RID p_dest_giprobe, Vector2i p_screen_size, int p_samples) {
  945. ResolvePushConstant push_constant;
  946. push_constant.screen_size[0] = p_screen_size.x;
  947. push_constant.screen_size[1] = p_screen_size.y;
  948. push_constant.samples = p_samples;
  949. RD::ComputeListID compute_list = RD::get_singleton()->compute_list_begin();
  950. RD::get_singleton()->compute_list_bind_compute_pipeline(compute_list, resolve.pipelines[p_source_giprobe.is_valid() ? RESOLVE_MODE_GI_GIPROBE : RESOLVE_MODE_GI]);
  951. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture_pair(p_source_depth, p_source_normal_roughness), 0);
  952. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_image_pair(p_dest_depth, p_dest_normal_roughness), 1);
  953. if (p_source_giprobe.is_valid()) {
  954. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_compute_uniform_set_from_texture(p_source_giprobe), 2);
  955. RD::get_singleton()->compute_list_bind_uniform_set(compute_list, _get_uniform_set_from_image(p_dest_giprobe), 3);
  956. }
  957. RD::get_singleton()->compute_list_set_push_constant(compute_list, &push_constant, sizeof(ResolvePushConstant));
  958. RD::get_singleton()->compute_list_dispatch_threads(compute_list, p_screen_size.x, p_screen_size.y, 1, 8, 8, 1);
  959. RD::get_singleton()->compute_list_end();
  960. }
  961. RasterizerEffectsRD::RasterizerEffectsRD() {
  962. { // Initialize copy
  963. Vector<String> copy_modes;
  964. copy_modes.push_back("\n#define MODE_GAUSSIAN_BLUR\n");
  965. copy_modes.push_back("\n#define MODE_GAUSSIAN_BLUR\n#define DST_IMAGE_8BIT\n");
  966. copy_modes.push_back("\n#define MODE_GAUSSIAN_GLOW\n");
  967. copy_modes.push_back("\n#define MODE_GAUSSIAN_GLOW\n#define GLOW_USE_AUTO_EXPOSURE\n");
  968. copy_modes.push_back("\n#define MODE_SIMPLE_COPY\n");
  969. copy_modes.push_back("\n#define MODE_SIMPLE_COPY\n#define DST_IMAGE_8BIT\n");
  970. copy_modes.push_back("\n#define MODE_SIMPLE_COPY_DEPTH\n");
  971. copy_modes.push_back("\n#define MODE_MIPMAP\n");
  972. copy_modes.push_back("\n#define MODE_LINEARIZE_DEPTH_COPY\n");
  973. copy_modes.push_back("\n#define MODE_CUBEMAP_TO_PANORAMA\n");
  974. copy_modes.push_back("\n#define MODE_CUBEMAP_ARRAY_TO_PANORAMA\n");
  975. copy.shader.initialize(copy_modes);
  976. zeromem(&copy.push_constant, sizeof(CopyPushConstant));
  977. copy.shader_version = copy.shader.version_create();
  978. for (int i = 0; i < COPY_MODE_MAX; i++) {
  979. copy.pipelines[i] = RD::get_singleton()->compute_pipeline_create(copy.shader.version_get_shader(copy.shader_version, i));
  980. }
  981. }
  982. {
  983. Vector<String> copy_modes;
  984. copy_modes.push_back("\n");
  985. copy_modes.push_back("\n#define MODE_PANORAMA_TO_DP\n");
  986. copy_modes.push_back("\n#define MODE_TWO_SOURCES\n");
  987. copy_to_fb.shader.initialize(copy_modes);
  988. copy_to_fb.shader_version = copy_to_fb.shader.version_create();
  989. //use additive
  990. for (int i = 0; i < COPY_TO_FB_MAX; i++) {
  991. copy_to_fb.pipelines[i].setup(copy_to_fb.shader.version_get_shader(copy_to_fb.shader_version, i), RD::RENDER_PRIMITIVE_TRIANGLES, RD::PipelineRasterizationState(), RD::PipelineMultisampleState(), RD::PipelineDepthStencilState(), RD::PipelineColorBlendState::create_disabled(), 0);
  992. }
  993. }
  994. {
  995. // Initialize roughness
  996. Vector<String> cubemap_roughness_modes;
  997. cubemap_roughness_modes.push_back("");
  998. roughness.shader.initialize(cubemap_roughness_modes);
  999. roughness.shader_version = roughness.shader.version_create();
  1000. roughness.pipeline = RD::get_singleton()->compute_pipeline_create(roughness.shader.version_get_shader(roughness.shader_version, 0));
  1001. }
  1002. {
  1003. // Initialize tonemapper
  1004. Vector<String> tonemap_modes;
  1005. tonemap_modes.push_back("\n");
  1006. tonemap_modes.push_back("\n#define USE_GLOW_FILTER_BICUBIC\n");
  1007. tonemap.shader.initialize(tonemap_modes);
  1008. tonemap.shader_version = tonemap.shader.version_create();
  1009. for (int i = 0; i < TONEMAP_MODE_MAX; i++) {
  1010. tonemap.pipelines[i].setup(tonemap.shader.version_get_shader(tonemap.shader_version, i), RD::RENDER_PRIMITIVE_TRIANGLES, RD::PipelineRasterizationState(), RD::PipelineMultisampleState(), RD::PipelineDepthStencilState(), RD::PipelineColorBlendState::create_disabled(), 0);
  1011. }
  1012. }
  1013. {
  1014. // Initialize luminance_reduce
  1015. Vector<String> luminance_reduce_modes;
  1016. luminance_reduce_modes.push_back("\n#define READ_TEXTURE\n");
  1017. luminance_reduce_modes.push_back("\n");
  1018. luminance_reduce_modes.push_back("\n#define WRITE_LUMINANCE\n");
  1019. luminance_reduce.shader.initialize(luminance_reduce_modes);
  1020. luminance_reduce.shader_version = luminance_reduce.shader.version_create();
  1021. for (int i = 0; i < LUMINANCE_REDUCE_MAX; i++) {
  1022. luminance_reduce.pipelines[i] = RD::get_singleton()->compute_pipeline_create(luminance_reduce.shader.version_get_shader(luminance_reduce.shader_version, i));
  1023. }
  1024. }
  1025. {
  1026. // Initialize copier
  1027. Vector<String> copy_modes;
  1028. copy_modes.push_back("\n");
  1029. cube_to_dp.shader.initialize(copy_modes);
  1030. cube_to_dp.shader_version = cube_to_dp.shader.version_create();
  1031. cube_to_dp.pipeline = RD::get_singleton()->compute_pipeline_create(cube_to_dp.shader.version_get_shader(cube_to_dp.shader_version, 0));
  1032. }
  1033. {
  1034. // Initialize bokeh
  1035. Vector<String> bokeh_modes;
  1036. bokeh_modes.push_back("\n#define MODE_GEN_BLUR_SIZE\n");
  1037. bokeh_modes.push_back("\n#define MODE_BOKEH_BOX\n");
  1038. bokeh_modes.push_back("\n#define MODE_BOKEH_HEXAGONAL\n");
  1039. bokeh_modes.push_back("\n#define MODE_BOKEH_CIRCULAR\n");
  1040. bokeh_modes.push_back("\n#define MODE_COMPOSITE_BOKEH\n");
  1041. bokeh.shader.initialize(bokeh_modes);
  1042. bokeh.shader_version = bokeh.shader.version_create();
  1043. for (int i = 0; i < BOKEH_MAX; i++) {
  1044. bokeh.pipelines[i] = RD::get_singleton()->compute_pipeline_create(bokeh.shader.version_get_shader(bokeh.shader_version, i));
  1045. }
  1046. }
  1047. {
  1048. // Initialize ssao
  1049. uint32_t pipeline = 0;
  1050. {
  1051. Vector<String> ssao_modes;
  1052. ssao_modes.push_back("\n#define MINIFY_START\n");
  1053. ssao_modes.push_back("\n");
  1054. ssao.minify_shader.initialize(ssao_modes);
  1055. ssao.minify_shader_version = ssao.minify_shader.version_create();
  1056. for (int i = 0; i <= SSAO_MINIFY_MIPMAP; i++) {
  1057. ssao.pipelines[pipeline] = RD::get_singleton()->compute_pipeline_create(ssao.minify_shader.version_get_shader(ssao.minify_shader_version, i));
  1058. pipeline++;
  1059. }
  1060. }
  1061. {
  1062. Vector<String> ssao_modes;
  1063. ssao_modes.push_back("\n#define SSAO_QUALITY_LOW\n");
  1064. ssao_modes.push_back("\n");
  1065. ssao_modes.push_back("\n#define SSAO_QUALITY_HIGH\n");
  1066. ssao_modes.push_back("\n#define SSAO_QUALITY_ULTRA\n");
  1067. ssao_modes.push_back("\n#define SSAO_QUALITY_LOW\n#define USE_HALF_SIZE\n");
  1068. ssao_modes.push_back("\n#define USE_HALF_SIZE\n");
  1069. ssao_modes.push_back("\n#define SSAO_QUALITY_HIGH\n#define USE_HALF_SIZE\n");
  1070. ssao_modes.push_back("\n#define SSAO_QUALITY_ULTRA\n#define USE_HALF_SIZE\n");
  1071. ssao.gather_shader.initialize(ssao_modes);
  1072. ssao.gather_shader_version = ssao.gather_shader.version_create();
  1073. for (int i = SSAO_GATHER_LOW; i <= SSAO_GATHER_ULTRA_HALF; i++) {
  1074. ssao.pipelines[pipeline] = RD::get_singleton()->compute_pipeline_create(ssao.gather_shader.version_get_shader(ssao.gather_shader_version, i - SSAO_GATHER_LOW));
  1075. pipeline++;
  1076. }
  1077. }
  1078. {
  1079. Vector<String> ssao_modes;
  1080. ssao_modes.push_back("\n#define MODE_FULL_SIZE\n");
  1081. ssao_modes.push_back("\n");
  1082. ssao_modes.push_back("\n#define MODE_UPSCALE\n");
  1083. ssao.blur_shader.initialize(ssao_modes);
  1084. ssao.blur_shader_version = ssao.blur_shader.version_create();
  1085. for (int i = SSAO_BLUR_PASS; i <= SSAO_BLUR_UPSCALE; i++) {
  1086. ssao.pipelines[pipeline] = RD::get_singleton()->compute_pipeline_create(ssao.blur_shader.version_get_shader(ssao.blur_shader_version, i - SSAO_BLUR_PASS));
  1087. pipeline++;
  1088. }
  1089. }
  1090. ERR_FAIL_COND(pipeline != SSAO_MAX);
  1091. }
  1092. {
  1093. // Initialize roughness limiter
  1094. Vector<String> shader_modes;
  1095. shader_modes.push_back("");
  1096. roughness_limiter.shader.initialize(shader_modes);
  1097. roughness_limiter.shader_version = roughness_limiter.shader.version_create();
  1098. roughness_limiter.pipeline = RD::get_singleton()->compute_pipeline_create(roughness_limiter.shader.version_get_shader(roughness_limiter.shader_version, 0));
  1099. }
  1100. {
  1101. //Initialize cubemap downsampler
  1102. Vector<String> cubemap_downsampler_modes;
  1103. cubemap_downsampler_modes.push_back("");
  1104. cubemap_downsampler.shader.initialize(cubemap_downsampler_modes);
  1105. cubemap_downsampler.shader_version = cubemap_downsampler.shader.version_create();
  1106. cubemap_downsampler.pipeline = RD::get_singleton()->compute_pipeline_create(cubemap_downsampler.shader.version_get_shader(cubemap_downsampler.shader_version, 0));
  1107. }
  1108. {
  1109. // Initialize cubemap filter
  1110. filter.use_high_quality = GLOBAL_GET("rendering/quality/reflections/fast_filter_high_quality");
  1111. Vector<String> cubemap_filter_modes;
  1112. cubemap_filter_modes.push_back("\n#define USE_HIGH_QUALITY\n");
  1113. cubemap_filter_modes.push_back("\n#define USE_LOW_QUALITY\n");
  1114. cubemap_filter_modes.push_back("\n#define USE_HIGH_QUALITY\n#define USE_TEXTURE_ARRAY\n");
  1115. cubemap_filter_modes.push_back("\n#define USE_LOW_QUALITY\n#define USE_TEXTURE_ARRAY\n");
  1116. filter.shader.initialize(cubemap_filter_modes);
  1117. filter.shader_version = filter.shader.version_create();
  1118. for (int i = 0; i < FILTER_MODE_MAX; i++) {
  1119. filter.pipelines[i] = RD::get_singleton()->compute_pipeline_create(filter.shader.version_get_shader(filter.shader_version, i));
  1120. }
  1121. if (filter.use_high_quality) {
  1122. filter.coefficient_buffer = RD::get_singleton()->storage_buffer_create(sizeof(high_quality_coeffs));
  1123. RD::get_singleton()->buffer_update(filter.coefficient_buffer, 0, sizeof(high_quality_coeffs), &high_quality_coeffs[0], false);
  1124. } else {
  1125. filter.coefficient_buffer = RD::get_singleton()->storage_buffer_create(sizeof(low_quality_coeffs));
  1126. RD::get_singleton()->buffer_update(filter.coefficient_buffer, 0, sizeof(low_quality_coeffs), &low_quality_coeffs[0], false);
  1127. }
  1128. Vector<RD::Uniform> uniforms;
  1129. {
  1130. RD::Uniform u;
  1131. u.type = RD::UNIFORM_TYPE_STORAGE_BUFFER;
  1132. u.binding = 0;
  1133. u.ids.push_back(filter.coefficient_buffer);
  1134. uniforms.push_back(u);
  1135. }
  1136. filter.uniform_set = RD::get_singleton()->uniform_set_create(uniforms, filter.shader.version_get_shader(filter.shader_version, filter.use_high_quality ? 0 : 1), 1);
  1137. }
  1138. {
  1139. Vector<String> specular_modes;
  1140. specular_modes.push_back("\n#define MODE_MERGE\n");
  1141. specular_modes.push_back("\n#define MODE_MERGE\n#define MODE_SSR\n");
  1142. specular_modes.push_back("\n");
  1143. specular_modes.push_back("\n#define MODE_SSR\n");
  1144. specular_merge.shader.initialize(specular_modes);
  1145. specular_merge.shader_version = specular_merge.shader.version_create();
  1146. //use additive
  1147. RD::PipelineColorBlendState::Attachment ba;
  1148. ba.enable_blend = true;
  1149. ba.src_color_blend_factor = RD::BLEND_FACTOR_ONE;
  1150. ba.dst_color_blend_factor = RD::BLEND_FACTOR_ONE;
  1151. ba.src_alpha_blend_factor = RD::BLEND_FACTOR_ONE;
  1152. ba.dst_alpha_blend_factor = RD::BLEND_FACTOR_ONE;
  1153. ba.color_blend_op = RD::BLEND_OP_ADD;
  1154. ba.alpha_blend_op = RD::BLEND_OP_ADD;
  1155. RD::PipelineColorBlendState blend_additive;
  1156. blend_additive.attachments.push_back(ba);
  1157. for (int i = 0; i < SPECULAR_MERGE_MAX; i++) {
  1158. RD::PipelineColorBlendState blend_state;
  1159. if (i == SPECULAR_MERGE_ADDITIVE_ADD || i == SPECULAR_MERGE_ADDITIVE_SSR) {
  1160. blend_state = blend_additive;
  1161. } else {
  1162. blend_state = RD::PipelineColorBlendState::create_disabled();
  1163. }
  1164. specular_merge.pipelines[i].setup(specular_merge.shader.version_get_shader(specular_merge.shader_version, i), RD::RENDER_PRIMITIVE_TRIANGLES, RD::PipelineRasterizationState(), RD::PipelineMultisampleState(), RD::PipelineDepthStencilState(), blend_state, 0);
  1165. }
  1166. }
  1167. {
  1168. Vector<String> ssr_modes;
  1169. ssr_modes.push_back("\n");
  1170. ssr_modes.push_back("\n#define MODE_ROUGH\n");
  1171. ssr.shader.initialize(ssr_modes);
  1172. ssr.shader_version = ssr.shader.version_create();
  1173. for (int i = 0; i < SCREEN_SPACE_REFLECTION_MAX; i++) {
  1174. ssr.pipelines[i] = RD::get_singleton()->compute_pipeline_create(ssr.shader.version_get_shader(ssr.shader_version, i));
  1175. }
  1176. }
  1177. {
  1178. Vector<String> ssr_filter_modes;
  1179. ssr_filter_modes.push_back("\n");
  1180. ssr_filter_modes.push_back("\n#define VERTICAL_PASS\n");
  1181. ssr_filter.shader.initialize(ssr_filter_modes);
  1182. ssr_filter.shader_version = ssr_filter.shader.version_create();
  1183. for (int i = 0; i < SCREEN_SPACE_REFLECTION_FILTER_MAX; i++) {
  1184. ssr_filter.pipelines[i] = RD::get_singleton()->compute_pipeline_create(ssr_filter.shader.version_get_shader(ssr_filter.shader_version, i));
  1185. }
  1186. }
  1187. {
  1188. Vector<String> ssr_scale_modes;
  1189. ssr_scale_modes.push_back("\n");
  1190. ssr_scale.shader.initialize(ssr_scale_modes);
  1191. ssr_scale.shader_version = ssr_scale.shader.version_create();
  1192. ssr_scale.pipeline = RD::get_singleton()->compute_pipeline_create(ssr_scale.shader.version_get_shader(ssr_scale.shader_version, 0));
  1193. }
  1194. {
  1195. Vector<String> sss_modes;
  1196. sss_modes.push_back("\n#define USE_11_SAMPLES\n");
  1197. sss_modes.push_back("\n#define USE_17_SAMPLES\n");
  1198. sss_modes.push_back("\n#define USE_25_SAMPLES\n");
  1199. sss.shader.initialize(sss_modes);
  1200. sss.shader_version = sss.shader.version_create();
  1201. for (int i = 0; i < sss_modes.size(); i++) {
  1202. sss.pipelines[i] = RD::get_singleton()->compute_pipeline_create(sss.shader.version_get_shader(sss.shader_version, i));
  1203. }
  1204. }
  1205. {
  1206. Vector<String> resolve_modes;
  1207. resolve_modes.push_back("\n#define MODE_RESOLVE_GI\n");
  1208. resolve_modes.push_back("\n#define MODE_RESOLVE_GI\n#define GIPROBE_RESOLVE\n");
  1209. resolve.shader.initialize(resolve_modes);
  1210. resolve.shader_version = resolve.shader.version_create();
  1211. for (int i = 0; i < RESOLVE_MODE_MAX; i++) {
  1212. resolve.pipelines[i] = RD::get_singleton()->compute_pipeline_create(resolve.shader.version_get_shader(resolve.shader_version, i));
  1213. }
  1214. }
  1215. RD::SamplerState sampler;
  1216. sampler.mag_filter = RD::SAMPLER_FILTER_LINEAR;
  1217. sampler.min_filter = RD::SAMPLER_FILTER_LINEAR;
  1218. sampler.max_lod = 0;
  1219. default_sampler = RD::get_singleton()->sampler_create(sampler);
  1220. sampler.min_filter = RD::SAMPLER_FILTER_LINEAR;
  1221. sampler.mip_filter = RD::SAMPLER_FILTER_LINEAR;
  1222. sampler.max_lod = 1e20;
  1223. default_mipmap_sampler = RD::get_singleton()->sampler_create(sampler);
  1224. { //create index array for copy shaders
  1225. Vector<uint8_t> pv;
  1226. pv.resize(6 * 4);
  1227. {
  1228. uint8_t *w = pv.ptrw();
  1229. int *p32 = (int *)w;
  1230. p32[0] = 0;
  1231. p32[1] = 1;
  1232. p32[2] = 2;
  1233. p32[3] = 0;
  1234. p32[4] = 2;
  1235. p32[5] = 3;
  1236. }
  1237. index_buffer = RD::get_singleton()->index_buffer_create(6, RenderingDevice::INDEX_BUFFER_FORMAT_UINT32, pv);
  1238. index_array = RD::get_singleton()->index_array_create(index_buffer, 0, 6);
  1239. }
  1240. }
  1241. RasterizerEffectsRD::~RasterizerEffectsRD() {
  1242. if (RD::get_singleton()->uniform_set_is_valid(filter.image_uniform_set)) {
  1243. RD::get_singleton()->free(filter.image_uniform_set);
  1244. }
  1245. if (RD::get_singleton()->uniform_set_is_valid(filter.uniform_set)) {
  1246. RD::get_singleton()->free(filter.uniform_set);
  1247. }
  1248. RD::get_singleton()->free(default_sampler);
  1249. RD::get_singleton()->free(default_mipmap_sampler);
  1250. RD::get_singleton()->free(index_buffer); //array gets freed as dependency
  1251. RD::get_singleton()->free(filter.coefficient_buffer);
  1252. bokeh.shader.version_free(bokeh.shader_version);
  1253. copy.shader.version_free(copy.shader_version);
  1254. copy_to_fb.shader.version_free(copy_to_fb.shader_version);
  1255. cube_to_dp.shader.version_free(cube_to_dp.shader_version);
  1256. cubemap_downsampler.shader.version_free(cubemap_downsampler.shader_version);
  1257. filter.shader.version_free(filter.shader_version);
  1258. luminance_reduce.shader.version_free(luminance_reduce.shader_version);
  1259. resolve.shader.version_free(resolve.shader_version);
  1260. roughness.shader.version_free(roughness.shader_version);
  1261. roughness_limiter.shader.version_free(roughness_limiter.shader_version);
  1262. specular_merge.shader.version_free(specular_merge.shader_version);
  1263. ssao.blur_shader.version_free(ssao.blur_shader_version);
  1264. ssao.gather_shader.version_free(ssao.gather_shader_version);
  1265. ssao.minify_shader.version_free(ssao.minify_shader_version);
  1266. ssr.shader.version_free(ssr.shader_version);
  1267. ssr_filter.shader.version_free(ssr_filter.shader_version);
  1268. ssr_scale.shader.version_free(ssr_scale.shader_version);
  1269. sss.shader.version_free(sss.shader_version);
  1270. tonemap.shader.version_free(tonemap.shader_version);
  1271. }