Intel HD Graphics Drivers v10.18.10.3652 with OpenGL 4.3 Support

GLSL Hacker - Intel v3652 driver with OpenGL 4.3



Intel has released a new graphics driver for Windows 7 and Windows 8 that brings OpenGL 4.3 support. You can download this driver from THIS PAGE. More information can be found HERE.

GPU Caps Viewer - Intel v3652 driver with OpenGL 4.3

v3652 is an OpenGL 4.3 driver (GL_VERSION = 4.3.0 – Build 10.18.10.3652)exposed 203 OpenGL extensions (GL=184 and WGL=19) for a HD Graphics 4600 GPU under Windows 8 64-bit. Compared to last v3621, 12 extensions have been added:

  • GL_ARB_texture_view (OpenGL 4.3)
  • GL_ARB_fragment_layer_viewport (OpenGL 4.3)
  • GL_AMD_vertex_shader_layer
  • GL_AMD_vertex_shader_viewport_index
  • GL_ARB_texture_query_levels (OpenGL 4.3)
  • GL_ARB_invalidate_subdata (OpenGL 4.3)
  • GL_ARB_clear_buffer_object (OpenGL 4.3)
  • GL_ARB_ES3_compatibility (OpenGL 4.3)
  • GL_ARB_robust_buffer_access_behavior (OpenGL 4.3)
  • GL_ARB_copy_image (OpenGL 4.3)
  • GL_ARB_texture_stencil8 (OpenGL 4.4)
  • GL_ARB_explicit_uniform_location (OpenGL 4.3)

Intel has started the road to OpenGL 4.4 with GL_ARB_texture_stencil8. Good.

The complete list of all OpenGL extensions can be found in THIS ENTRY of the GPU database.

I tested a demo of GLSL Hacker demopack that mixes several OpenGL 4.3 features: compute shaders and shader storage buffers. This demo can be found in the host_api/gl-430-arb-compute-shader_Particles_SSBO/ folder of the demopack.

It works fine with the HD 4600 GPU:

GLSL HackerP - Intel v3652 driver with OpenGL 4.3 - Compute shaders + SSBO
OpenGL 4.3 Compute shaders + SSBO test




9 thoughts on “Intel HD Graphics Drivers v10.18.10.3652 with OpenGL 4.3 Support”

  1. NikosD

    Yes, indeed, both versions of compute-shader_Particles_SSBO are rendering OK, BUT compute-shader_Image_PostFX is not.

  2. sirdaniel

    Or maybe its GPU implementation, since intel developer says on forum: “.. some 2.0 features (for example SVM) require hardware support available only in future platforms.

Comments are closed.