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
/
storage
/
config.cpp
Age
Commit message (
Expand
)
Author
2022-10-27
Merge pull request #64710 from MinusKube/window-size-crash
Clay John
2022-10-21
Add multiview to the opengl3 driver
David Snopek
2022-10-06
Use a giant UBO to optimize performance in 2D
clayjohn
2022-09-04
Prevent windows from having a size greater than device limit
MinusKube
2022-08-08
Fix macOS and iOS defines in the rendering code.
bruvzg
2022-08-04
Force disable S3TC support on Android/iOS since we don't handle it
Rémi Verschelde
2022-05-24
Add clipping, backbuffer, and CanvasGroups to 2D GLES3 renderer
clayjohn
2022-05-13
Merge pull request #60894 from derammo/derammo_opengl3_windows
Rémi Verschelde
2022-05-12
Basic 3D rendering
clayjohn
2022-05-11
opengl3 driver now works on windows including multi window
derammo
2022-04-26
Overhaul GLES3: Add basis for 3D renderer, overhaul materials and textures
clayjohn
2022-04-19
Initialize OpenGL before rasterizers in GLES3
clayjohn
2022-04-17
Merge canvas and decal into TextureStorage and add render target
Bastiaan Olij
2022-03-16
Split dummy renderer classes into separate files
Bastiaan Olij