Graphics
Intel® graphics drivers and software, compatibility, troubleshooting, performance, and optimization
20603 Discussions

Intel HD4000 Bad Opengl support and missing extension.

CEstr
Beginner
4,004 Views

Hello One thing is that many entries currently no support in current drivers testing by 10.18.10.3496 with Windows 8.1 x64

no idea if this issue Windows only related.

TODO LIST :

Opengl 3.0

 

Missing and unsupported

 

--glBeginConditionalRender

-glBeginTransformFeedback

-glBindBufferBase

-glBindBufferRange

-glBindFragDataLocation

-glClampColor

-glClearBuffer*

-glColorMaski

-glDisablei

-glEnablei

-glEndConditionalRender

-glEndTransformFeedback

-glGetBoleani_v

-glGetFragDataLocation

-glGetIntegeri_v

-glGetStringi

-glGetTexParameter*

-glGetTransformFeedbackVarying

-glGetUniformuiv

-glGetVertexAttribli*

-gllsEnabledi

-glTexParameter*

-glTransformFeedbackVaryings

-glUniform*

-glVertexAttrib*

For Opengl 3.1

 

missing and not supported

 

-gldrawArrayInstanced

-glDrawElementsInstanced

-glTexBuffer

-glPrimitiveRestarIndex

For Opengl 3.2

 

Missing and not supported

 

- glGetInteger64i_v

- glGetBufferParameteri64v

- glProgramparameteri

- glFramebufferTexture

- glFramebufferTextureFace

For Opengl 3.3

 

Missing and unsupported

 

- glVertexAttribDivisor

For Opengl 4.0

 

missing and unsupported

 

-glBlend*

 

-glMinSampleShading

For Opengl 4.1

 

missing and unsupported

 

- Shading language 4.1 ¿Limited by Intel?

For Opengl 4.2

 

- Shading language 4.2 ¿limited by Intel?

 

but missing and unsupported

 

- GL_ARB_Shader_image_load_store

 

For Opengl 4.3

 

-Shading language 4.3 ¿limited by Intel?

 

but missing and unsupported..

 

-GL_ARB_clear_buffer_object

-GL_ARB_compute_shader

-GL_ARB_copy_image

-GL_ARB_debug_group

-GL_ARB_debug_label

-GL_ARB_debug_output2

-GL_ARB_ES3_compatibility

-GL_ARB_explicit_uniform_location

-GL_ARB_invalidate_subdata

-GL_ARB_shader_storage_buffer_object

 

For Opengl 4.4 Only supported GL_ARB_Buffer_storage

The main problem some aplication used some extensions required . Why do not these extensions are supported? maybe Intel update drivers fix in the future Thanks

0 Kudos
9 Replies
Allan_J_Intel1
Employee
1,982 Views

Thanks for joining the community and for pointing out the error.

I am sorry to hear that have had issues with the Intel® Graphics Controller on your computer.

I would need more information in regards to your system configuration:

Please copy-paste or attach the Graphics report generated within the Intel(R) Graphics User Interface. To access this report, please click on Start >> Control Panel >>Intel GMA driver >> information >> Save To File...

http://www.intel.com/support/graphics/sb/cs-009476.htm http://www.intel.com/support/graphics/sb/cs-009476.htm

Also, please include DirectX report, click Start, and click Run, type dxdiag in the Open box, and then click OK.

Allan.

0 Kudos
CEstr
Beginner
1,982 Views

 

It's here attached If you needed other information tell me thanks you
0 Kudos
Allan_J_Intel1
Employee
1,982 Views

Thank you for the information.

I am currently researching on this issue. As soon as I can, I will send you a message with my findings. Thank you for your patience and understanding.

Allan.

0 Kudos
CEstr
Beginner
1,982 Views

 

For more information I used GLview for view GL extension supported.

http://www.realtech-vr.com/glview/download.php OpenGL Extensions Viewer - Download

You can view extension supported and missing

Attached Extension verification:

0 Kudos
CEstr
Beginner
1,982 Views

 

Update first post

 

Intel beta drivers Build (10.18.10.3496) are supported new extensions Opengl .

-GL_ARB_framebuffer_no_attachments

-GL_ARB_stencil-texturing

- GL_ARB_buffer_storage

 

-GL_ARB_texture_storage_multisample

 

-GL_EXT_shader_integer_mix
0 Kudos
ROBERT_U_Intel
Employee
1,982 Views

@Carlos26, I was going to ask if you actually had the 3496 driver installed correct5ly in your first post. I appears you do now. The 3496 does support all extensions.

Robert

 

0 Kudos
CEstr
Beginner
1,982 Views

@Robert_U Thanks for you response yes, I've installed this version 3496. and not resolved to all.

I.E : Extension GL_ARB_Shader_image_load_store not supported on Ivy bridge but supported Haswell devices ????

 

Also I Tested on https://github.com/DHrpcs3/rpcs3/ DHrpcs3/rpcs3 · GitHub this App Requires fully OpenGL3.3 support but don't work glEnable error x0500 and also Opengl Initialization glDepthBoundsEXT failed on Intel HD graphics but working on AMD/NVIDIA GPU
0 Kudos
ROBERT_U_Intel
Employee
1,982 Views

Hi Carlos

We have had several OGL fixes since the 3496 driver you original tested on. Could you test with the latest version 3945 https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=24329&lang=eng&ProdId=3711 Intel® Download Center and provide your feedback on remaining issues?

Thanks

Robert

0 Kudos
ROBERT_U_Intel
Employee
1,982 Views

Carlos,

This is correct, we support GL_ARB_Shader_image_load_store (which is an OGL 4.2 feature) on Haswell, but not on Ivybridge (IVB= OGL 4.0).

As for glDepthBoundsEXT, its part of the GL_EXT_depth_bounds_test extension, which we do not support on any configuration currently.

Thanks Robert

0 Kudos
Reply