summaryrefslogtreecommitdiffstats
path: root/drivers/dummy
Commit message (Expand)AuthorAgeFilesLines
* Improve resource load cachereduz2021-02-112-2/+2
* Sync and cleanup Rasterizer Dummy.Fabio Alessandrelli2021-02-111-382/+60
* Simplify Volumetric Fogreduz2021-02-061-3/+1
* Sync RasterizerDummy.Fabio Alessandrelli2021-02-031-0/+1
* DummyRasterizer Sync.Fabio Alessandrelli2021-01-251-2/+4
* Sync RasterizerDummy.Fabio Alessandrelli2021-01-101-17/+60
* Update copyright statements to 2021Rémi Verschelde2021-01-013-6/+6
* Port ASSAO to Godot to replace SAOclayjohn2020-12-211-2/+2
* Sync RasterizerDummy changes.Fabio Alessandrelli2020-12-091-0/+2
* Fix dummy rasterizer so that javascript can build againDavid Snopek2020-12-061-5/+5
* RenderingServer reorganizationreduz2020-12-041-19/+19
* Sync RasterizerDummy changes.Fabio Alessandrelli2020-11-301-2/+6
* Merge pull request #42761 from fire/color-grading-3dRémi Verschelde2020-11-281-1/+1
|\
| * Environment brightness, contrast, saturation restore with color correction.clayjohn2020-11-281-1/+1
* | Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde2020-11-281-0/+2
|\ \
| * | Add sky_only setting to DirectionalLight3Dsclayjohn2020-10-211-0/+2
* | | Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut2020-11-231-10/+10
| |/ |/|
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-6/+0
* | RasterizerDummy fixes.Fabio Alessandrelli2020-11-101-8/+16
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-3/+3
|/
* Revert "Replace SAO implementation with MSSAO"Juan Linietsky2020-10-181-2/+2
* Merge pull request #42077 from clayjohn/MSSAOJuan Linietsky2020-10-181-2/+2
|\
| * Replace SAO implementation with MSSAOclayjohn2020-10-181-2/+2
* | Optimize Glow with local memoryclayjohn2020-10-181-1/+1
|/
* Fix dummy rasterizer with new interface.Fabio Alessandrelli2020-10-131-0/+24
* Fix RasterizerDummy, override, cleanup.Fabio Alessandrelli2020-09-181-483/+467
* Add high quality glow modeclayjohn2020-08-311-0/+1
* Environment: Refactor code for readability + moreRémi Verschelde2020-07-011-1/+1
* Fix RasterizerDummy after SDF GI changes.Fabio Alessandrelli2020-06-301-6/+27
* Delete DummyMesh when RasterizerStorageDummy is freedCJ DiMaggio2020-05-201-0/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Fix DummyRenderer after new lightmapper merge.Fabio Alessandrelli2020-05-111-3/+35
* Restore RasterizerDummy.Fabio Alessandrelli2020-05-101-6/+58
* Merge pull request #36083 from Calinou/dummy-loader-add-extensionsRémi Verschelde2020-04-231-3/+27
|\
| * Add more extensions to the dummy texture loaderHugo Locurcio2020-04-081-3/+27
* | Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
|/
* Replace NULL with nullptrlupoDharkael2020-04-022-2/+2
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-61/+61
* Working sky shader implementationclayjohn2020-03-211-1/+6
* Add shader based background modeBastiaan Olij2020-03-191-0/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* Restore dummy rasterizerFabio Alessandrelli2020-03-081-94/+165
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-282-2/+2
* Remove unused driver/dummy/audio_driver_dummy.hTwarit2020-02-201-58/+0
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-182-23/+23
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* basic 2D engine is more or less working with Vulkan, including editor.Juan Linietsky2020-02-111-1/+1
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-1/+1