51 次代码提交 (main)

作者 SHA1 备注 提交日期
Julien Ignace 0813f11a Missing files. 8 年前
Julien Ignace c5b3d8ad Fix small temporary modification. 8 年前
Julien Ignace cf70d586 Fixed the number of sample for GGX convolution. 8 年前
Evgenii Golubev 16b21b8b Fix the cubemap GGX convolution 8 年前
Sebastien Lagarde ceca355d HDRenderLoop: Do misc refactor for the sky + few optim + write lot of todo 8 年前
Evgenii Golubev 23f38d59 Use the Fibonacci sequence for convolving with GGX 8 年前
Evgenii Golubev dba98485 Improve the support of the Fibonacci sequence 8 年前
Evgenii Golubev 9ec4d867 Clean up 8 年前
Evgenii Golubev c31ad089 Build probability tables using only 2D textures (cubemaps as arrays) 8 年前
Evgenii Golubev e195a008 Remove semicolons after macro definitions 8 年前
Evgenii Golubev ab866dab Add the initial implementation of light importance sampling 8 年前
Evgenii Golubev 26726ebe Improve MIS texture parameter naming 8 年前
Evgenii Golubev cd501ebc Vary the sample count depending on roughness 8 年前
Evgenii Golubev 6f11466b Revert the UNITY_SPECCUBE_LOD_STEPS change 8 年前
Evgenii Golubev 360609df Reduce the importance sampling bias 8 年前
Evgenii Golubev fff4efdf Remove multiple definitions of the light sampling texture dimensions 8 年前
sebastienlagarde b890244e HDRenderLoop: Rename the directory HDRenderLoop in HDRenderPipeline 8 年前
Julien Ignace 47800dae Fixed a number of issues on PS4 8 年前
sebastienlagarde 886b32ec HDRenderPipeline: update unlit shader 8 年前
Evgenii Golubev 8a25c51c Precompute IBL light sample directions 8 年前
Evgenii Golubev 846d4f8d Precompute IBL samples on GPU 8 年前
Evgenii Golubev 65c98c8d Factor out the GGX filtering code 8 年前
Julien Ignace c83f3d4a Merge branch 'master' into Branch_fix-ps4-hdrenderloop 8 年前
Juho Oravainen 4320bff0 Initial metal support kickoff. Tweaked shader pragma targets from 5.0 to 4.5. Added metal to only_renderers lists. Added initial platform header API/Metal.hlsl. Couple of include paths changed to absolute until a bugfix lands on Unity side. 8 年前
Evgenii Golubev 9fc5bc97 Fix typos 8 年前
Sebastien Lagarde a1e0f1e9 Rename scriptableRenderLoop Folder to ScriptableRenderPipeline 7 年前
sebastienlagarde ddd7d5d5 HDRenderPipeline: Change all include shader absolute path to relative path 7 年前
Antti Tapaninen d5c54cc8 increase precision for _GgxIblSamples 7 年前
sebastienlagarde b088bb9a HDRenderPipeline: Moive all shaders/compute into resources asset 7 年前
Evgenii Golubev 70499455 Switch to HDCamera matrices (WIP, shadows have not yet been fixed) 7 年前
Evgenii Golubev d8386bd4 Address the PR feedback 7 年前
Evgenii Golubev 07664395 Remove the pre-generated mesh dependency from the GGX convolution shader 7 年前
Peter Bay Bastian a1133cd9 Update #includes of ShaderLibrary to new path 7 年前
Peter Bay Bastian f8b46ea3 Merge remote-tracking branch 'origin/master' into restructuring 7 年前
Evgenii Golubev e2fd5eac Update the render state of full screen passes 7 年前
Evgenii Golubev cf57d1d5 Use the distribution of visible normals for runtime IBL prefiltering 7 年前
Mikko Strandborg a2a3c47b Add vulkan to the list of only_renderers in all the shaders 7 年前
Peter Bay Bastian 9dd5e5c5 Change shader include paths to take advantage of Core being an include path now 7 年前
Antti Tapaninen f53de9f7 unify only_renderers list, fix typos 7 年前
Peter Bay Bastian b7db3ef9 Merge branch 'shader-include-paths-2' 7 年前
Julien Ignace ec66382f - Moved GGX Convolution related files to Material/GGXConvolution 7 年前
sebastienlagarde 0feb39a6 HDRenderPipeline: Add xboxone support 7 年前
Evgenii Golubev 4cd2d228 Replace all sampler macros with SAMPLER 7 年前
Evgenii Golubev 68313a0e Remove `sampler_SkyTexture` and `sampler_MainTex` 7 年前
Evgenii Golubev 26ec6100 Update the texture abstraction to support shadows 7 年前
sebastienlagarde 4b26e012 Move all core file to subfolder CoreRP + update shader include path to CoreRP/ShaderLibrary 7 年前
Kay Chang 42c358c5 Added Switch support for SRP sample project. 6 年前
sebastienlagarde 003ed8ce Add pipeline subshader tags for HD 6 年前
sebastienlagarde 9630d754 Rename HDPipeline => HDRenderPipeline + Fix issue with decal.shader 6 年前
Kay Chang 53b01e3a WIP adding Switch support. 6 年前
Kay Chang c279dc9c Re-added modified files for Switch without BOM. 6 年前