summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix issues when rendering panoramic sky in stereoscopicBastiaan Olij2017-10-102-27/+64
* | | | Merge pull request #11818 from tagcup/anisotropic_ggxRémi Verschelde2017-10-111-18/+59
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix anisotropic GGX D function, and introduce and use anistropic GGX G function.Ferenc Arn2017-10-091-18/+59
* | | | Merge pull request #11958 from hi-ogawa/fix-shadow-map-front-faceGilles Roudiere2017-10-111-1/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix front face definitionHiroshi Ogawa2017-10-091-1/+2
| |/ /
* | | Merge pull request #11959 from hi-ogawa/fix-shadow-atlas-invalidationAndreas Haas2017-10-101-0/+2
|\ \ \ | |_|/ |/| |
| * | Track LightInstance::shadow_atlases so that it will be freed properlyHiroshi Ogawa2017-10-091-0/+2
| |/
* | Merge pull request #11827 from hi-ogawa/fix-shader-type-errorRémi Verschelde2017-10-091-13/+12
|\ \
| * | Fix type error in subsurface scattering shader codeHiroshi Ogawa2017-10-041-13/+12
| |/
* | Merge pull request #11810 from marcelofg55/osx_export_improvRémi Verschelde2017-10-092-3/+7
|\ \ | |/ |/|
| * OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-032-3/+7
* | Avoid failed viewport when size is too smal, fixes #9891Juan Linietsky2017-10-031-5/+5
* | Various clean ups and cosmetic changes in scene.glsl.Ferenc Arn2017-10-031-74/+75
|/
* Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-029-58/+182
|\
| * Extract logging logicRuslan Mustakov2017-09-259-58/+182
* | Merge pull request #11700 from tagcup/clearcoat_fixAndreas Haas2017-10-021-1/+7
|\ \
| * | Fix clearcoat without Schlick-GGX specular.Ferenc Arn2017-09-291-1/+7
* | | Merge pull request #11716 from marcelofg55/coreaudio_driverPoommetee Ketson2017-10-024-0/+413
|\ \ \
| * | | Merged iphone and osx audio drivers into drivers/coreaudioMarcelo Fernandez2017-09-304-0/+413
| |/ /
* | | Merge pull request #11774 from ISylvox/fix-msvc-buildLeon Krause2017-10-021-10/+10
|\ \ \
| * | | Fixed MSVC build issue introduced by commit c864b782c05f5e2833afd69a4c0dfc6fb...Indah Sylvia2017-10-021-10/+10
* | | | missing PI division on vertex shaderJuan Linietsky2017-10-021-1/+2
|/ / /
* | | Slight proposed fixes to PBR.Juan Linietsky2017-10-011-2/+2
* | | Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ...Juan Linietsky2017-10-012-16/+14
* | | Switched Burley/Lambert, and restored diffuse term to 0-1 range for compatibi...Juan Linietsky2017-10-011-3/+6
* | | Merge pull request #11694 from tagcup/lambert_normalizationJuan Linietsky2017-10-011-2/+2
|\ \ \
| * | | Ensure that Lambert is energy conserving.Ferenc Arn2017-09-291-2/+2
| |/ /
* | | Add missing N.L factor to Burley's contribution to radiance.Ferenc Arn2017-10-011-1/+1
* | | Fix environmental BRDF.Ferenc Arn2017-09-301-6/+7
* | | near and far are reserved for near and far pointers in MSVRBastiaan Olij2017-09-301-3/+3
* | | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ...Juan Linietsky2017-09-294-20/+34
|/ /
* | Merge pull request #11672 from tagcup/fix_oren_nayarGilles Roudiere2017-09-291-2/+3
|\ \
| * | Fix Oren-Nayar diffuse.Ferenc Arn2017-09-281-2/+3
* | | Fixed typo: 'texure' to 'texture'Indah Sylvia2017-09-291-1/+1
|/ /
* | Fixes to light shaders, should work now..Juan Linietsky2017-09-272-0/+11
* | Avoid pow in Burley diffuse.Ferenc Arn2017-09-261-4/+4
* | Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-252-2/+2
* | Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade2017-09-251-3/+3
|/
* Added light affect parameter to baked AOJuan Linietsky2017-09-232-0/+7
* -Fixed redraw always on 3D viewprot bugJuan Linietsky2017-09-231-0/+2
* Fixes to rim parameter in shaderJuan Linietsky2017-09-231-10/+10
* Added proximity and distance fade to SpatialMaterialJuan Linietsky2017-09-214-0/+5
* Rename pos to position in user facing methods and variablesletheed2017-09-204-6/+6
* Merge pull request #11252 from marcelofg55/fix_noaudio_crashRémi Verschelde2017-09-171-1/+1
|\
| * Fix crash when no audio driver is availableMarcelo Fernandez2017-09-131-1/+1
* | Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-172-0/+11
* | Merge pull request #11276 from hpvb/fix-11270Rémi Verschelde2017-09-171-4/+5
|\ \
| * | Only do 'drive' discovery on X11Hein-Pieter van Braam2017-09-141-4/+5
* | | Renamed function arguments to keep them consistent between declaration and im...Wilson E. Alvarez2017-09-141-1/+1
|/ /
* | Merge pull request #11160 from marcelofg55/drive_funcs_x11Rémi Verschelde2017-09-132-2/+93
|\ \ | |/ |/|