Windows 7 Graphics Architecture Overview - Part 2
- Posted: May 05, 2009 at 8:36 AM
- 39,762 Views
- 1 Comment
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
You can find additional information about Windows 7 Graphics in the:
· Developer for Windows MSDN page
· E7 blog post Engineering Windows 7 Graphics Performance
· PDC session recordings:
· Windows 7: Writing Your Application to Shine on Modern Graphics Hardware (PDC)
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
I'd like to see the look on the faces of the many unsuspecting developers when they get the news about Win7. Good news: we've got a new 2d api to replace GDI that's hardware accelerated and a lot more powerful than both GDI and GDI+ ; bad news: Microsoft wanted to make it part of the DirectX stack, so you have to suffer the ugliness and pain of COM for no obvious reason.
Of course if COM is too much for you, you can always use WPF, but that's a product of devdiv, not the Windows team, so it has a completely separate rendering pipeline that doesn't integrate with D2D. Oh, and because it was designed by architecture astronauts, even the simplest things will consume hundreds of megs of memory. Which isn't a problem on modern machines... until the garbage collector stops the world to work it's way through it all.
Or you can just carry on using GDI, which still works, although we added some stuff to that too.
Remove this comment
Remove this thread
close