index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gles3
/
rasterizer_scene_gles3.cpp
Age
Commit message (
Expand
)
Author
2022-05-16
Add basic lighting to GLES3 renderer.
clayjohn
2022-05-12
Basic 3D rendering
clayjohn
2022-05-11
SceneShader compiling
clayjohn
2022-05-11
SkyShaders working
clayjohn
2022-05-03
Rename Basis get_axis to get_column, remove redundant methods
Aaron Franke
2022-04-28
Fix typo after #60503
Rémi Verschelde
2022-04-28
Merge pull request #60503 from clayjohn/OPENGL-3D
Rémi Verschelde
2022-04-26
Fix "ortogonal" -> "orthogonal" typo in rasterizer code
Hugo Locurcio
2022-04-26
Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures
clayjohn
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-01-20
add support for glow maps
Ansraer
2022-01-17
Allow using between 1 and 8 cascades for SDFGI
Hugo Locurcio
2022-01-11
New OpenGL batching canvas renderer
clayjohn
2022-01-05
Added material_overlay property to MeshInstance3D
Fernando Cosentino
2022-01-04
Merge pull request #56305 from Calinou/rename-lod-threshold
Rémi Verschelde
2022-01-04
Merge pull request #51206 from clayjohn/Vulkan-ASSGI
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-29
Rename Lod Threshold to Mesh Lod Threshold
Hugo Locurcio
2021-11-23
Implemented AMD's FSR as a computer shader for upscaling 3D scenes
Je06jm
2021-11-06
Added SSIL post processing effect
clayjohn
2021-10-31
Use OpenGL 3.3 core profile instead of compatibility profile
Clay John
2020-02-13
Remove obsolete GLES3 backend
Rémi Verschelde
2020-02-12
doc: Sync classref with current source
Rémi Verschelde
2020-02-11
Refactored RID/RID_Owner to always use O(1) allocation.
Juan Linietsky
2020-01-23
Fix recently introduced crash in viewport size
clayjohn
2020-01-22
Merge pull request #35406 from lawnjelly/ortho-shadow
Rémi Verschelde
2020-01-22
Change CameraMatrix::get_viewport_size to get_viewport_half_extents
lawnjelly
2020-01-21
Remove unused #if 0'ed code
Rémi Verschelde
2020-01-16
Add multimesh format max for proper error checking
clayjohn
2020-01-15
fix light related crashes
clayjohn
2020-01-12
Fix light and multimesh crashes
clayjohn
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-29
Disable shadow map sampling when shadows are not used in GLES3
PouleyKetchoupp
2019-11-20
Merge pull request #33668 from clayjohn/Fix_environment_mapping_issues
Rémi Verschelde
2019-11-19
Fix issues with environment mapping
clayjohn
2019-11-11
Improve glBufferSubData usage where safe
clayjohn
2019-10-11
only render depth with alpha prepass on prepass
clayjohn
2019-09-23
Merge pull request #31751 from clayjohn/GLES3-Viewport-crash-canvas
Rémi Verschelde
2019-09-18
Added skin support and simplified APIs to override bone position.
Juan Linietsky
2019-09-15
throw error when user tries to use Canvas background without sample buffer
clayjohn
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-12
DOF can effect transparent objects now, close #28240
RaphaelHunter
2019-07-29
Merge pull request #30898 from clayjohn/max-lights-reflections
Rémi Verschelde
2019-07-28
add project setting for max lights and reflections in gles3
clayjohn
2019-07-23
Merge pull request #30764 from clayjohn/contact-shadow
Rémi Verschelde
2019-07-22
fix contact shadows appearing when shading casting is off
clayjohn
2019-07-21
Disable high-quality voxel cone tracing by default
Hugo Locurcio
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-07-06
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-02
Fix various memory leaks and errors
Bojidar Marinov
[next]