WIP: #462_support_onboard_gpus
Merge request reports
Activity
added 1 commit
- 03c46cb7 - Fixed cpplint.
By Ali Can Demiralp on 2018-07-23T17:42:37 (imported from GitLab)
added 1 commit
- 58141aad - Updated mock.
By Ali Can Demiralp on 2018-07-23T17:57:29 (imported from GitLab)
Codewise it looks totally fine for me.
However, I am unfortunately not quite sure what the aim of this issue is. I still get tons of
GL_INVALID_OPERATION
undGL_INVALID_ENUM
errors for, e.g., the combustion demo on my laptop (ThinkPad T470s with an Intel HD Graphics 620 (GT2) as integrated graphics unit). Furthermore, the integration tests still fail due to a mismatch in the image similarity (sometimes a really small one, sometimes a significant one). Should those problems be (partially) solved with this issue? If so, I guess we need more changes. If not, please tell me and I'll give a thumbs up immediately.By Andrea Bönsch on 2018-07-24T21:18:27 (imported from GitLab)
It seems to be due to:
The said call is not used in any place. Interesting.
By Ali Can Demiralp on 2018-07-25T00:55:35 (imported from GitLab)
Edited by Jan DelemberOn my laptop, also textures cannot be rendered yet.
Yes, you are right that we want to develop a cutting-edge software. But not being able to show stuff on a laptop albeit that being (so far) only a small pain, would be contraproductive
By Jonathan Ehret on 2018-07-26T07:54:35 (imported from GitLab)