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_gles3.cpp
Age
Commit message (
Expand
)
Author
2017-06-11
Restored everything related to information polling, and added information box...
Juan Linietsky
2017-06-04
renamed all Rect2.pos to Rect2.position
alexholly
2017-05-17
Removal of Image from Variant, converted to a Resource.
Juan Linietsky
2017-04-29
Fix compilation for UWP
George Marques
2017-04-09
Restored (And auto-generated) splash image
Juan Linietsky
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-02-21
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-16
a ton of bug fixes to the renderer
Juan Linietsky
2017-02-06
shadows were not working in-editor for nvidia, fixed now
Juan Linietsky
2017-01-16
Working on compile issues for iOS
BastiaanOlij
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-05
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2017-01-05
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-04
First set of changes to fix compilation errors and initialise the gles3 rende...
BastiaanOlij
2017-01-01
WIP particle system
Juan Linietsky
2016-12-24
fixed a horrible bug on Windows AMD, scenes saved until now in this branch
reduz
2016-12-22
can bake for omni and spotlight
Juan Linietsky
2016-12-21
Some BRDF fixes
Juan Linietsky
2016-12-21
Godot works on Windows again..
reduz
2016-11-29
Screen space reflection effect
Juan Linietsky
2016-11-23
WIP immediates and proper buffers swapping
Juan Linietsky
2016-11-22
Migrated from GLES to GLAD, fixes many issues.
Juan Linietsky
2016-11-22
Instancing is working! (hooray)
Juan Linietsky
2016-11-21
Skeletons are working now.
Juan Linietsky
2016-11-19
working reflection probes!!
Juan Linietsky
2016-11-11
Done with lights and shadows (wonder if i'm missing something..)
Juan Linietsky
2016-10-29
-Many many fixes
Juan Linietsky
2016-10-19
Everything returning to normal in 3D, still a long way to go
Juan Linietsky
2016-10-10
2D Shaders are working again using the new syntax, though all is buggy in gen...
Juan Linietsky
2016-10-05
-Added ViewportContainer, this is the only way to make viewports show up in G...
Juan Linietsky
2016-10-03
Begining of GLES3 renderer:
Juan Linietsky