index
:
zittrig-4
master
The server software used for the Der Bunker Tremulous servers.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
renderergl2
/
glsl
/
lightall_fp.glsl
Age
Commit message (
Collapse
)
Author
2016-04-07
OpenGL2: Fix horribly broken metallic shader.
SmileTheory
2016-04-07
OpenGL2: Speedup for SSAO & blur shaders, fix sunlight normals in lightall.
SmileTheory
2016-04-07
OpenGL2: Add r_glossType.
SmileTheory
2016-04-07
OpenGL2: Shader optimization, and add dither to tonemap.
SmileTheory
2016-04-07
OpenGL2: Merge several cvars into r_pbr.
SmileTheory
r_glossIsRoughness, r_specularIsMetallic, r_framebufferGamma, r_tonemapGamma, r_materialGamma, r_lightGamma
2016-04-07
OpenGL2: Remove specular ambient.
SmileTheory
2016-04-07
OpenGL2: Use correct sunlight color for sunlight specular.
SmileTheory
2016-04-07
OpenGL2: Forgot a multiply.
SmileTheory
2016-04-07
OpenGL2: Add r_glossIsRoughness.
SmileTheory
2016-04-07
OpenGL2: Remove some rendering options for simplicity.
SmileTheory
2015-03-17
OpenGL2: Bit more parallax optimization.
SmileTheory
2015-03-17
OpenGL2: Add support for parallax occlusion mapping.
SmileTheory
2015-03-17
fixed formatting of a few GLSL float constants remove unneeded version ↵
Anthony Pesch
number from texturecolor shader call GLSL_VertexAttribPointers after attribute arrays have been enabled
2014-06-17
OpenGL2: Remove sRGB support, replace with gamma cvars.
SmileTheory
2014-06-17
OpenGL2: Parallax corrected cubemap (cheaper trick)
SmileTheory
2014-06-17
OpenGL2: Add normalScale and parallaxDepth stage keywords and helper cvars.
SmileTheory
2014-06-17
OpenGL2: Minor GLSL shader improvements.
SmileTheory
2014-06-17
OpenGL2: Set RGBM to use a multiplier of 1, and only use it with HDR lightmaps.
SmileTheory
2014-06-17
OpenGL2: Small glsl shader optimizations, fixes, and cleanup.
SmileTheory
2014-06-17
OpenGL2: Some small shader optimizations.
SmileTheory
2014-06-17
OpenGL2: Revisit fragment tangent space calculation, and remove tangent ↵
SmileTheory
space lighting.
2014-06-17
OpenGL2: Reduce glsl shader count by using a uniform to disable textures.
SmileTheory
2014-06-17
OpenGL2: Remove AGEN_FRESNEL(superceded by cubemap patch), and some small ↵
SmileTheory
fixes and optimizations.
2014-06-17
OpenGL2: reduce varying usage in lightall shader.
SmileTheory
2014-06-17
OpenGL2: Some shader cleanup
SmileTheory
2014-06-17
OpenGL2: Use RGBM instead of RGBE encoding for lightmaps.
SmileTheory
2014-06-17
#5979: Cubemap support for opengl2.
SmileTheory
2013-05-03
Use specular texture RGB as specular reflectance, multiplied by per-material ↵
SmileTheory
value.
2013-05-03
Add sunlight/lightmap merging by multiply (r_sunlightMode 1) Merge additive ↵
SmileTheory
sunlight and map lighting into one GLSL shader (r_sunlightMode 2) Change single lightmap blends to use lightall
2013-02-16
renderer -> renderergl1, rend2 -> renderergl2
Tim Angus