He was talking about upgrading to 8.1. Not about upgrading hardware. Although some features are only available on newer hardware.
Everyone who has Win 8 will get WDDM 1.3 and DX11.2 though as its a free upgrade from 8 > 8.1. Win 8 already has 13% of Steam users and is already the second most used OS on Steam so gamers are taking to it.
Love my job, since I've been bringing in $82h… I sit at home, music playing while I work in front of my new iMac that I got now that I'm making it online. (Home more information) http://goo.gl/xp09c
Would you, as a company that intends to make a profit and so needs to manage its development resources with care, develop for a program you are phasing out? I wouldn't likely do that myself.
I'm not saying you are entirely wrong here, I'm just saying there is likely more to the picture than just selling a newer product.
Don't cut your nose off to spite your face here. :) It's a great benefit, and not just for SoC type uses either, it makes the job of managing graphics engineering better for everyone, and so better for any end-user in terms of getting more from their budget spent on anything involved with making what appears on your screen look its best.
The improvements in efficiency that came from DX11 itself is one of the things that allowed Blizzard to upgrade World of Warcraft's engine and still let lower-end computers handle the game decently. WoW is still mostly a DX9 game, as are most of the games that have some DX11 functionality (it might help to understand that DirectX, and OpenGL, are collections of APIs that a developer can pretty much pick and choose from, they don't have to use all of it to benefit). This change will allow for more of the same kind of thing.
I've never really thought about how a APU might fare in a GPU computing environment, I sort of ignored it thinking 'integrated graphics == rubbish' But that isn't really true anymore. With the reduced memory overhead I think this could actually be quite useful;
In my experience GPU computing is often not applicable unless you are using very big data sets (literally millions of elements) between the transfer overhead and slower clock speed, a GPU only wins out when all of it's processing cores are in use for an extended period. With memory overhead reduced I can see the threshold for porting computation to the GPU lowering quite a bit on some systems.
Ummm. A 1080p screen is millions of elements. Any sort of video editing benefits, even without the MDB.Likewise for editing those high res pics from just about any camera, converting to and from JPEG, etc.. Data sets with millions of elements are really quite common.
Those are the low-hanging fruit already covered. I'm sure yougotkicked thought about unconventinal GP-GPU apps.. unconventional because until now it didn't make sense to port them.
Do you know what the coherency model is for MDB? For example, when is the GPU guaranteed to see CPU writes, and when is the CPU guaranteed to see GPU writes? At kernel boundaries?
When is Microsoft going to support OpenGL by default themselves? Are they really going to use Google's ANGLE to translate DirectX to OpenGL for WebGL in IE11, just so they don't have to do that?
They need to support OpenGL in Windows Phone and Windows, otherwise most of iOS and Android mobile games will never arrive on those platforms.
Maybe ANGLE is the solution to WebGL's inherent security problem, potentially allowing kernel access. If such is the case, why not ? Do we know that they are using ANGLE or ANGLE-like translation for WebGL in IE11 ?
Is it just me or is anyone else upset that that VISUALS on Win8 look like crayon drawings compared to Win7 AERO...?
We actually went backwards... Even with multi-mon... And they STILL HAVE CRAP for tablet share..
Ballmer's going to destroy MS... They broke HyperV with USB3 controllers, Modern apps have no entry in the volume mixer AND they jump around between monitors... Flash in IE is a NIGHTMARE... I had to search for an hour to find the right Flash package...
I had more blue screens in one month than when I worked at MS testing Windows XP...
I'M TOTALLY PISSED. I want my "Modern" VISUALS... But as I said, they did it because Intel IGPs at 100W can barely do AERO, so of course ATOM withotu PowerVR will get them sued AGAIN...
We’ve updated our terms. By continuing to use the site and/or by logging into your account, you agree to the Site’s updated Terms of Use and Privacy Policy.
16 Comments
Back to Article
Musafir_86 - Tuesday, July 2, 2013 - link
-I think MDB is a prelude for the imminent Kaveri's arrival (and its hUMA architecture). :)Wolfpup - Tuesday, July 2, 2013 - link
Sounds like some of these features could be a boon for AMD's A series CPUs down the line.YazX_ - Tuesday, July 2, 2013 - link
well if MS wants to put some pressure on gamers to upgrade to 8.1 in order to get such features, then nope, im not gonna upgradejuhatus - Tuesday, July 2, 2013 - link
YazX_: Did you even bother to read the article? its not about hardware.. back to your 386.B3an - Tuesday, July 2, 2013 - link
He was talking about upgrading to 8.1. Not about upgrading hardware. Although some features are only available on newer hardware.Everyone who has Win 8 will get WDDM 1.3 and DX11.2 though as its a free upgrade from 8 > 8.1. Win 8 already has 13% of Steam users and is already the second most used OS on Steam so gamers are taking to it.
SteveKen - Monday, July 8, 2013 - link
Love my job, since I've been bringing in $82h… I sit at home, music playing while I work in front of my new iMac that I got now that I'm making it online. (Home more information)http://goo.gl/xp09c
Sabresiberian - Wednesday, July 3, 2013 - link
Look at it this way -Would you, as a company that intends to make a profit and so needs to manage its development resources with care, develop for a program you are phasing out? I wouldn't likely do that myself.
I'm not saying you are entirely wrong here, I'm just saying there is likely more to the picture than just selling a newer product.
Don't cut your nose off to spite your face here. :) It's a great benefit, and not just for SoC type uses either, it makes the job of managing graphics engineering better for everyone, and so better for any end-user in terms of getting more from their budget spent on anything involved with making what appears on your screen look its best.
The improvements in efficiency that came from DX11 itself is one of the things that allowed Blizzard to upgrade World of Warcraft's engine and still let lower-end computers handle the game decently. WoW is still mostly a DX9 game, as are most of the games that have some DX11 functionality (it might help to understand that DirectX, and OpenGL, are collections of APIs that a developer can pretty much pick and choose from, they don't have to use all of it to benefit). This change will allow for more of the same kind of thing.
yougotkicked - Tuesday, July 2, 2013 - link
I've never really thought about how a APU might fare in a GPU computing environment, I sort of ignored it thinking 'integrated graphics == rubbish' But that isn't really true anymore. With the reduced memory overhead I think this could actually be quite useful;In my experience GPU computing is often not applicable unless you are using very big data sets (literally millions of elements) between the transfer overhead and slower clock speed, a GPU only wins out when all of it's processing cores are in use for an extended period. With memory overhead reduced I can see the threshold for porting computation to the GPU lowering quite a bit on some systems.
Jaybus - Tuesday, July 2, 2013 - link
Ummm. A 1080p screen is millions of elements. Any sort of video editing benefits, even without the MDB.Likewise for editing those high res pics from just about any camera, converting to and from JPEG, etc.. Data sets with millions of elements are really quite common.MrSpadge - Tuesday, July 2, 2013 - link
Those are the low-hanging fruit already covered. I'm sure yougotkicked thought about unconventinal GP-GPU apps.. unconventional because until now it didn't make sense to port them.BryanC - Tuesday, July 2, 2013 - link
Do you know what the coherency model is for MDB? For example, when is the GPU guaranteed to see CPU writes, and when is the CPU guaranteed to see GPU writes? At kernel boundaries?codedivine - Tuesday, July 2, 2013 - link
Author here. Yes, I am assuming kernel boundaries.zdw - Tuesday, July 2, 2013 - link
Does OpenGL have similar functionality to MDB?I'd assume it does, as unified memory goes back on SGI's platforms for quite a while - the SGI O2 had unified CPU/GPU memory like 15 years ago.
Krysto - Wednesday, July 3, 2013 - link
When is Microsoft going to support OpenGL by default themselves? Are they really going to use Google's ANGLE to translate DirectX to OpenGL for WebGL in IE11, just so they don't have to do that?They need to support OpenGL in Windows Phone and Windows, otherwise most of iOS and Android mobile games will never arrive on those platforms.
ananduser - Wednesday, July 3, 2013 - link
Maybe ANGLE is the solution to WebGL's inherent security problem, potentially allowing kernel access. If such is the case, why not ? Do we know that they are using ANGLE or ANGLE-like translation for WebGL in IE11 ?BaronMatrix - Monday, July 8, 2013 - link
Is it just me or is anyone else upset that that VISUALS on Win8 look like crayon drawings compared to Win7 AERO...?We actually went backwards... Even with multi-mon... And they STILL HAVE CRAP for tablet share..
Ballmer's going to destroy MS... They broke HyperV with USB3 controllers, Modern apps have no entry in the volume mixer AND they jump around between monitors... Flash in IE is a NIGHTMARE... I had to search for an hour to find the right Flash package...
I had more blue screens in one month than when I worked at MS testing Windows XP...
I'M TOTALLY PISSED. I want my "Modern" VISUALS... But as I said, they did it because Intel IGPs at 100W can barely do AERO, so of course ATOM withotu PowerVR will get them sued AGAIN...
Intel, holding back graphics for 20 years...
That's a cool catch phrase...