aboutsummaryrefslogtreecommitdiff
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix bug related to unshaded materials not working on MSVC. Not cleanest solut...Juan Linietsky2017-06-152-10/+13
* Remove error spam on Intel, closes #8665Juan Linietsky2017-06-152-6/+1
* Merge pull request #9109 from RandomShaper/optimize-2d-lightingJuan Linietsky2017-06-143-0/+8
|\
| * Add AT_LIGHT_PASS builtin to canvas shadersPedro J. Estébanez2017-06-152-0/+7
| * Add missing initializer for RasterizerStorageGLES3::Shader::ubo_sizePedro J. Estébanez2017-06-091-0/+1
* | Fix _draw_polygon colors and uvsJuan Linietsky2017-06-141-3/+3
* | Fixed several bugs with directional light, and changed defaults to be more se...Juan Linietsky2017-06-145-156/+23
* | -Fixed occluder rendering, closes #8560Juan Linietsky2017-06-134-11/+16
* | Remove default shadow bias of 0.1 for spot and omni light, fixes #8654Juan Linietsky2017-06-133-13/+13
* | Merge pull request #8835 from ippan/particles_shader_indexJuan Linietsky2017-06-121-0/+1
|\ \
| * | add index to particles glslPanPan2017-05-191-0/+1
* | | Fix bug breaking shader when skeleton+tangents were used, closes #8673Juan Linietsky2017-06-121-1/+1
* | | Fix empty shader related crash, closes #8314Juan Linietsky2017-06-122-1/+6
* | | Fixed _draw_polygon, should help fix other bugs..Juan Linietsky2017-06-122-96/+60
* | | Restored everything related to information polling, and added information box...Juan Linietsky2017-06-114-30/+154
* | | Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-114-138/+246
| |/ |/|
* | renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-3/+3
* | -Restored multithread capability to VisualServerJuan Linietsky2017-06-097-196/+168
* | -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-0/+1
* | Fog is complete!Juan Linietsky2017-06-073-0/+183
* | -working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky2017-06-058-47/+194
* | Merge pull request #9038 from AlexHolly/rect2-rename-posRémi Verschelde2017-06-054-45/+45
|\ \
| * | renamed all Rect2.pos to Rect2.positionalexholly2017-06-044-45/+45
* | | Added depth texture support (using parallax) to default material.Juan Linietsky2017-06-041-0/+5
* | | subsurface scattering is fixed and working againJuan Linietsky2017-06-036-19/+27
|/ /
* | many fixes to image loader, voxel cone tracing, etc.Juan Linietsky2017-06-022-1/+2
* | GI probes working back againJuan Linietsky2017-06-011-4/+4
* | Rework shading modes and change location of light shaderJuan Linietsky2017-06-017-24/+87
* | stuff got modified :(Juan Linietsky2017-05-311-2/+3
* | rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-313-56/+41
* | Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-307-34/+49
* | -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-262-16/+54
* | Removed skybox support, added panorama support. Skybox support may come back ...Juan Linietsky2017-05-256-82/+148
* | More fixes for iOS Godot 3.0BastiaanOlij2017-05-231-0/+5
* | Added texture_get_texidBastiaanOlij2017-05-202-0/+9
|/
* Merge pull request #8793 from ippan/shader_varyingRémi Verschelde2017-05-181-1/+1
|\
| * fix varying in 3.0 shaderPanPan2017-05-171-1/+1
* | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-179-79/+85
|/
* Revert "Particles potential crash fix"Andreas Haas2017-05-151-2/+0
* Particles potential crash fixhonix2017-05-151-0/+2
* Fix local ip addresses (interfaces) detection.Fabio Alessandrelli2017-05-081-4/+11
* Socket helpers now fall back to ipv4 on systems where ipv6 is disabled.Fabio Alessandrelli2017-05-081-1/+9
* Fix UDP wait() not returning after first received packetFabio Alessandrelli2017-05-051-0/+2
* Merge pull request #8589 from tagcup/dxt1_fixRémi Verschelde2017-05-021-1/+1
|\
| * Use correct mode for DXT1 textures.Ferenc Arn2017-04-291-1/+1
* | Merge pull request #8586 from vnen/uwp-3Rémi Verschelde2017-05-012-2/+1
|\ \ | |/ |/|
| * Fix compilation for UWPGeorge Marques2017-04-292-2/+1
* | Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-287-2016/+11
|/
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-234-12/+5
* Merge pull request #8388 from Dobbias/fix_#8381Rémi Verschelde2017-04-181-6/+6
|\