virtualx-engine/drivers
Ibrahn Sahir 352b3c9c93 Cleaning up some uninitialised variables in GLES2 stuff.
Initialise keep_original_textures and use_fast_texture_filter in storage
config. Removed any other variables from storage config that were both unused
and uninitialised to avoid future confusion (if they're needed it's
easier to spot an uninitialised variable problem in a PR that adds the
variable again rather than just uses it).

Copied storage Texture struct constructor from GLES3 implementation
(except where variables were already initialised with different values).
Gives us sensible tested defaults for previously uninitialised vars.

Added assignments for state.current_main_tex based on same in GLES3.
2018-11-02 14:09:32 +00:00
..
alsa SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
alsamidi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
convex_decomp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
coreaudio Fix possible audio input buffer issues 2018-10-20 12:13:40 -03:00
coremidi Fix CoreMidi warnings 2018-10-04 16:23:59 -03:00
dummy Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
gl_context SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
gles2 Cleaning up some uninitialised variables in GLES2 stuff. 2018-11-02 14:09:32 +00:00
gles3 Cleaning up some uninitialised variables in GLES2 stuff. 2018-11-02 14:09:32 +00:00
png Fix warnings on release builds (not DEBUG_ENABLED) 2018-10-03 17:34:55 +02:00
pulseaudio Fix possible audio input buffer issues 2018-10-20 12:13:40 -03:00
rtaudio Fix compile warnings for Windows from Linux 2018-10-19 09:11:14 -04:00
unix Merge pull request #23388 from eska014/html5-stubexec 2018-10-29 23:40:17 +01:00
wasapi Fix possible audio input buffer issues 2018-10-20 12:13:40 -03:00
windows Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
winmidi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
xaudio2 SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
register_driver_types.cpp SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00