FPS limiter

Feedback on past, current, and future development.
User avatar
WeirdSexy
Posts: 611
Joined: 15 Sep 2011, 18:50
Location: USA

Re: FPS limiter

Post by WeirdSexy »

sirherrbatka wrote:Radeon, perhaps?
I don't think OpenGL performance is too bad on modern Radeon cards, is it?
User avatar
sirherrbatka
Posts: 2159
Joined: 07 Aug 2011, 17:21

Re: FPS limiter

Post by sirherrbatka »

It is decent on OSX, mostly ok on linux. No idea about windows, but they may care less about opengl on DX platforms.
Tarius
Posts: 574
Joined: 24 Oct 2011, 19:29

Re: FPS limiter

Post by Tarius »

My impression of OpenGL is that it takes alot more performance to run than directx does. This is from experience. I had only suspected that it might but seeing as scrawl says it does, it confirms what I thought.

Maybe scrawl should try and join the OpenGL project haha.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: FPS limiter

Post by raevol »

Tarius wrote:My impression of OpenGL is that it takes alot more performance to run than directx does.
Just remember there's a really big difference between how fast "OpenGL" is and how fast Ogre's OpenGL code is. OpenGL by itself can be screamingly fast, depending on the driver. But if you write poor code for it, of course it's going to be slow.
Tarius
Posts: 574
Joined: 24 Oct 2011, 19:29

Re: FPS limiter

Post by Tarius »

raevol wrote:
Tarius wrote:My impression of OpenGL is that it takes alot more performance to run than directx does.
Just remember there's a really big difference between how fast "OpenGL" is and how fast Ogre's OpenGL code is. OpenGL by itself can be screamingly fast, depending on the driver. But if you write poor code for it, of course it's going to be slow.
I hope you dont mean by itself as standalone only testing/demo by itself.
User avatar
scrawl
Posts: 2152
Joined: 18 Feb 2012, 11:51

Re: FPS limiter

Post by scrawl »

This is bullshit. OpenGL and DirectX are just APIs. You should get about the same performance. There must be something going wrong that is dragging your peformance down. Please post the ogre.log.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: FPS limiter

Post by raevol »

Tarius wrote:I hope you dont mean by itself as standalone only testing/demo by itself.
What I mean is:
scrawl wrote:This is bullshit. OpenGL and DirectX are just APIs. You should get about the same performance. There must be something going wrong that is dragging your peformance down.
SquireNed
Posts: 403
Joined: 21 Dec 2013, 22:18

Re: FPS limiter

Post by SquireNed »

Yeah, OpenGL and DirectX should be pretty similar if they do the same things. Of course, since they use different shader models and function in similar but often diverse methods, the code is not identical and a function that may be cheap in one is expensive in the other (OpenGL, iirc, functions in a way that is theoretically superior to many of DirectX's things, but can also lead to issues with optimization, but that may be my poor understanding of the functionality).
Post Reply