summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorIbrahn Sahir <ibrahn.sahir@gmail.com>2018-10-24 14:22:50 +0100
committerIbrahn Sahir <ibrahn.sahir@gmail.com>2018-11-02 14:09:32 +0000
commit352b3c9c93884019b305774a00387f732f84e8d8 (patch)
treeeae61d1dc455826402bdb04d48c1e11eccfb112a /CHANGELOG.md
parentb45161f0f3422dacb844bc7845bf4eef85bf1875 (diff)
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.
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions