summaryrefslogtreecommitdiffstats
path: root/drivers/dummy/rasterizer_dummy.h
Commit message (Expand)AuthorAgeFilesLines
* Move remaining dummy drivers to servers.Fabio Alessandrelli2021-06-011-787/+0
* Sync RasterizerDummy changes.Fabio Alessandrelli2021-06-011-0/+3
* Sync DummyRasterizer.Fabio Alessandrelli2021-05-141-0/+1
* Sync RasterizerDummy with latest changes.Fabio Alessandrelli2021-05-071-1/+8
* Sync RasterizerDummy.Fabio Alessandrelli2021-04-291-5/+1
* Implement occlusion cullingjfons2021-04-231-0/+6
* Fix negative VRAM valuesEv1lbl0w2021-03-051-1/+1
* RasterizerDummy now instances Image(s).Fabio Alessandrelli2021-02-171-4/+31
* 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-011-2/+2
* 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-071-2/+2
|/
* 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
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-311-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
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-22/+22
* 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