| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #13290 from Chaosus/projectionfix | Rémi Verschelde | 2017-11-26 | 1 | -5/+0 |
| |\ |
|
| | * | Fixed invalid transform when skip_vertex_transform used | Chaosus | 2017-11-26 | 1 | -5/+0 |
| * | | Fix shader compilation fail on Android | volzhs | 2017-11-27 | 1 | -2/+2 |
| |/ |
|
| * | -Fixed height fog (was broken) | Juan Linietsky | 2017-11-25 | 1 | -1/+1 |
| * | remove half_texpixel in canvas since no longer used | Juan Linietsky | 2017-11-12 | 1 | -1/+0 |
| * | Fixed a bug where clamp_uv was clamping one pixel short, stretching the last ... | Nathan Warden | 2017-11-11 | 1 | -1/+1 |
| * | Add viewport to the other SceneData struct. | Ferenc Arn | 2017-10-30 | 1 | -0/+1 |
| * | Merge pull request #12288 from tagcup/expose_viewport_size | Juan Linietsky | 2017-10-30 | 1 | -0/+2 |
| |\ |
|
| | * | Expose VIEWPORT_SIZE in shader language. | Ferenc Arn | 2017-10-26 | 1 | -0/+2 |
| * | | Revert "Rename Schlick GGX to GGX." | Rémi Verschelde | 2017-10-23 | 1 | -3/+3 |
| * | | Partially undo #11807. | Ferenc Arn | 2017-10-22 | 1 | -2/+2 |
| * | | Many fixes to SSAO, should be good now. | Juan Linietsky | 2017-10-22 | 2 | -11/+33 |
| * | | Merge pull request #12297 from tagcup/clearcoat_fix | Rémi Verschelde | 2017-10-22 | 1 | -4/+6 |
| |\ \ |
|
| | * | | Don't add clearcoat BRDF to specular light as-is. | Ferenc Arn | 2017-10-21 | 1 | -4/+6 |
| | |/ |
|
| * / | Rename Schlick GGX to GGX. | Ferenc Arn | 2017-10-21 | 1 | -3/+3 |
| |/ |
|
| * | Corrections to #11807. | Ferenc Arn | 2017-10-21 | 1 | -9/+9 |
| * | Merge pull request #11807 from tagcup/roughness_metallic_limiting_cases | Juan Linietsky | 2017-10-21 | 1 | -49/+52 |
| |\ |
|
| | * | Fix the condition when specular light calculation is avoided (should be rough... | Ferenc Arn | 2017-10-11 | 1 | -49/+52 |
| * | | Fix render mode specular schlick ggx | Hiroshi Ogawa | 2017-10-14 | 1 | -5/+3 |
| * | | Merge pull request #12048 from hi-ogawa/fix-viewport-vflip | Rémi Verschelde | 2017-10-12 | 1 | -6/+1 |
| |\ \
| |/
|/| |
|
| | * | Fix viewport vflip | Hiroshi Ogawa | 2017-10-12 | 1 | -6/+1 |
| * | | Merge pull request #11966 from BastiaanOlij/stereo_sky | Rémi Verschelde | 2017-10-11 | 1 | -1/+23 |
| |\ \ |
|
| | * | | Fix issues when rendering panoramic sky in stereoscopic | Bastiaan Olij | 2017-10-10 | 1 | -1/+23 |
| | |/ |
|
| * | | Merge pull request #11818 from tagcup/anisotropic_ggx | Rémi Verschelde | 2017-10-11 | 1 | -18/+59 |
| |\ \
| |/
|/| |
|
| | * | Fix anisotropic GGX D function, and introduce and use anistropic GGX G function. | Ferenc Arn | 2017-10-09 | 1 | -18/+59 |
| * | | Fix type error in subsurface scattering shader code | Hiroshi Ogawa | 2017-10-04 | 1 | -13/+12 |
| |/ |
|
| * | Various clean ups and cosmetic changes in scene.glsl. | Ferenc Arn | 2017-10-03 | 1 | -74/+75 |
| * | Merge pull request #11700 from tagcup/clearcoat_fix | Andreas Haas | 2017-10-02 | 1 | -1/+7 |
| |\ |
|
| | * | Fix clearcoat without Schlick-GGX specular. | Ferenc Arn | 2017-09-29 | 1 | -1/+7 |
| * | | missing PI division on vertex shader | Juan Linietsky | 2017-10-02 | 1 | -1/+2 |
| * | | Slight proposed fixes to PBR. | Juan Linietsky | 2017-10-01 | 1 | -2/+2 |
| * | | Using advise from Matias, left the 0-1 range for lights, divisiom by PI, and ... | Juan Linietsky | 2017-10-01 | 1 | -7/+4 |
| * | | Switched Burley/Lambert, and restored diffuse term to 0-1 range for compatibi... | Juan Linietsky | 2017-10-01 | 1 | -3/+6 |
| * | | Merge pull request #11694 from tagcup/lambert_normalization | Juan Linietsky | 2017-10-01 | 1 | -2/+2 |
| |\ \ |
|
| | * | | Ensure that Lambert is energy conserving. | Ferenc Arn | 2017-09-29 | 1 | -2/+2 |
| | |/ |
|
| * | | Add missing N.L factor to Burley's contribution to radiance. | Ferenc Arn | 2017-10-01 | 1 | -1/+1 |
| * | | Fix environmental BRDF. | Ferenc Arn | 2017-09-30 | 1 | -6/+7 |
| * | | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ... | Juan Linietsky | 2017-09-29 | 1 | -5/+7 |
| |/ |
|
| * | Merge pull request #11672 from tagcup/fix_oren_nayar | Gilles Roudiere | 2017-09-29 | 1 | -2/+3 |
| |\ |
|
| | * | Fix Oren-Nayar diffuse. | Ferenc Arn | 2017-09-28 | 1 | -2/+3 |
| * | | Fixed typo: 'texure' to 'texture' | Indah Sylvia | 2017-09-29 | 1 | -1/+1 |
| |/ |
|
| * | Fixes to light shaders, should work now.. | Juan Linietsky | 2017-09-27 | 1 | -0/+4 |
| * | Avoid pow in Burley diffuse. | Ferenc Arn | 2017-09-26 | 1 | -4/+4 |
| * | Added light affect parameter to baked AO | Juan Linietsky | 2017-09-23 | 1 | -0/+5 |
| * | Fixes to rim parameter in shader | Juan Linietsky | 2017-09-23 | 1 | -10/+10 |
| * | Added proximity and distance fade to SpatialMaterial | Juan Linietsky | 2017-09-21 | 1 | -0/+2 |
| * | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | 2017-09-12 | 1 | -7/+16 |
| * | Fixed orthogonal projection in all effects and post processes | Juan Linietsky | 2017-09-07 | 6 | -912/+957 |
| * | Several fixes to directional shadows, closes #10926 | Juan Linietsky | 2017-09-07 | 1 | -904/+911 |
| * | -Fix folow surface in subsurface scattering, closes #10696 | Juan Linietsky | 2017-09-06 | 1 | -56/+57 |