]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Remove v_glslgamma cvar (now assumed to be 1) and corresponding code like R_DrawGamma.
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 10 Apr 2018 05:09:08 +0000 (05:09 +0000)
committerRudolf Polzer <divVerent@gmail.com>
Sun, 15 Mar 2020 01:51:47 +0000 (21:51 -0400)
commita5ad4a6e95f8ed40e102dd01375e4da77d3e1094
treeb6a2c84653b392cffa4c0a8eabfa5d05a611be52
parent9aa980a4b04477b881d75285469885a82281be61
Remove v_glslgamma cvar (now assumed to be 1) and corresponding code like R_DrawGamma.

RENDERPATH_GL1* paths no longer support bloom.

Fix a bug in D3D9 renderpath where SHADERPERMUTATION_GAMMARAMPS would crash due to using the wrong variable for the texture unit.

Enable GL_ARB_texture_non_power_of_two on OSX again - the old OSX versions and corresponding hardware that had issues are long gone.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12381 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=477b95bb0bd3ee638ceefd2fc3251a43ff4212d0
cl_screen.c
draw.h
gl_draw.c
gl_rmain.c
vid_shared.c