Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/opengl/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu OpenGL不支持带有英特尔4000图形和Mesa 11的GLSL 3.30_Ubuntu_Opengl_Intel_Opengl 3_Mesa - Fatal编程技术网

Ubuntu OpenGL不支持带有英特尔4000图形和Mesa 11的GLSL 3.30

Ubuntu OpenGL不支持带有英特尔4000图形和Mesa 11的GLSL 3.30,ubuntu,opengl,intel,opengl-3,mesa,Ubuntu,Opengl,Intel,Opengl 3,Mesa,您好,我在Ubuntu 15.04上的英特尔笔记本电脑i5-3317U->HD 4000上编译着色器时遇到了一点问题 来自glGetShaderingFolog的日志信息显示 根据mesa 11,我应该能够运行3.30 www.mesa3d.org/shading.html,据我所知,我的系统应该能够处理这些着色器 那么,有人知道问题可能是什么吗?是时候让我换个新系统了吗 顺便说一句,在我的系统上运行glxinfo | grep OpenGL的结果是否有帮助 OpenGL vendor stri

您好,我在Ubuntu 15.04上的英特尔笔记本电脑i5-3317U->HD 4000上编译着色器时遇到了一点问题

来自glGetShaderingFolog的日志信息显示

根据mesa 11,我应该能够运行3.30 www.mesa3d.org/shading.html,据我所知,我的系统应该能够处理这些着色器

那么,有人知道问题可能是什么吗?是时候让我换个新系统了吗

顺便说一句,在我的系统上运行glxinfo | grep OpenGL的结果是否有帮助

OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.0-devel (git-d6a41b5 2015-09-27 vivid-oibaf-ppa)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.1.0-devel (git-d6a41b5 2015-09-27 vivid-oibaf-ppa)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.1.0-devel (git-d6a41b5 2015-09-27 vivid-oibaf-ppa)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

您正在尝试创建兼容性或核心上下文吗?创建一个核心配置文件,然后它就会工作。
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.0-devel (git-d6a41b5 2015-09-27 vivid-oibaf-ppa)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.1.0-devel (git-d6a41b5 2015-09-27 vivid-oibaf-ppa)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.1.0-devel (git-d6a41b5 2015-09-27 vivid-oibaf-ppa)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions: