virtualx-engine/drivers/gles3
Omar El Sheikh 9988739332 Fix shader state caching when blend shapes used
Previously, conditionals set on the shader would change outside of the
_render_list function when blend shapes were used

This is an issue because the function keeps track of the previous shader
state to try to minimize state changes

Now we keep all this shader state change within the _render_list
function to ensure the saved previous state is correct
2022-03-05 16:33:17 -05:00
..
shaders Merge pull request #45372 from Firepal/prepass-nightmares 2022-02-11 15:19:26 +01:00
rasterizer_canvas_base_gles3.cpp Fix incorrect buffer upload size in GLES2 draw_gui_primitive 2022-02-15 17:24:51 +00:00
rasterizer_canvas_base_gles3.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_canvas_gles3.cpp Add editor vital redraws only option 2022-02-02 11:26:45 +00:00
rasterizer_canvas_gles3.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_gles3.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_gles3.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
rasterizer_scene_gles3.cpp Fix shader state caching when blend shapes used 2022-03-05 16:33:17 -05:00
rasterizer_scene_gles3.h Merge pull request #54165 from Calinou/directional-shadow-runtime-change-3.x 2022-01-22 15:25:09 +01:00
rasterizer_storage_gles3.cpp Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +00:00
rasterizer_storage_gles3.h Fixed Timestep Interpolation (3D) 2022-02-16 09:41:23 +00:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
shader_cache_gles3.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_cache_gles3.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_compiler_gles3.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_compiler_gles3.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_gles3.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
shader_gles3.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00