summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* A typo in ShaderCompilerGLES2 constructor code '==' used instead of '='nemerle2018-06-131-1/+1
* Set SO_BROADCAST socket option for UDP sockets.Fabio Alessandrelli2018-06-051-0/+7
* Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-311-1/+0
* Merge pull request #19029 from BastiaanOlij/more_viewport_texture_fixesBastiaan Olij2018-05-272-8/+6
|\
| * Fixed generating radiance texture when using viewport texture for skyBastiaan Olij2018-05-192-8/+6
* | Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner2018-05-262-0/+2
|\ \
| * | Allow body-up-to-EOF HTTP responsesPedro J. Estébanez2018-05-222-0/+2
* | | Merge pull request #18884 from bojidar-bg/17698-screentex-bugMax Hilbrunner2018-05-262-5/+5
|\ \ \ | |_|/ |/| |
| * | Fix a corner-case bug in _copy_texscreen in the gles3 rendererBojidar Marinov2018-05-152-5/+5
* | | Fix UWP build after #14622.bruvzg2018-05-182-4/+4
* | | Fixes issue that a viewport texture doesn't work with particle shaderBastiaan Olij2018-05-181-0/+3
* | | 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
* | | | | Fix Linux/X11 build on ARMs.bruvzg2018-05-111-1/+1
| |/ / / |/| | |
* | | | Implement missing methods in dummy rasterizerFabio Alessandrelli2018-05-101-0/+14
| |/ / |/| |
* | | Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-082-2/+95
|\ \ \
| * | | Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-072-2/+95
* | | | Local debugger fixes and extensionsBlazej Floch2018-05-072-0/+18
* | | | Merge pull request #17845 from JFonS/disable_spatial_shadowsJuan Linietsky2018-05-072-0/+7
|\ \ \ \
| * | | | Added flag on SpatialMaterial to disable shadowsJFonS2018-03-292-0/+7
* | | | | Merge pull request #18159 from ShyRed/viewportskyJuan Linietsky2018-05-071-1/+5
|\ \ \ \ \
| * | | | | Fix binding of ViewportTexture to SkyShyRed2018-04-121-1/+5
* | | | | | Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky2018-05-074-0/+59
|\ \ \ \ \ \
| * | | | | | Added partial texture update to VisualServerMarc Gilleron2018-04-294-0/+59
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #18677 from BastiaanOlij/add_no_blendJuan Linietsky2018-05-073-0/+21
|\ \ \ \ \ \
| * | | | | | Add no-blend canvas item render_modeBastiaan Olij2018-05-073-0/+21
* | | | | | | Merge pull request #18524 from BastiaanOlij/keep_3d_linearJuan Linietsky2018-05-072-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added option to viewport to keep linear colorBastiaan Olij2018-05-062-0/+5
* | | | | | | Resume audio on iOS after phone call or alarmRuslan Mustakov2018-05-072-1/+13
|/ / / / / /
* | | | | | Skeletal deform workingJuan Linietsky2018-05-043-34/+58
* | | | | | Skeleton for 2D WIPJuan Linietsky2018-05-037-5/+136
* | | | | | Merge pull request #16359 from Noshyaar/convertRémi Verschelde2018-05-031-1/+1
|\ \ \ \ \ \
| * | | | | | Particles: fix corrupted scene when saved after convert (2nd try)Poommetee Ketson2018-02-241-1/+1
* | | | | | | Fix delay in rename_error windows save loop, should be 100msec, not 1secRobin Hübner2018-05-031-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #18372 from Gamblify/largePckFixRémi Verschelde2018-05-031-3/+3
|\ \ \ \ \ \
| * | | | | | Fix for large .pck filesGustav Lund2018-05-031-3/+3
| | |/ / / / | |/| | | |
* | | | | | Prevent PulseAudio driver to lock its mutex for too longMarcelo Fernandez2018-05-011-2/+11
* | | | | | Merge pull request #18334 from Faless/coverity_netRémi Verschelde2018-05-015-12/+35
|\ \ \ \ \ \
| * | | | | | Various coverity scan fixes for networkingFabio Alessandrelli2018-04-215-12/+35
* | | | | | | Merge pull request #18321 from Crazy-P/Fixes-logically-dead-codeRémi Verschelde2018-05-011-2/+0
|\ \ \ \ \ \ \
| * | | | | | | Fixes logically dead code (Coverity)Crazy-P2018-04-211-2/+0
| |/ / / / / /
* | / / / / / GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...Robin Hübner2018-04-281-0/+6
| |/ / / / / |/| | | | |
* | | | | | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-223-3/+3
|/ / / / /
* | | | | Merge pull request #18316 from Noshyaar/httpMax Hilbrunner2018-04-201-1/+1
|\ \ \ \ \
| * | | | | [DOCS] add HTTPRequest.request return valuesPoommetee Ketson2018-04-201-1/+1
* | | | | | Fix case mismatch check on WindowsRémi Verschelde2018-04-181-9/+12
* | | | | | Test and warn of case mismatch on WindowsJuan Linietsky2018-04-181-0/+18
* | | | | | Merge pull request #17391 from PJB3005/18-03-09-fix-canvas-light-shadersRémi Verschelde2018-04-182-28/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | |