GP2X Re-porting Quake Using Gpu940


MattPurland

Still Fresh
Joined
Jun 26, 2006
Messages
38
My coding abilities are far from good, but would it now be possible to re-port Quake using gpu940 to offload all the floating point stuff to the 940?

I can imagine this to be quite a hard thing because its OpenGL not OpenGL ES. Am I wrong?
 
efegea posted on Feb 16 2007 at 07:58 PM said:
glquake should be easy to port but it has a lot of assembly
Is the assembly part of the graphics code? I'm guessing not? If I remember correctly, the current port of Quake has the assembly recoded in C. Could these be ripped and put in place of the assembly code?
 
Last edited by a moderator:
Blah posted on Feb 17 2007 at 12:09 AM said:
There are C ports for other architectures that use opengl so its possible.
Can you recommend one we could look at? I can't find much via google =/
 
Last edited by a moderator:
Back
Top