virtualx-engine/drivers/gles2
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
..
shaders Fix GLES2 automatic texture lookup in canvas 2018-10-28 02:37:34 +01:00
rasterizer_canvas_gles2.cpp Add some limits on the Editor Settings 2018-10-24 19:46:33 -05:00
rasterizer_canvas_gles2.h Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
rasterizer_gles2.cpp Fixing warnings generated by MSVC 2018-10-19 11:45:24 +02:00
rasterizer_gles2.h Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
rasterizer_scene_gles2.cpp Cleaning up some uninitialised variables in GLES2 stuff. 2018-11-02 14:09:32 +00:00
rasterizer_scene_gles2.h Implemented FOG support in GLES2. 2018-10-02 18:53:16 -03:00
rasterizer_storage_gles2.cpp Cleaning up some uninitialised variables in GLES2 stuff. 2018-11-02 14:09:32 +00:00
rasterizer_storage_gles2.h Cleaning up some uninitialised variables in GLES2 stuff. 2018-11-02 14:09:32 +00:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
shader_compiler_gles2.cpp Many fixes to GLES2 renderer, fixed compilation issues in GLES3 shaders. 2018-09-29 13:49:34 -03:00
shader_compiler_gles2.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
shader_gles2.cpp Fix warnings about set but unused variables [-Wunused-but-set-variable] 2018-09-27 16:25:24 +02:00
shader_gles2.h Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00