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

Author Topic: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable  (Read 7244 times)

0 Members and 1 Guest are viewing this topic.

smguyk

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
I upgraded from 2.2 to 2.3 and now I'm getting this console output:

OpenGL extension SGIS_texture_edge_clamp unavailable
Artifacts may occur along texture edges
Ensure that hardware acceleration is enabled if available

What does it mean?

Should I be concerned, and how do I fix it? Thanks!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #1 on: May 11, 2015, 04:10:47 pm »
Don't forget to check the tracker before posting.

https://github.com/SFML/SFML/issues/880
Laurent Gomila - SFML developer

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10827
    • View Profile
    • development blog
    • Email
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #2 on: May 11, 2015, 04:11:35 pm »
The issue has always been there, you just never noticed it because of no warning.
However the issues has already been reported and the fix is getting merged soon. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #3 on: May 11, 2015, 04:24:22 pm »
The issue has always been there, you just never noticed it because of no warning.
Actually, the issue was never there, because it was never an issue. :P The warning isn't supposed to apply in this case (extension supported under different name), and that's the current bug.

Just ignore the warning for now. The 2.3 release is a bit broken, but the patch release will be out shortly. If you absolutely need something functioning right now, you can stick to 2.2 for the time being.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10827
    • View Profile
    • development blog
    • Email
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #4 on: May 11, 2015, 04:32:30 pm »
Actually, the issue was never there, because it was never an issue. :P The warning isn't supposed to apply in this case (extension supported under different name), and that's the current bug.
Ah well, then I misunderstood you. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

tapirath

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #5 on: May 17, 2016, 01:19:06 pm »
Sorry to bring back this thread from dead but this issue seems to be persisting for me. I'm on Windows 7 with C/SFML 2.3.2 and an NVIDIA Quadro Mobile series card.

It looks like this was fixed here: https://github.com/SFML/SFML/pull/882
Was it not in 2.3.2 release? Should I open a new bug report?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10827
    • View Profile
    • development blog
    • Email
AW: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #6 on: May 17, 2016, 01:52:15 pm »
What do you mean with C/SFML?
It is fixed in SFML 2.3.2, if you use a CSFML version that doesn't actually use SFML 2.3.2 then you'll still run into the issue. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

tapirath

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #7 on: May 17, 2016, 02:25:54 pm »
I mean I use SFML and CSFML 2.3.2 and I still have this issue.

EDIT:
My app depends on this 2 dlls which are downloaded from the official website. They are of version 2.3.2
Code: [Select]
$ ldd bunny.exe
        csfml-graphics-2.dll => /mingw64/bin/csfml-graphics-2.dll (0x68a40000)
        csfml-window-2.dll => /mingw64/bin/csfml-window-2.dll (0x6f840000)
        ...
        ...

And the output of the app is shown in the attachment.

EDIT: Tried it on another computer with an older Quadro Mobile GPU, on arch linux and this issue doesn't exist there. So it looks like a windows-only problem.
« Last Edit: May 17, 2016, 08:43:10 pm by tapirath »

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #8 on: May 18, 2016, 06:16:31 am »
CSFML has not been updated to 2.3.2, as far as I remember. But you can easily recompile it.
Laurent Gomila - SFML developer

tapirath

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML 2.3: OpenGL extension SGIS_texture_edge_clamp unavailable
« Reply #9 on: May 18, 2016, 11:41:56 am »
Ah now I get. Ok thanks for the heads up. Indeed the website claims 2.3 not 2.3.2