summaryrefslogtreecommitdiff
path: root/src/renderergl2/tr_surface.c
AgeCommit message (Expand)Author
2015-03-17OpenGL2: Ensure tess VAO is bound before using it.SmileTheory
2015-03-17Remove unfinished OpenGL display list codeZack Middleton
2015-03-17OpenGL2: Support half floats for texcoords and vertex colors.SmileTheory
2015-03-17OpenGL2: Fix corrupt models.SmileTheory
2015-03-17OpenGL2: Bit of multidraw optimization.SmileTheory
2015-03-17Fix a bug in previous commit.SmileTheory
2015-03-17OpenGL2: Fix missing surfaces with r_mergeMultidraws 2.SmileTheory
2015-03-17OpenGL2: Reduce redundant GL calls.SmileTheory
2015-03-17OpenGL2: Vertex array object support.SmileTheory
2015-03-17OpenGL2: VBO cleanup.SmileTheory
2014-06-17Check for buffer overflow for rail/lightning surfacesZack Middleton
2014-06-17OpenGL2: Support GL_ARB_vertex_type_2_10_10_10_rev for normals/tangents/light...SmileTheory
2014-06-17#6069: Remove md4 model support.SmileTheory
2014-06-17Silence warnings about unused static functions in opengl2Zack Middleton
2014-06-17OpenGL2: Match glsl data type names: matrix_t -> mat4_t, vec*i_t -> ivec*_tSmileTheory
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: Merge bsp surface structs into a single struct, and more cleanup.SmileTheory
2014-06-17OpenGL2: Clean up texmod calculations, and improve vertex animation handling.SmileTheory
2014-06-17#5979: Cubemap support for opengl2.SmileTheory
2014-06-17Misc fixes to IBO code to correctly use sizeof(glIndex_t)Anthony Pesch
2013-05-31Fix null model axis disappearing if sky is in viewZack Middleton
2013-05-31drop some useless return statements/dev/humancontroller
2013-03-22Make all GLSL shaders use the same set of uniforms.SmileTheory
2013-03-19Remove RAVENMD4 #defineTim Angus
2013-03-19Some minor cleanup.SmileTheory
2013-02-16Update copyright noticesTim Angus
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus