summaryrefslogtreecommitdiff
path: root/src/renderergl2/tr_local.h
AgeCommit message (Expand)Author
2014-06-17OpenGL2: Remove and force r_softOverbright.SmileTheory
2014-06-17OpenGL2: Fix rendering when r_hdr = 0 and r_floatLightmap = 1SmileTheory
2014-06-17#6077: OpenGL2: Add r_ignoreDstAlpha.SmileTheory
2014-06-17OpenGL2: Support GL_ARB_vertex_type_2_10_10_10_rev for normals/tangents/light...SmileTheory
2014-06-17Remove R_AddAnimSurfaces and R_MakeAnimModel prototypesZack Middleton
2014-06-17OpenGL2: Remove redundant GLS_* enum.SmileTheory
2014-06-17#6069: Remove md4 model support.SmileTheory
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: Reimplement soft overbright to avoid a framebuffer blit.SmileTheory
2014-06-17OpenGL2: Reduce glsl shader count by using a uniform to disable textures.SmileTheory
2014-06-17Remove vertexLightmap from textureBundle_t, it's never qtrueZack Middleton
2014-06-17Remove unused shader state code from tr_local.hZack Middleton
2014-06-17Merge last two commits into renderergl2Zack 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-17OpenGL2: Merge bsp surface structs into a single struct, and more cleanup.SmileTheory
2014-06-17OpenGL2: Use an idea from ETXreal and separate world VBO into separate VBOs b...SmileTheory
2014-06-17OpenGL2: Clean up texmod calculations, and improve vertex animation handling.SmileTheory
2014-06-17OpenGL2: Fix TCGEN_ENVIRONMENT stages not rendering correctly.SmileTheory
2014-06-17OpenGL2: default to RGBM lightmap, and add r_floatLightmap for old behaviour.SmileTheory
2014-06-17OpenGL2: Remove AGEN_FRESNEL(superceded by cubemap patch), and some small fix...SmileTheory
2014-06-17OpenGL2: Disable GL_ARB_seamless_cube_map by default, caused huge frame drops...SmileTheory
2014-06-17#5979: Cubemap support for opengl2.SmileTheory
2013-05-31Remove unused renderCommandList variable from renderersEnsiform
2013-05-03Don't scale shadow multipliers by overbrightbits, and improve documentation.SmileTheory
2013-05-03Add sunlight/lightmap merging by multiply (r_sunlightMode 1) Merge additive s...SmileTheory
2013-05-03Starting sunlight experimentation branchSmileTheory
2013-03-25s/enum/typedef enum/g on uniform_t for glorious fix of mac build. h/t MAN-AT-...Zachary Slater
2013-03-22Make all GLSL shaders use the same set of uniforms.SmileTheory
2013-03-19Remove RAVENMD4 #defineTim Angus
2013-03-19Oops missed a bitTim Angus
2013-03-19Fix USE_FREETYPE breakageTim Angus
2013-03-19Move renderers a bit closer togetherTim Angus
2013-03-19Fix origin returned by IQM's LerpTagZack Middleton
2013-03-19Move noise function declations to tr_common.hZack Middleton
2013-02-16Update copyright noticesTim Angus
2013-02-16Remove a few name tagsTim Angus
2013-02-16Add renderercommon/tr_common.hTim Angus
2013-02-16renderer -> renderergl1, rend2 -> renderergl2Tim Angus