Welcome, Guest. Please Login 3dfx Archive
 
  HomeHelpSearchLogin  
 
Page Index Toggle Pages: 1
Send Topic Print
Possible to access registers GPU in Big Endian ? (Read 4452 times)
Cosmos
YaBB Newbies
*
Offline


recent 3dfx enthusiast

Posts: 16
Possible to access registers GPU in Big Endian ?
02.11.13 at 15:52:35
 
By default, all 3dfx GPU are Little Endian.

But, coders can configure some swizzle bits...


So, I wanna know if it's possible to write a Big Endian longword (32bits) into an Avenger register GPU, for example sSetupMode (0x260) ?



Thanks for your help !
Back to top
« Last Edit: 02.11.13 at 15:53:52 by Cosmos »  
 
IP Logged
 
Quaker763
Junior Member
**
Offline


It really is kind of ridiculous

Posts: 67
Australia
Gender: male
Re: Possible to access registers GPU in Big Endian ?
Reply #1 - 21.11.14 at 16:04:32
 
What driver is this from? Unfortunately if they've locked it in little endian, there's not really much you can do, as the card is probably expecting the least significant byte first. You always swap the each word around after you e read it, to make it MSB first, however if you know you're in little endian mode already there shouldn't be a problem.

Just out of curiosity, why do you want to read the data as big endian?

EDIT: Sorry for the necro, I just realized the post was a year old.... Shocked
Back to top
« Last Edit: 21.11.14 at 16:07:30 by Quaker763 »  
 
IP Logged
 
Cosmos
YaBB Newbies
*
Offline


recent 3dfx enthusiast

Posts: 16
Re: Possible to access registers GPU in Big Endian ?
Reply #2 - 06.06.15 at 17:46:58
 
I finally found : yes, it's possible ! The "Swizzle mode" is enable now !

And it's working fine !

A big thanks to the 3dfx engineers : well done for this useful feature !


I have another request now : some said that the 3dfx Avenger GPU have a bug, some internal deadlock/crash when using some registers in a certain order... So, the GPU do a hard reset, and after that, can continue...

Bug fixed in the VSA-100...

Any informations about this bug ?


Thanks !

Back to top
 
 
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print