1vanK 45f3f12072 Fix 35_SignedDistanceFieldText sample for OpenGL ES 2.0 5 lat temu
..
AutoExposure.glsl f909775ca7 Fix sign typo in AutoExposure.glsl 5 lat temu
BRDF.glsl c76f0c7712 Mobile shaders fixes (#2709) 5 lat temu
Basic.glsl 07a75dc37b Initial OpenGL 3.2 support. 11 lat temu
Bloom.glsl 6e118d237f Unify naming of rendertargets between the Bloom & Blur postprocesses. 10 lat temu
BloomHDR.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
Blur.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
ColorCorrection.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
Constants.glsl b782b86b2d OpenGL PBR fixes 8 lat temu
CopyFramebuffer.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
DeferredLight.glsl a123794886 Normal offset support in GLSL. Fix deferred specular in GLSL. 9 lat temu
Depth.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
FXAA2.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
FXAA3.glsl 368cd56955 Fix FXAA3 shader on OpenGL 3. Add non-deprecated aliases for texture2DLod in Samplers.glsl. Thanks to Gunnar Kriik. 10 lat temu
Fog.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
GammaCorrection.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
GreyScale.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
IBL.glsl c76f0c7712 Mobile shaders fixes (#2709) 5 lat temu
Lighting.glsl d7cf72563c Fix recent shader change for GLES. 9 lat temu
LitParticle.glsl c76f0c7712 Mobile shaders fixes (#2709) 5 lat temu
LitSolid.glsl f1cb469a34 Fix getting world-space tangent for billboards. Closes #1678. 9 lat temu
PBR.glsl c76f0c7712 Mobile shaders fixes (#2709) 5 lat temu
PBRDeferred.glsl c76f0c7712 Mobile shaders fixes (#2709) 5 lat temu
PBRLitSolid.glsl e1fa7eb345 Typo in the previous commit 5 lat temu
PBRTerrainBlend.glsl c76f0c7712 Mobile shaders fixes (#2709) 5 lat temu
PBRVegetation.glsl c4a8e9b098 Vegetation shader and technique bugfixes (#2659) 5 lat temu
PostProcess.glsl 1d6a980136 Prevent attempting to compile the ColorCorrection function (uses unsupported sampler3D) on GLES. 10 lat temu
PrepassLight.glsl a123794886 Normal offset support in GLSL. Fix deferred specular in GLSL. 9 lat temu
Samplers.glsl f36abeb57c Force highp for shadow related samplers, uniforms & varyings on GLES for better shadows on iOS. Note: may be incompatible for some mobile GPU's that don't support highp at all. 9 lat temu
ScreenPos.glsl ed8740428c Remove cCameraRot uniform. Instead derive from cViewInv as necessary. Closes #1163. 9 lat temu
Shadow.glsl 3e4ca7ae33 Move VSM shadow z/w divide to pixel shader so that e.g. shadowed point lights will work much better. Related to #1716. 9 lat temu
ShadowBlur.glsl 45aa12c496 VSM shadow map can be blurred 10 lat temu
Skybox.glsl ab675170e7 Fix Skybox by gleblebedev 5 lat temu
Skydome.glsl 5f7ef278be fix skydome glsl error 9 lat temu
Stencil.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
TerrainBlend.glsl 6ca0aafd27 Use cAmbientColor.rgb where necessary. 9 lat temu
Text.glsl 45f3f12072 Fix 35_SignedDistanceFieldText sample for OpenGL ES 2.0 5 lat temu
Tonemap.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
Transform.glsl 3aa9238dc3 Silence "shader does not use the define NOUV" warning 5 lat temu
Uniforms.glsl b8d55583f7 Squashed commit of the following: 9 lat temu
Unlit.glsl 7658ad39c7 Remove commented out shader code. 9 lat temu
UnlitParticle.glsl d7f0c06644 Fix mistakenly disabled depth test in "shrinking" soft particle techniques. Remove unnecessary abs() function in soft particle shaders when on the "shrinking" path. 9 lat temu
Urho2D.glsl 05a8b79fd2 Rename "Bin" subdir to "bin". 11 lat temu
Vegetation.glsl c4a8e9b098 Vegetation shader and technique bugfixes (#2659) 5 lat temu
VegetationDepth.glsl c4a8e9b098 Vegetation shader and technique bugfixes (#2659) 5 lat temu
VegetationShadow.glsl c4a8e9b098 Vegetation shader and technique bugfixes (#2659) 5 lat temu
Water.glsl 90efa3b976 Specify high precision for water shader varyings on GLES to fix shaky reflection/refraction texture sampling. Closes #1593. 9 lat temu