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
Age
Commit message (
Collapse
)
Author
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: Support GL_ARB_vertex_type_2_10_10_10_rev for ↵
SmileTheory
normals/tangents/lightdirs
2014-06-17
Fix glsl DEFORM_BULGE calculation
cmf028
2014-06-17
OpenGL2: Calculate bitangent in shader, and store normal/tangent as ↵
SmileTheory
normalized byte arrays.
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: Fix TCGEN_ENVIRONMENT stages not rendering correctly.
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: Speed up fog shader slightly.
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-03-19
Support more tcgens in lightall shader.
SmileTheory
2013-02-16
renderer -> renderergl1, rend2 -> renderergl2
Tim Angus