@DavivaD : Hit F5.
Shoutbox archive
Wow, nice font. Is there a mod for that, or is it like this in new versions?
@tomangelo On GL 1.4 I have framedrops on 8192x8192 shadows. On GL 2.1 I don't have this type of framedrop.
@DavivaD you use GL 1.4 because of framedrops, or you have framedrops on 1.4 too? Second variant would be quite weird, it's most stable engine so far.
Framedrop is likely caused by rendering primitives. There's a lot of code in UI that renders without VBOs. GL 3.3 engine can't use CPU-side memory, so it has to upload everything to GPU memory. I implemented a trick that works really good on modern hardware. I don't know what's the exact problem on AMD card but this is likely related to that.
This lines on ground... - http://imgur.com/a/UDqck - I using the GL2.1 engine beacuse on GL1.3 I got massive framedrop
@radioactivity that's not their problem, it's their fault that they can't provide decent drivers.
It kinda sucks for AMD, they could easily be a fair competitor for Nvidia if not for the fact that most programs are made for Nvidia cards and therefore have worse performance on AMD cards
IMHO it's something related by Nvidia drivers specific for this GPU (family?) handling opengl2.1 code, as I've checked it both on Radeon and Intel HD and problem with framedrops doesn't occur. Also no one else with different GeForce GPU reported framedrops on this engine, so it's probably issue only on some specific cards.
Well, yep. But I believe it's common problem with OGL 2.1 implementation.As long as main OGL 1.4 have no problems with this GPU, I'm ok with this Nvidia and it's awesome. CUDA's awesome too. And the rest of my games are working great.
@RaptorParkowsky : you mean this one that have similar issue but on OpenGL 2.1?