Motion Blur not working

I am trying to use the Motion Blur 2D filter in the BGE, but it has absolutely no effect. I know my graphics processor should support gl accumulation buffer, and since this is a 6th Gen Core i7 I assumed it would. I wanted to ask if anyone knew whether Intel HD 530 supports gl accumulation buffer or if there is some other problem I should look into.

I’m using Ubuntu 16.10, Blender 2.78c.

Thanks

try playing it in standalone. that sometimes works or maybe cause you have amd.

Check the console…I think there should be an error, saying the filter can not be compiled. It happens on ATI cards if GLSL is not written precisely for those cards. Like if some float number says “1” for ATI it should say “1.0”

Gave that a try, doesn’t seem to solve the problem. I’m not using amd graphics, I’m using the integrated graphics on the i7 6700 (Skylake GT2 or Intel HD 530).

I guess there’s a problem with Intel HD graphics as well xD

Here is the output from the Console:

============================================================

Info: Total files 0 | Changed 0 | Failed 0
GL_VENDOR: Intel Open Source Technology Center
GL_RENDERER: Mesa DRI Intel® HD Graphics 530 (Skylake GT2)
GL_VERSION: 3.0 Mesa 12.0.6
Supported Extensions…
GL_ARB_shader_objects supported? yes.
GL_ARB_vertex_shader supported? yes.
----------Details----------
Max uniform components.16384
Max varying floats.128
Max vertex texture units.32
Max combined texture units.160

GL_ARB_fragment_shader supported? yes.
----------Details----------
Max uniform components.16384

GL_ARB_texture_cube_map supported? yes.
----------Details----------
Max cubemap size.8192

GL_ARB_multitexture supported? yes.
----------Details----------
Max texture units available. 8

GL_ARB_texture_env_combine supported? yes.
GL_ARB_texture_non_power_of_two supported yes.
found bundled python: /home/tim/blender-2.78c/2.78/python
Error Totblock: 16

===============================================================

I have an intel HD graphics card at my disposal. Could you send a test file, so I can test it. I’ll also test my motion blur filter with this card tomorrow and give some feedback.

Here is a test .blend:

https://drive.google.com/file/d/0B9SMh1EBaTriVExkZnFZVkNFam8/view?usp=sharing

mb value 1.0 is not working on any card…try value 0.9

I’ve tried every value from 0 up to 1, none work.