Hello Guest

[FIXED] new ATI 10.1 drivers don't support some GL1x functions?

  • 64 Replies
  • 84044 Views
Re: new ATI 10.1 drivers don't support some GL1x functions?
« Reply #60 on: February 18, 2010, 17:18:49 »
And I just tested it with the new ATI drivers that were released today (10.2)... the fixes still hold!


...phew!
=-=-=-=-=-======-=-=-=-=-=-
http://www.tommytwisters.com

*

Offline princec

  • *****
  • 1933
    • Puppygames
Re: new ATI 10.1 drivers don't support some GL1x functions?
« Reply #61 on: February 18, 2010, 17:38:35 »
What about 9.x drivers - everything working as expected on that front?

Cas :)

*

Offline spasi

  • *****
  • 2261
    • WebHotelier
Re: new ATI 10.1 drivers don't support some GL1x functions?
« Reply #62 on: February 18, 2010, 19:02:26 »
Yes, I had downgraded my drivers and tested when I was working on this.

Re: new ATI 10.1 drivers don't support some GL1x functions?
« Reply #63 on: February 18, 2010, 20:40:57 »
Thanks. I'll wait for the release then. Please let me know if it turns out it wont happen this weekend, so I can decide on whether to use nightly instead.

Re: [FIXED] new ATI 10.1 drivers don't support some GL1x functions?
« Reply #64 on: April 30, 2012, 15:09:22 »
Sorry to dig this up again, but I have that problem with LWJGL 2.8.3 on Mac OS 10.7.3 with a RADEON HD6950M.
Here's the stack trace:

>17:00:02 [SCHWERWIEGEND] Exception in thread "Render Thread"
>17:00:02 [SCHWERWIEGEND] java.lang.IllegalStateException: Function is not supported
>17:00:02 [SCHWERWIEGEND]    at org.lwjgl.BufferChecks.checkFunctionAddress(BufferChecks.java:58)
>17:00:02 [SCHWERWIEGEND]    at org.lwjgl.opengl.GL11.glGenLists(GL11.java:1392)
>17:00:02 [SCHWERWIEGEND]    at org.spout.engine.renderer.GL11BatchVertexRenderer.<init>(GL11BatchVertexRenderer.java:13)
>17:00:02 [SCHWERWIEGEND]    at org.spout.engine.renderer.BatchVertexRenderer.constructNewBatch(BatchVertexRenderer.java:21)
>17:00:02 [SCHWERWIEGEND]    at org.spout.engine.batcher.PrimitiveBatch.<init>(PrimitiveBatch.java:18)
>17:00:02 [SCHWERWIEGEND]    at org.spout.engine.SpoutClient.initRenderer(SpoutClient.java:124)
>17:00:02 [SCHWERWIEGEND]    at org.spout.engine.scheduler.SpoutScheduler$RenderThread.run(SpoutScheduler.java:170)

Seems that the drivers are even more broken on the Mac than they are on windows :/