minetest/src/client/render
Desour 8b73743baa Reduce number of recursively included headers
This should improve compilation speed.

Things changed:
* Prefer forward-declarations in headers.
* Move header-includes out of headers if possible.
* Move some functions definitions out of headers.
* Put some member variables into unique_ptrs (see Client).
2023-04-27 18:50:33 +02:00
..
anaglyph.cpp Move drawing of wield tool into a dedicated step of the pipeline (#13338) 2023-03-19 21:31:15 +01:00
anaglyph.h Implement rendering pipeline and post-processing (#12465) 2022-09-06 08:25:18 +02:00
core.cpp Remove obsolete rendering core init code (#13341) 2023-03-19 20:22:45 +01:00
core.h Remove obsolete rendering core init code (#13341) 2023-03-19 20:22:45 +01:00
factory.cpp Implement rendering pipeline and post-processing (#12465) 2022-09-06 08:25:18 +02:00
factory.h Modernize include guards and add missing ones (#9898) 2020-05-23 13:23:05 +02:00
interlaced.cpp Move drawing of wield tool into a dedicated step of the pipeline (#13338) 2023-03-19 21:31:15 +01:00
interlaced.h Implement rendering pipeline and post-processing (#12465) 2022-09-06 08:25:18 +02:00
pipeline.cpp Reduce number of recursively included headers 2023-04-27 18:50:33 +02:00
pipeline.h Clear exposure compensation state textures on creation (#13151) 2023-01-23 00:18:48 +01:00
plain.cpp Move drawing of wield tool into a dedicated step of the pipeline (#13338) 2023-03-19 21:31:15 +01:00
plain.h Move drawing of wield tool into a dedicated step of the pipeline (#13338) 2023-03-19 21:31:15 +01:00
secondstage.cpp Reduce number of recursively included headers 2023-04-27 18:50:33 +02:00
secondstage.h Bloom (#12791) 2022-09-29 20:34:05 +02:00
sidebyside.cpp Move drawing of wield tool into a dedicated step of the pipeline (#13338) 2023-03-19 21:31:15 +01:00
sidebyside.h Implement rendering pipeline and post-processing (#12465) 2022-09-06 08:25:18 +02:00
stereo.cpp Implement rendering pipeline and post-processing (#12465) 2022-09-06 08:25:18 +02:00
stereo.h Implement rendering pipeline and post-processing (#12465) 2022-09-06 08:25:18 +02:00