summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-12-10PropertyEditor: Filter out resource_local_to_sceneRémi Verschelde
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan Linietsky
2017-12-09Merge pull request #13341 from scayze/interp_v2Rémi Verschelde
2017-12-09Merge pull request #13424 from MillionOstrich/particles-pause-fixRémi Verschelde
2017-12-08After a lot of trial and error, i think rim lighting implementation is now pe...Juan Linietsky
2017-12-07Added small bit of bias depending on lenght for contact shadows, fixes #12726Juan Linietsky
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-12-06Fixed rim lighting glitch, closes #13340, closes #13986Juan Linietsky
2017-12-05Improve slang, especially in user-visible partsUnknown
2017-12-04-Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky
2017-12-03Disable invariant gl_Position to workaround Mesa bug 100316Rémi Verschelde
2017-12-01small fix so shadows dont need to use a separate material for world vertex co...Juan Linietsky
2017-12-01Properly take into consideration that VERTEX must be written to in opaque pre...Juan Linietsky
2017-11-30Fix wasapi going silent when number of channels are not supportedMarcelo Fernandez
2017-11-30Stop particles resetting on pause.MillionOstrich
2017-11-30Changed the dynamic library open function to allow setting the path of the li...Juan Linietsky
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-27Added interpolation modifiers to shaderlangScayze
2017-11-26Merge pull request #13317 from akien-mga/custom_user_dirRémi Verschelde
2017-11-26Merge pull request #13290 from Chaosus/projectionfixRémi Verschelde
2017-11-26Merge pull request #13264 from zatherz/feature/projectsettings_limitsJuan Linietsky
2017-11-26Fixed invalid transform when skip_vertex_transform usedChaosus
2017-11-26Merge pull request #13277 from DoctorAlpaca/masterJuan Linietsky
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
2017-11-26Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde
2017-11-27Fix shader compilation fail on Androidvolzhs
2017-11-25-Fixed height fog (was broken)Juan Linietsky
2017-11-25Fix particle preprocessing. Fixes #12460.Eric Wiltfang
2017-11-25Fix build on macOS and Android after bc2e8d99Rémi Verschelde
2017-11-25Add range to anisotropic filter level (1 to 16 with integer steps)Zatherz
2017-11-25Completed bc2e8d99e5ae0dbd69e712cc71da3033f5f30139 so that windows can be builtIndah Sylvia
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-25Add ability to opt-out buffer swapping in `VS::draw()`Pedro J. Estébanez
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-19Ability to change indirect light energy.Juan Linietsky
2017-11-20Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde
2017-11-20Merge pull request #13051 from akien-mga/check-gles3-supportRémi Verschelde
2017-11-19Visual Studio project creation bug fixRoyBerube
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde
2017-11-19Check whether GL context supports the expected APIRémi Verschelde
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde
2017-11-17Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde
2017-11-17Merge pull request #12982 from tagcup/aabb_renameRémi Verschelde
2017-11-17Merge pull request #12924 from vnen/light-shaderJuan Linietsky
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-17Fix alpha dithering in viewports with TransparentBg=false and Usage=2D, issue...andrzej.buczynski
2017-11-14Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky
2017-11-14Enable light shaders when light variables are usedGeorge Marques