]> git.xonotic.org Git - xonotic/darkplaces.git/commit
modified gamma handling, now VID_UpdateGamma is only called from VID_Finish, and...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 28 Mar 2006 13:02:06 +0000 (13:02 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 28 Mar 2006 13:02:06 +0000 (13:02 +0000)
commiteabf1215930a0d26f23c1c83cb36da40710b235f
treea02bc3f61b4e060933ee27bbb615f67fb7d77917
parent0a8550780de817b305bb007df85405f9ce873da6
modified gamma handling, now VID_UpdateGamma is only called from VID_Finish, and VID_SetGamma/VID_GetGamma/VID_UpdateGamma take rampsize parameters
VID_UpdateGamma now supports ramp sizes other than 256, and automatically allocates memory accordingly, this allows hardware gamma on X11 to work on Quadro cards (which report 1024 gamma entries according to div0), and allows any other platform to do whatever it wishes

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6200 d7cf8633-e32d-0410-b094-e92efae38249
cl_screen.c
vid.h
vid_agl.c
vid_glx.c
vid_null.c
vid_sdl.c
vid_shared.c
vid_wgl.c