Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Just wondering, Intel GPU  (Read 15542 times)

0 Members and 1 Guest are viewing this topic.

Richy19

  • Full Member
  • ***
  • Posts: 190
    • View Profile
Re: Just wondering, Intel GPU
« Reply #30 on: June 27, 2012, 12:32:30 am »
Wow, this 2-column layout makes the code really unreadable :P

Quote
Do you have any idea what this could be?
No, but the intel_do_flush_locked failed error seems to be a common one. Probably a driver issue, again.

Hmm, il have to look into it see if there is anything that can be fixed easily. Is it just the renderTarget and renderTexture files that define the renderTexture?

Lol I did that layout to not strech the page but ended up making it worse :P

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Just wondering, Intel GPU
« Reply #31 on: June 27, 2012, 08:08:24 am »
Quote
Is it just the renderTarget and renderTexture files that define the renderTexture?
No, there are the internal implementations: RenderTextureImplFbo and RenderTextureImplDefault.

The first thing to do would be to switch to the other back-end (in RenderTexture::create) and see if it works.
Laurent Gomila - SFML developer