summaryrefslogtreecommitdiffstats
path: root/src/GalOgl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed some errors detected by static analysisLaG19242023-07-081-17/+21
* Even more optimization to GBuffer sizeLaG19242021-12-111-0/+30
* Removed unnecessary framebuffers copyingLaG19242021-12-081-0/+4
* Fixed GalOgl OglState dangling resourceLaG19242021-12-071-64/+98
* Added blendingLaG19242021-12-051-1/+20
* Added SSAOLaG19242021-12-041-1/+13
* Added gamma correctionLaG19242021-11-281-3/+26
* Changed shaders to use SPBLaG19242021-11-271-0/+2
* Added ShaderParametersBuffer to GalOglLaG19242021-11-271-9/+56
* Moved face lighting to lighting passLaG19242021-11-211-0/+5
* Added GbufferLaG19242021-11-211-0/+7
* Fixed some broken graphics featuresLaG19242021-11-201-0/+4
* Fixed missing APIENTRY linux buildLaG19242021-11-201-1/+1
* Improved errors logging for OGLLaG19242021-11-201-2/+130
* Optimized state access in GalOglLaG19242021-11-201-68/+136
* Fixed GalOgl resource leakingLaG19242021-11-191-39/+114
* Added framebuffer to GalLaG19242021-11-191-32/+96
* Changed TextureAtlas to GalLaG19242021-11-191-18/+109
* Changed entities rendering to GalLaG19242021-11-171-2/+3
* Changed section rendering to GalLaG19242021-11-151-14/+72
* Added ScissorTest to GalLaG19242021-11-151-0/+12
* Added dynamic textures for GalLaG19242021-11-141-8/+19
* Added basic Graphics Abstraction LayerLaG19242021-11-141-0/+836