summaryrefslogtreecommitdiff
path: root/src/renderergl2/tr_model_iqm.c
AgeCommit message (Expand)Author
2015-03-17Remove accidentally added increment.SmileTheory
2015-03-17OpenGL2: Support half floats for texcoords and vertex colors.SmileTheory
2015-03-17OpenGL2: Vertex array object support.SmileTheory
2015-03-17Fix renderergl2 warningsTim Angus
2014-06-17OpenGL2: Support GL_ARB_vertex_type_2_10_10_10_rev for normals/tangents/light...SmileTheory
2014-06-17OpenGL2: Calculate bitangent in shader, and store normal/tangent as normalize...SmileTheory
2014-06-17Merge last two commits into renderergl2Zack Middleton
2014-06-17IQM int/float vertex arrays were already swappedZack Middleton
2014-06-17Add support for IQM int blend indices and float blend weightsZack Middleton
2014-06-17Support IQMs with joints and no posesZack Middleton
2014-06-17#5979: Cubemap support for opengl2.SmileTheory
2014-06-17Fix IQM tess buffer overflowZack Middleton
2014-06-17Only allow model meshes to have SHADER_MAX_VERTEXES - 1 vertexesZack Middleton
2013-05-31reduce the amount of compiler warnings for variable shadowing/dev/humancontroller
2013-05-31Show surface names in excessive vertexes and triangles warningsZack Middleton
2013-03-19Always initialize joint_names in R_LoadIQMZack Middleton
2013-03-19Fix loading and rendering IQMs with no jointsZack Middleton
2013-03-19Fix size reserved for IQM jointMats (allocated more than used)Zack Middleton
2013-03-19Fix origin returned by IQM's LerpTagZack Middleton
2013-02-16Update copyright noticesTim Angus
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus