index
:
anonymous/AltCraft
ftr/better-water
master
Minecraft:JE in C++
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
GalOgl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Even more optimization to GBuffer size
LaG1924
2021-12-11
1
-0
/
+30
*
Removed unnecessary framebuffers copying
LaG1924
2021-12-08
1
-0
/
+4
*
Fixed GalOgl OglState dangling resource
LaG1924
2021-12-07
1
-64
/
+98
*
Added blending
LaG1924
2021-12-05
1
-1
/
+20
*
Added SSAO
LaG1924
2021-12-04
1
-1
/
+13
*
Added gamma correction
LaG1924
2021-11-28
1
-3
/
+26
*
Changed shaders to use SPB
LaG1924
2021-11-27
1
-0
/
+2
*
Added ShaderParametersBuffer to GalOgl
LaG1924
2021-11-27
1
-9
/
+56
*
Moved face lighting to lighting pass
LaG1924
2021-11-21
1
-0
/
+5
*
Added Gbuffer
LaG1924
2021-11-21
1
-0
/
+7
*
Fixed some broken graphics features
LaG1924
2021-11-20
1
-0
/
+4
*
Fixed missing APIENTRY linux build
LaG1924
2021-11-20
1
-1
/
+1
*
Improved errors logging for OGL
LaG1924
2021-11-20
1
-2
/
+130
*
Optimized state access in GalOgl
LaG1924
2021-11-20
1
-68
/
+136
*
Fixed GalOgl resource leaking
LaG1924
2021-11-19
1
-39
/
+114
*
Added framebuffer to Gal
LaG1924
2021-11-19
1
-32
/
+96
*
Changed TextureAtlas to Gal
LaG1924
2021-11-19
1
-18
/
+109
*
Changed entities rendering to Gal
LaG1924
2021-11-17
1
-2
/
+3
*
Changed section rendering to Gal
LaG1924
2021-11-15
1
-14
/
+72
*
Added ScissorTest to Gal
LaG1924
2021-11-15
1
-0
/
+12
*
Added dynamic textures for Gal
LaG1924
2021-11-14
1
-8
/
+19
*
Added basic Graphics Abstraction Layer
LaG1924
2021-11-14
1
-0
/
+836