This website requires JavaScript.
Explore
Help
Sign in
zdoom
/
gzdoom-gles
Watch
0
Star
0
Fork
You've already forked gzdoom-gles
0
mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced
2025-02-21 02:51:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0c8b36e121
gzdoom-gles
/
src
/
hwrenderer
History
Christoph Oelckers
0c8b36e121
- moved the texture resizer to hwrenderer.
...
This is pure math and will be shareable with Vulkan.
2018-10-29 13:18:48 +01:00
..
data
- moved all methods that would involve command buffer manipulation in Vulkan to FRenderState, because that's the object that would serve as command buffer builder.
2018-10-28 22:20:51 +01:00
dynlights
- moved the last remaining function from gl_shadowmap.cpp elsewhere so that the file can be deleted.
2018-10-28 17:09:22 +01:00
models
- moved all methods that would involve command buffer manipulation in Vulkan to FRenderState, because that's the object that would serve as command buffer builder.
2018-10-28 22:20:51 +01:00
postprocessing
- add gl_dither for toggling dithered output on and off
2018-08-08 21:58:23 +02:00
scene
- moved DrawScene to GLRenderer and call it through std::function.
2018-10-29 12:54:10 +01:00
textures
- moved the texture resizer to hwrenderer.
2018-10-29 13:18:48 +01:00
utility
- moved the 2D drawer tp hwrenderer.
2018-10-29 12:14:36 +01:00