summaryrefslogtreecommitdiff
path: root/src/renderergl2/tr_vbo.c
AgeCommit message (Expand)Author
2014-06-17Various adjustments so it compilesTim 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-17OpenGL2: Remove srfTriangle_t, and use glIndex_t instead.SmileTheory
2014-06-17OpenGL2: Clean up texmod calculations, and improve vertex animation handling.SmileTheory
2014-06-17Misc fixes to IBO code to correctly use sizeof(glIndex_t)Anthony Pesch
2013-02-16Remove a few name tagsTim Angus
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus