본문 바로가기

IT

인텔 오픈 소스 i965 Mesa DRI 드라이버 OpenGL 4.5 수준 근접

인텔 오픈 소스 i965 Mesa DRI 드라이버가 OpenGL 4.5 수준에 근접했다는 내용입니다. 현재로서는 가장 앞서가고 있네요. 브로드웰(Broadwell) 이상 칩셋을 지원하며 'OpenGL Compute Shader' 옵션을 가능하게 해야 한다고 합니다.

Intel Is Insanely Close To Showing Off OpenGL 4.5 With Their Mesa Driver
Written by Michael Larabel in Intel on 16 June 2016 at 05:52 PM EDT
...
Hitting Mesa Git today is now GL_ARB_ES3_1_compatibility support as needed by OpenGL 4.5. This extension basically signifies the OpenGL driver is capable of OpenGL ES 3.1, which the Intel Mesa driver has already supported for some time. This GL_ARB_ES3_1_compatibility extension was the last remaining item needed for OpenGL 4.5 and is flipped on if using Broadwell hardware or newer and OpenGL Compute Shaders are enabled.
This now just leaves the finishing up of ARB_enhanced_layouts, a OpenGL 4.4 requirement, until all major work will be finished on OpenGL 4.4 and 4.5. Timothy Arceri and others have already been working on the remaining ARB_enhanced_layouts work so now it's just a matter of when it's all finished up, reviewed, and merged.
...