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
/
tr_model_iqm.c
Age
Commit message (
Expand
)
Author
2014-06-17
OpenGL2: Support GL_ARB_vertex_type_2_10_10_10_rev for normals/tangents/light...
SmileTheory
2014-06-17
OpenGL2: Calculate bitangent in shader, and store normal/tangent as normalize...
SmileTheory
2014-06-17
Merge last two commits into renderergl2
Zack Middleton
2014-06-17
IQM int/float vertex arrays were already swapped
Zack Middleton
2014-06-17
Add support for IQM int blend indices and float blend weights
Zack Middleton
2014-06-17
Support IQMs with joints and no poses
Zack Middleton
2014-06-17
#5979: Cubemap support for opengl2.
SmileTheory
2014-06-17
Fix IQM tess buffer overflow
Zack Middleton
2014-06-17
Only allow model meshes to have SHADER_MAX_VERTEXES - 1 vertexes
Zack Middleton
2013-05-31
reduce the amount of compiler warnings for variable shadowing
/dev/humancontroller
2013-05-31
Show surface names in excessive vertexes and triangles warnings
Zack Middleton
2013-03-19
Always initialize joint_names in R_LoadIQM
Zack Middleton
2013-03-19
Fix loading and rendering IQMs with no joints
Zack Middleton
2013-03-19
Fix size reserved for IQM jointMats (allocated more than used)
Zack Middleton
2013-03-19
Fix origin returned by IQM's LerpTag
Zack Middleton
2013-02-16
Update copyright notices
Tim Angus
2013-02-16
renderer -> renderergl1, rend2 -> renderergl2
Tim Angus