|
|||||||
| Register | FAQ | XDA-Portal | XDA-Wiki | Device database | Donate! | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||
|
||||
|
Hello,
I bought my Kaiser a month ago. I'm interested in 3D graphic development for the graphic chip (Qualcomm MSM7200). For the last two days I've been looking around for something (SDKs, drivers, ...) for it. What I've found so far is that Qualcomm claims the chip to be rather powerful: http://www.cdmatech.com/products/q3dimension.jsp and based on OpenGL ES. The other PDF ( http://brew.qualcomm.com/bnry_brew/p...-303_Ligon.pdf ) says, that the MSM7200 is built on ATI Imageon architecture and should support hardware accelerated OpenGL ES 1.0 Common as well as Direct3D Mobile. Yet, I am unable to find any MSM7200 and/or Imageon SDKs. I've written a small app. to test Direct3D on this device but all I could get was a software renderer :-( I'm not familiar with OpenGL (ES) enough to test it. So my question is: Which way should I go? I suspect I need some windows mobile drivers for hardware-accelerated Direct3D Mobile but was unable to find any. For OpenGL ES this seems to be even more difficult, while I don't know which SDK to use (I couldn't find any supporting MSM7200). ANY responses are very welcome. |
| Sponsored Links |
|
#2
|
||||
|
||||
|
I don't know how you can program for OpenGL ES, but for Direct3D Mobile you have an SDK for Visual Studio (i think you already know this...)
I'm complaining about HTC's implementation too: http://forum.xda-developers.com/showthread.php?t=339173 I just hope more people start complaining so HTC has to do something.
__________________
- HTC Prophet - HTC TyTN II - Toshiba G900 - E71 - 5800XM - - G1 - |
|
#3
|
||||
|
||||
|
OK, at least I see I'm not alone.
So, as I pointed out in my previous post, MSM7200 should use enhanced Imageon architecture (I guess they refer to it as to Imageon+). Anyone feels like give it a shot with Imageon drivers/SDK/API? I would but I was unable to find something Imageon-development related on the web. Perhaps if you could point me somewhere. :-) |
|
#4
|
||||
|
||||
|
|
|
#5
|
||||
|
||||
|
Unfortunately no. I took a look at the BREW already but I think it's not supported on Windows Mobile.
|
|
#6
|
||||
|
||||
|
I'd like to say I've got some good news but I don't. I looked closer to my Kaiser's D3D configuration and I found that it only has one D3D driver. It's htc_d3dm.dll and it's locally hooked (means it is not accessing hardware) and it's basically just Microsoft D3D Reference Driver (software renderer). So it looks like HTC didn't put much effort into enabling D3D on Kaiser.
I will look futher into this matter and keep you informed. |
|
#7
|
||||
|
||||
|
wow. Hard to think that neither HTC nor Qualcomm would have compiled a d3dm hadware driver by launchtime, yet alone by now. Qualcomm seems much more interested in promoting their closed BREW platform than enabling "rival" technologies...
Aren't there any other msm7200 based wm6 machines out there ? maybe something like Polaris would have a correct d3dm implementation... Last edited by draxredd; 29th October 2007 at 03:23 PM.. |
|
#8
|
||||
|
||||
|
This is the list of MSM7200 based devices:
http://www.pdadb.net/index.php?m=pda...ed=1&cpu=a7200 But I think that drivers from any other MSM7xxx based or even MSM6xxx based device could work. I doubt they have different 3D graphics architecture. If you can get any Qualcomm's Windows Mobile driver, let me know for sure. I would try it. BTW: If you want to check your (or any other) device for D3D drivers see registry values: HKLM/System/D3DM/Drivers/LocalHook and HKLM/System/D3DM/Drivers/RemoteHook LocalHook should list locally hooked drivers (software renderers but they might be optimised for certain CPU). RemoteHook should list remotely hooked drivers (drivers that use hardware in some special way - e.g. hardware accelerated graphics). |
|
#9
|
||||
|
||||
|
I've just found that new i-mate ultimate 9502 will be Qualcomm MSM7200 based as well. We'll see what will i-mate come with when it comes to D3D drivers.
|
|
#10
|
||||
|
||||
|
maybe a stupid idea, but why not trying to add htc_d3dm.dll in the remote hook registry key ?
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|