summaryrefslogtreecommitdiffstats
path: root/src/Gal.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-08Fixed some errors detected by static analysisLaG19241-1/+1
2021-12-11Even more optimization to GBuffer sizeLaG19241-0/+3
2021-12-08Removed unnecessary framebuffers copyingLaG19241-0/+2
2021-12-05Added blendingLaG19241-0/+7
2021-12-04Added SSAOLaG19241-0/+1
2021-11-28Added gamma correctionLaG19241-0/+3
2021-11-27Added ShaderParametersBuffer to GalOglLaG19241-26/+14
2021-11-20Fixed some broken graphics featuresLaG19241-0/+2
2021-11-19Added framebuffer to GalLaG19241-0/+5
2021-11-19Changed TextureAtlas to GalLaG19241-0/+4
2021-11-17Changed entities rendering to GalLaG19241-0/+1
2021-11-15Changed section rendering to GalLaG19241-0/+12
2021-11-15Added ScissorTest to GalLaG19241-0/+5
2021-11-14Added dynamic textures for GalLaG19241-0/+2
2021-11-14Added basic Graphics Abstraction LayerLaG19241-0/+255