Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

TysonJ

Member Since 21 Jun 2012
Offline Last Active Nov 02 2012 02:10 PM
-----

Posts I've Made

In Topic: How do you use bvecs (GLSL) ?

02 November 2012 - 11:53 AM

That doesn't work because the first greaterThan is mixing a vec and a bvec, and in any case I want a vec out of it, not a bvec.

In Topic: Installing a second "development" video card?

25 June 2012 - 04:55 PM


I want to test my game's performance on roughly comparable hardware, as I develop it.

Then get an iPhone 3GS. There is no such thing as “comparable hardware”. Not even the iOS Simulator is comparable (its OpenGL ES 2 implementation is emulated in software, and provides no hardware support). There are numerous hardware differences that matter, including deferred tile-based rendering which eliminates overdraw (your GeForce card will not perform this) and a unified memory model which eliminates bus transfers to the graphics card.
iOS devices have a virtual memory system but no paging system.
Even threading is not the same.

Both Mac OS X and iOS adopt a more asynchronous approach to the execution of concurrent tasks than is traditionally found in thread-based systems and applications.



The point is that the only hardware that is like an iPhone 3GS is an iPhone 3GS. If you want to develop for one, get one.


L. Spiro


I'm aware that they are quite different, but they are not so different that optimizing one will harm the other. What I meant by "comparable" is that if I can get one to run at 60hz, the other probably will as well, or at least be most of the way there. Does that sound about right? Really I want to find every excuse possible to stay in my cozy pc development environment :)

In Topic: Installing a second "development" video card?

25 June 2012 - 04:52 PM

Personally, I was hoping to avoid buying a complete amd system just to test OpenGL functions! Although, it may acutally be worth while for several reasons (not least of which was an 8 core processor for half the price of an Intel equivalent).

Are you buying an AMD system for their opengl es support? If so I would advise against it. The last driver update broke it, at least for me, so after hours of pulling my hair out trying to figure out why my game stopped working I switched to ANGLE, which has worked very well so far.

PARTNERS