1627 次代码提交 (943f8944-35c7-41a9-a8fb-44c15da70ab1)

作者 SHA1 备注 提交日期
Sebastien Lagarde 97a2db70 HDRenderLoop: Premultiply EmissiveIntensity and EmissiveColor + few renaming 8 年前
Julien Ignace 1260f4fb Cleaned up profiling marker usage in HDRenderLoop (Will need PR "ignore empty named Cmd Buffer marker" to be complete) 8 年前
Evgenii Golubev 702da3ab Replace the reciprocal with the division for readability 8 年前
Julien Ignace 9b94966f Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 8 年前
GitHub b691a844 Merge pull request #18 from EvgeniiG/master 8 年前
Evgenii Golubev fe62dd2b Remove an outdated TODO 8 年前
Evgenii Golubev bfabcc16 Implement GetEllipsoidalDistanceAttenuation() for line and area lights 8 年前
Evgenii Golubev 2c052fee Fix numerical integration issues 8 年前
Evgenii Golubev 60997982 Naming consistency improvements 8 年前
Evgenii Golubev f2bf0055 Perform branching on light type earlier 8 年前
Evgenii Golubev 8ba9f706 Make the LTC line algorithm numerically safe 8 年前
Evgenii Golubev f85c5fe4 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 8 年前
Evgenii Golubev 0ae839d1 Add TODOs 8 年前
Evgenii Golubev a8c88c7d Add dielectrics for testing 8 年前
Evgenii Golubev 700f909f Update preprocessor definitions 8 年前
Evgenii Golubev ca4fef9f Add the initial implementation of LTC line lights 8 年前
GitHub e23c3b62 Merge pull request #19 from Unity-Technologies/LitUI_Splitting 8 年前
Paul Demeulenaere edb3630a Create BaseLitGUI in order to share common UI behavior with MaterialGraph (an early merge of this change will ease the next merges) 8 年前
Aras Pranckevicius 4e936089 Disable Metal on Mac for now (import problems with some of the compute shaders, being looked at) 8 年前
sebastienlagarde 91937fed HDRenderLoop: Merge FPTL - start light application 8 年前
Julien Ignace 1622e984 - Disabled SkyRendering when no HDRI is present. 8 年前
Julien Ignace 4b803be4 Fixed compilation and renaming because of last merge. 8 年前
Julien Ignace 442892e0 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 8 年前
Julien Ignace 44b015c9 SkyRenderer now renders into a 256 cubemap RT and updates GI with it. 8 年前
joce 9a543d90 update to latest GraphView 8 年前
joce b965052b update to latest canvas2d branch 8 年前
joce bdd758ff Add GraphView as submodule 8 年前
joce 0b37ab28 Remove GraphView copy 8 年前
joce f4fad3a8 Update to latest GraphView 8 年前
Peter Bay Bastian ab990b62 TypeMapper and ScriptableObjectFactory 8 年前
joce 4702ac61 Updated graphs 8 年前
joce 2a1b5b99 TypeMapper => GraphTypeMapper 8 年前
joce c5baafe7 Integrate latest GraphView 8 年前
joce 7ab5cea2 Update shader graphs (placement was broken) 8 年前
joce cfc167d9 TypeMapper now derives from BaseDataMapper 8 年前
joce 134a3007 Update to latest GraphView 8 年前
joce 3e485a48 DrawData be gone 8 年前
joce 574bc97d First implementation of node collapsing for MG 8 年前
joce af7694ae GraphView update 8 年前
joce 66dac0cd Fix GraphView editorconfig file. 8 年前
joce 64bf0c23 Fix MaterialGraph to match updated Unity changes 8 年前
Peter Bay Bastian 36c08357 Commandable manipulator for #11 8 年前
joce 98e645eb Make Node and NodePresenter members private 8 年前
Peter Bay Bastian 4ff1c093 NodeDrawer now derives from Node. 8 年前
Peter Bay Bastian d683bd58 Handle nodes without any output 8 年前
Peter Bay Bastian 4a3e71ed Modify Node to be compatible with MG's layout 8 年前
Tim Cooper 0a990a6d allow specifying the UV channel on the UV node. 8 年前
Tim Cooper 8133e0c7 Focus graph when changing selection. 8 年前
Tim Cooper 17429180 Add support for setting default input values on material sub graphs (when editing the graph) so there is something to compare with. 8 年前
joce 2539e9c2 Undo optimization that broke edges 8 年前