summaryrefslogtreecommitdiffstats
path: root/drivers/dummy
Commit message (Expand)AuthorAgeFilesLines
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-181-1/+0
* Merge pull request #29764 from Calinou/boot-splash-no-filter-optionRémi Verschelde2019-06-161-1/+1
|\
| * Add an option to disable boot splash filteringHugo Locurcio2019-06-151-1/+1
* | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+2
|/
* Implement ability to render viewports directly to screenclayjohn2019-05-131-0/+1
* Merge pull request #25670 from aqnuep/bake_mode_affect_gi_proveRémi Verschelde2019-04-301-0/+2
|\
| * Disable GI probe capturing lights with bake mode disabledDaniel Rakos2019-04-231-0/+2
* | Add option to have viewport render into supplied textureBastiaan Olij2019-04-061-1/+2
* | Skeletons can now choose between using local or world coords for processing, ...Juan Linietsky2019-03-031-0/+1
|/
* Properly get proxy texture size for canvas light, fixes #17067Juan Linietsky2019-01-271-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Fix missing/malformed license headersRémi Verschelde2019-01-012-2/+2
* Merge pull request #24366 from BastiaanOlij/adjust_sky_orientationRémi Verschelde2018-12-161-0/+1
|\
| * Adding option to re-orient our skyBastiaan Olij2018-12-151-0/+1
* | Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+1
|/
* Added luminance capping to avoid glitches on small dots. closes #17996Juan Linietsky2018-11-281-1/+2
* Do not draw particles if they are not processing at all, fixes #19507Juan Linietsky2018-11-191-0/+2
* Merge pull request #23248 from dlasalle/fogJuan Linietsky2018-11-141-1/+1
|\
| * Add parameter for fog max depth and use alpha as density.Dominique LaSalle2018-11-131-1/+1
* | Cleaned up and fixed the base_changed function in rasterizers, also fixes #15617Juan Linietsky2018-11-141-12/+2
|/
* Moving lens distortion shader into drivers and adding GLES2 supportBastiaan Olij2018-10-021-0/+1
* -Lightmap and lightmap capture support for GLES2Juan Linietsky2018-09-281-0/+2
* Reflection probe support in GLES2 back-end.Juan Linietsky2018-09-281-0/+1
* Set uniform default values in inspectorJFonS2018-09-131-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-4/+6
* Fall back to GLES2 if GLES3 is not workingHein-Pieter van Braam2018-08-261-0/+4
* add 3D texturesThomas Herzog2018-07-301-5/+9
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde2018-07-251-1/+1
|\
| * Rasterizers are now in sync with engineGustav Lund2018-06-051-1/+1
* | Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-4/+0
* | Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner2018-07-171-1/+0
* | Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner2018-07-171-0/+1
|\ \
| * | Fix #19507 Not emitted particles affects performancemalbach2018-06-251-0/+1
| |/
* | Finally figured out how to implement AnimatedTexture properly.Juan Linietsky2018-07-161-0/+1
* | Fix dummy renderer for CPU particlesLeon Krause2018-07-101-1/+5
* | Fix server build after 7fc23675Rémi Verschelde2018-07-031-1/+1
|/
* Merge pull request #18798 from jfaust/bugfix/scene-import-on-server-platformRémi Verschelde2018-05-151-24/+132
|\
| * Fix scene import when platform=serverJosh Faust2018-05-111-24/+132
* | Merge pull request #18680 from Gamblify/DummyTextureLoaderRémi Verschelde2018-05-152-0/+134
|\ \ | |/ |/|
| * Dummy texture importerGustav Lund2018-05-092-0/+134
* | Implement missing methods in dummy rasterizerFabio Alessandrelli2018-05-101-0/+14
|/
* Add missing return statements (iOS and server).bruvzg2018-02-252-14/+18
* 2D Skeletons WORK IN PROGRESSJuan Linietsky2018-02-211-1/+1
* Create and return LightmapCapture.K. S. Ernest (iFire) Lee2018-02-151-13/+60
* Add dummy audio driver, fix dummy rasterizerK. S. Ernest (iFire) Lee2018-02-153-5/+81
* Fixes to OS_Server and DummyRasterizer to match new signaturesFabio Alessandrelli2018-02-151-0/+1
* Add dummy Texture handlingFabio Alessandrelli2018-02-151-10/+74
* Add dummy resterizer driverFabio Alessandrelli2018-02-152-0/+544