BearishSun ccb23892e6 Bugfix: Tiled deferred light iteration now uses the correct iteration size, as per @w-flo suggestion 8 years ago
..
Blit.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
Clear.bsl 088aacbffd Bugfix: Fix Vulkan complaining about an unused vertex attribute 8 years ago
DebugDraw.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
Default.bsl 12c294d9c1 Refactor: Vertex input shaders are now handled in a much cleaner way 8 years ago
DeferredDirectionalLight.bsl 7973d92b3d Bugfix: Directional light no longer incorrectly samples the GBuffer, causing the rendering to appear significantly lower resolution 8 years ago
DeferredIBLFinalize.bsl 43d2f892e1 Feature: Added a separate rendering path for when tiled deferred is not available 8 years ago
DeferredIBLProbe.bsl f16667cece WIP: Adding separate rendering path for when tiled deferred is not available 8 years ago
DeferredIBLSetup.bsl f16667cece WIP: Adding separate rendering path for when tiled deferred is not available 8 years ago
DeferredIBLSky.bsl f16667cece WIP: Adding separate rendering path for when tiled deferred is not available 8 years ago
DeferredPointLight.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
Diffuse.bsl 12c294d9c1 Refactor: Vertex input shaders are now handled in a much cleaner way 8 years ago
FlatFramebufferToTexture.bsl 1523924732 Updated engine shaders to new BSL syntax 8 years ago
IrradianceAccumulateCubeSH.bsl 3d6cceab7d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 years ago
IrradianceAccumulateSH.bsl 52db9da338 Bugfix: Non-compute SH computations will now properly accumulate SH coefficients, resulting in correct indirect lighting calculations 8 years ago
IrradianceComputeSH.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
IrradianceComputeSHFrag.bsl 52db9da338 Bugfix: Non-compute SH computations will now properly accumulate SH coefficients, resulting in correct indirect lighting calculations 8 years ago
IrradianceEvaluate.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
IrradianceProjectSH.bsl b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 years ago
IrradianceReduceSH.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
LightGridLLCreation.bsl 4891a95151 Final big bulk of work for shadow mapping (Untested) 8 years ago
LightGridLLReduction.bsl 1523924732 Updated engine shaders to new BSL syntax 8 years ago
MSAACoverage.bsl 4c4e57de0d Bugfix: Removing incorrect variation from MSAACoverage shader 8 years ago
MSAACoverageStencil.bsl 1fe0027295 WIP: Getting OpenGL up to date 8 years ago
PPBuildHiZ.bsl ffc2208374 Refactor: Modified the renderer so it can work without texture view support (not present on earlier OpenGL versions) 8 years ago
PPCreateTonemapLUT.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPDownsample.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPEncodeDepth.bsl b149802ac8 Feature: Depth range can now be encoded when rendering reflection probes 8 years ago
PPEyeAdaptHistogram.bsl 1523924732 Updated engine shaders to new BSL syntax 8 years ago
PPEyeAdaptHistogramReduce.bsl 1523924732 Updated engine shaders to new BSL syntax 8 years ago
PPEyeAdaptation.bsl 3d6cceab7d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 years ago
PPEyeAdaptationBasic.bsl b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 years ago
PPEyeAdaptationBasicSetup.bsl b52bd59e1d WIP: Adding alternatives to existing compute shaders, in order to support older hardware and mobiles 8 years ago
PPFXAA.bsl 845452c806 Added FXAA 8 years ago
PPGaussianBlur.bsl a5ac5b5584 DOF now works with MSAA 8 years ago
PPGaussianDOFCombine.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPGaussianDOFSeparate.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPSSAO.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPSSAOBlur.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPSSAODownsample.bsl 824849ff57 Added upsampling to SSAO (untested) 8 years ago
PPSSRResolve.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPSSRStencil.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPSSRTrace.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
PPTonemapping.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
ReflectionCubeDownsample.bsl ffc2208374 Refactor: Modified the renderer so it can work without texture view support (not present on earlier OpenGL versions) 8 years ago
ReflectionCubeImportanceSample.bsl 2f7eef36ea Added importance sampling to SSR (non-temporal for now) 8 years ago
ShadowDepthCube.bsl 517608073c Feature: Various improvements and fixes for shadow rendering 8 years ago
ShadowDepthDirectional.bsl 4c16e8e817 Bugfix: Shadow rendering now works correctly and will account for animated meshes 8 years ago
ShadowDepthNormal.bsl 4c16e8e817 Bugfix: Shadow rendering now works correctly and will account for animated meshes 8 years ago
ShadowProject.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
ShadowProjectOmni.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
ShadowProjectStencil.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
Skybox.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
SpriteImageAlpha.bsl 1523924732 Updated engine shaders to new BSL syntax 8 years ago
SpriteImageNoAlpha.bsl 1523924732 Updated engine shaders to new BSL syntax 8 years ago
SpriteLine.bsl cd0fb1257c Fixed sprite line rendering shader 8 years ago
SpriteText.bsl af7e3c0606 Feature: Added 'alias' modified to BSL 8 years ago
TetrahedraRender.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
TiledDeferredImageBasedLighting.bsl e605573591 Refactor: Shader variations are now defined directly in BSL files 8 years ago
TiledDeferredLighting.bsl ccb23892e6 Bugfix: Tiled deferred light iteration now uses the correct iteration size, as per @w-flo suggestion 8 years ago
Transparent.bsl 12c294d9c1 Refactor: Vertex input shaders are now handled in a much cleaner way 8 years ago