gzdoom/src/gl/dynlights
Christoph Oelckers 9768698eda - do not use SSBOs for dynamic lights on Intel graphics hardware for performance reasons.
This was already disabled for GL 4.4 and lower but also needs to be done for Intel's GL 4.5 drivers.
Unlike before this is now exclusive to the light buffer, the shadowmap feature is not affected anymore, although that should be impossible to use anyway on all affected hardware due to lack of computing power.
2018-07-28 12:43:35 +02:00
..
gl_lightbuffer.cpp - do not use SSBOs for dynamic lights on Intel graphics hardware for performance reasons. 2018-07-28 12:43:35 +02:00
gl_lightbuffer.h - added UploadLights to the DrawInfo interface. 2018-05-03 21:47:58 +02:00
gl_shadowmap.cpp - fixed some includes which did not cause VC++ to error out. 2018-06-13 23:32:43 +02:00
gl_shadowmap.h - moved gl_spritelight out of gl/. This required a few more changes: 2018-04-29 11:00:34 +02:00