summaryrefslogtreecommitdiff
path: root/drivers/gles3/rasterizer_scene_gles3.cpp
AgeCommit message (Expand)Author
2017-04-08Particle system is complete. Rejoice!Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-03-13Merge pull request #8009 from Calinou/directional_shadow_interpolationRémi Verschelde
2017-03-12converted skeletons from uniform to textureJuan Linietsky
2017-03-11Improve directional shadow filtering by using linear interpolationHugo Locurcio
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-03-02Added missing FIXMEs in PR #7878Ferenc Arn
2017-02-28 Various fixes detected using PVS-Studio static analyzer.Thaer Razeq
2017-02-22Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ...Juan Linietsky
2017-02-21-renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky
2017-02-16a ton of bug fixes to the rendererJuan Linietsky
2017-02-15Many fixes to make exported scenes work better, still buggy.Juan Linietsky
2017-02-08basic contact shadows implementation, will most likely need some polishingJuan Linietsky
2017-02-06shadows were not working in-editor for nvidia, fixed nowJuan Linietsky
2017-02-06Several bugfixes, improving the import workflowJuan Linietsky
2017-02-02Merge pull request #7689 from eska014/webgl2Rémi Verschelde
2017-02-01Enable WebGL2 in web export, start fixing buildeska
2017-01-16Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn
2017-01-16Working on compile issues for iOSBastiaanOlij
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-14no more errors related to missing GlobalConfig::Get (or so I hope)Juan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-12Unify naming of blendshape / morphtarget into just "Blend Shape"Juan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-01WIP particle systemJuan Linietsky
2016-12-31Some fixes and clean upsJuan Linietsky
2016-12-24fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz
2016-12-23Fixed many more bugs reported by ValgrindJuan Linietsky
2016-12-23put some limits to max ubo sizes to avoid crashesJuan Linietsky
2016-12-22can bake for omni and spotlightJuan Linietsky
2016-12-21Some BRDF fixesJuan Linietsky
2016-12-21Godot works on Windows again..reduz
2016-12-20work in progress global illuminationJuan Linietsky
2016-12-10DOF blur, near and far fields..Juan Linietsky
2016-12-08Multi stage glow with light bleeding from HDRJuan Linietsky
2016-12-07Tonemapping and Auto Exposure supportJuan Linietsky
2016-12-04fix small issue with copying reflectionsJuan Linietsky
2016-12-04Support for SSAOJuan Linietsky
2016-12-02Subsurface scattering material param is now working!Juan Linietsky
2016-11-29Screen space reflection effectJuan Linietsky
2016-11-24Blend shapes using transform feedback (GPU)Juan Linietsky
2016-11-23implemented immediatesJuan Linietsky
2016-11-22Migrated from GLES to GLAD, fixes many issues.Juan Linietsky
2016-11-22Instancing is working! (hooray)Juan Linietsky
2016-11-21Skeletons are working now.Juan Linietsky
2016-11-20Huge amount of improvement in the material system. Materials should beJuan Linietsky