BearishSun 4c4e57de0d Bugfix: Removing incorrect variation from MSAACoverage shader 8 yıl önce
..
Blit.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
Clear.bsl 088aacbffd Bugfix: Fix Vulkan complaining about an unused vertex attribute 8 yıl önce
DebugDraw.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
Default.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
DeferredDirectionalLight.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
DeferredPointLight.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
Diffuse.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
FlatFramebufferToTexture.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
IrradianceAccumulateCubeSH.bsl 3d6cceab7d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 yıl önce
IrradianceAccumulateSH.bsl 1cd55dec0a Feature: Non-compute shader alternatives for SH coefficient generation 8 yıl önce
IrradianceComputeSH.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
IrradianceComputeSHFrag.bsl 3d6cceab7d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 yıl önce
IrradianceEvaluate.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
IrradianceProjectSH.bsl b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 yıl önce
IrradianceReduceSH.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
LightGridLLCreation.bsl 4891a95151 Final big bulk of work for shadow mapping (Untested) 8 yıl önce
LightGridLLReduction.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
MSAACoverage.bsl 4c4e57de0d Bugfix: Removing incorrect variation from MSAACoverage shader 8 yıl önce
MSAACoverageStencil.bsl 1fe0027295 WIP: Getting OpenGL up to date 8 yıl önce
PPBuildHiZ.bsl ffc2208374 Refactor: Modified the renderer so it can work without texture view support (not present on earlier OpenGL versions) 8 yıl önce
PPCreateTonemapLUT.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPDownsample.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPEncodeDepth.bsl b149802ac8 Feature: Depth range can now be encoded when rendering reflection probes 8 yıl önce
PPEyeAdaptHistogram.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
PPEyeAdaptHistogramReduce.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
PPEyeAdaptation.bsl 3d6cceab7d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 yıl önce
PPEyeAdaptationBasic.bsl b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 yıl önce
PPEyeAdaptationBasicSetup.bsl b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 yıl önce
PPFXAA.bsl 845452c806 Added FXAA 8 yıl önce
PPGaussianBlur.bsl a5ac5b5584 DOF now works with MSAA 8 yıl önce
PPGaussianDOFCombine.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPGaussianDOFSeparate.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPSSAO.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPSSAOBlur.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPSSAODownsample.bsl 824849ff57 Added upsampling to SSAO (untested) 8 yıl önce
PPSSRResolve.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPSSRStencil.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPSSRTrace.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
PPTonemapping.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
ReflectionCubeDownsample.bsl ffc2208374 Refactor: Modified the renderer so it can work without texture view support (not present on earlier OpenGL versions) 8 yıl önce
ReflectionCubeImportanceSample.bsl 2f7eef36ea Added importance sampling to SSR (non-temporal for now) 8 yıl önce
ShadowDepthCube.bsl fa62ac09d3 Shadow mapping functional for radial lights 8 yıl önce
ShadowDepthDirectional.bsl 8e8b4a86b9 Cascaded shadow maps mostly functional 8 yıl önce
ShadowDepthNormal.bsl 8e8b4a86b9 Cascaded shadow maps mostly functional 8 yıl önce
ShadowProject.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
ShadowProjectOmni.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
ShadowProjectStencil.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
Skybox.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
SpriteImageAlpha.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
SpriteImageNoAlpha.bsl 1523924732 Updated engine shaders to new BSL syntax 8 yıl önce
SpriteLine.bsl cd0fb1257c Fixed sprite line rendering shader 8 yıl önce
SpriteText.bsl af7e3c0606 Feature: Added 'alias' modified to BSL 8 yıl önce
TetrahedraRender.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
TiledDeferredImageBasedLighting.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
TiledDeferredLighting.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 yıl önce
Transparent.bsl 0d7b4d33c1 Bugfix: Transparent material now uses albedo alpha channel for determining opacity 8 yıl önce