Slashdot Mirror


Windows Vista May Degrade OpenGL

srw writes "OpenGL is the industry choice for cross platform, hardware accelerated 3D graphics, and it is also the only way you can get fast 3D graphics on your Linux desktop. It now seems Windows Vista implements OpenGL via Direct3D, seriously degrading its performance and attractiveness to developers." From the article: "In practice this means for OpenGL under Aeroglass: OpenGL performance will be significantly reduced - perhaps as much as 50%, OpenGL on Windows will be fixed at a vanilla version of OpenGL 1.4, No extensions will be possible to expose future hardware innovations. It would be technically straightforward to provide an OpenGL ICD within the full Aeroglass experience without compromising the stability or the security of the operating system. Layering OpenGL over Direct3D is a policy more than a technical decision."

49 of 633 comments (clear)

  1. What, you fucking idiots? by Ckwop · · Score: 1, Insightful

    Microsoft, you're fucking stupid. The EU are going to murder you over this and rest assure the settlement with the EU wont be as lenient as the last time. I think it would silly for prosecution to demand anything less than the division of the company for a repeat offense. And I think that this time they'll get it.

    Microsoft, you must understand three things.

    1. You are a monopoly. This monopoly means you have to tread very carefully not to fall foul of competition law. Building an OS that removes your only crediable competition in that sector of the market is not a wise move.
    2. The United states of America is not the same as the EU. Most of the EU is ruled by governments elected by proportional representation. This means that the EU political center is much further to the left than the US. Most believe in free enterprise but only if it is not unchecked; they're not going to be as receptive to your excuses as the republican party.
    3. European governments are starting to wise up that transfering as much as 0.3% of GDP to the United States in Windows licenses is not a smart move. To put the size of this figure in to perspective, the United Kingdom spends 0.3% of GDP on it's transport infrastructure. As a result, Governments are looking at OSS seriously and are likely to want to protect the future of it.

    I am confident of one thing: the future of Microsoft will not be dictated by how well it fares in the US market but how well it fares in the EU market. It simply wont make sales in India, China or the South American countries. Linux is quickly becoming intrenched in these countries because these companies can't really afford to prop up the American economy. In many ways, the fact that they're so poor means they have to be smarter with their cash.Something that's better for us all.

    Simon

    1. Re:What, you fucking idiots? by CarrionBird · · Score: 5, Insightful
      That's a very Eurocentric view. Even if the governments decide to go OSS, that's ony a portion of sales in any region.

      MS would be smart to make a EU specfic version again, if only to keep out of the courts.

      --
      Free Mac Mini Yeah, it's
    2. Re:What, you fucking idiots? by Ckwop · · Score: 1, Insightful

      How would the EU enforce breaking up a United States company?

      It woudl have no power to enforce it directly but it could ban Microsoft from selling anything to the EU unless it divides. That's a pretty big club to hit them with.

      Simon.

    3. Re:What, you fucking idiots? by minus_273 · · Score: 1, Insightful

      no the EU will write you a letter telling you how angry they are, then write you another letter telling you how angry they are that you ignored the first letter. EU has about as much of a bite as the UN.

      --
      The war with islam is a war on the beast
      The war on terror is a war for peace
    4. Re:What, you fucking idiots? by Procyon101 · · Score: 4, Insightful

      How is the price of Windows an ethical decision? Particularly when there are viable alternatives to Windows.

    5. Re:What, you fucking idiots? by Anonymous Coward · · Score: 1, Insightful

      But the E.U. is a large region. The E.U.'s economy is larger than the USA's. A version of Windows for the E.U. region without OpenGL crippled would be enough to keep OpenGL going, and that kind of situation would be enough to have Japan's government complaining too.

    6. Re:What, you fucking idiots? by xenocide2 · · Score: 3, Insightful

      Microsoft's justification of this is that some 3rd world countries are already antagonistic towards US imports, and selling their OS at costs below domestic prices could be construed as 'product dumping,' which carries a hefty fine and other import restrictions. Not to mention that it's difficult to compete with "nearly free" pirated copies. Whether their fears of dumping and never being able to compete with piracy are justified, I don't know.

      Realistically, why worry about this so much? If Microsoft isn't capable of competing in 3rd world countries, then competitors should be able to step in where they slip. Linux, OSX, etc. In fact, it seems that piracy hurts everyone involved.

      --
      I Browse at +4 Flamebait

      Open Source Sysadmin

    7. Re:What, you fucking idiots? by mattkinabrewmindspri · · Score: 2, Insightful

      Now contrast that with how the U.S. handled the Microsoft monopoly...

  2. Logical choice by ytm · · Score: 3, Insightful

    Why risk using cross-platform standard while you can tie developers to your platform with Direct3D? It seems that Microsoft has no interest in supporting cross-platform solutions. Why should they?

  3. Re:Normal MS Decision... by mfago · · Score: 4, Insightful

    Yup, just a variation on embrace, extend, extinguish. So what someone needs to due is sue. Of course that may not work either: although Sun got $900M, Java on MS is still broken unless you download Java yourself.

  4. bit by bit by urdine · · Score: 4, Insightful

    Microsoft is "upgrading" itself out of the marketplace. No serious gamer is going to want to use Vista now. It's turning into same mistake Apple made back in the day - trying to control everything at the expense of flexibility and compatibility. The only thing Microsoft has going for itself is ubiquity - people use it because other people use it. They're chipping away at that foundation with a jackhammer now. This also comes at a time when people are switching to Firefox in droves, with Mac and Linux OSes on the rise. Not a smart move.

    1. Re:bit by bit by leshert · · Score: 2, Insightful

      You're either young or have a short memory.

      No serious gamers wanted to play games in Windows 3.1.

      Then no serious gamers wanted to play games in Windows 95... but that got better with DirectX.

      Then no serious gamers wanted to play games in Windows NT (~Windows 2000 timeframe)... but that got better with XP.

      Now maybe no serious gamers will want to play games in the first release of Windows Vista. Have patience...

  5. All the time is spent in the GPU so who cares by rufusdufus · · Score: 4, Insightful

    I doubt layering OpenGL over directX will make a 50% slowdown; all the time processing is in the GPU and the amount of time spent in an API is insignificant.
    The whole blurb sounds like a scare tactic to me. The article of course is /.ed

    1. Re:All the time is spent in the GPU so who cares by The+Real+Nem · · Score: 3, Insightful

      That's only part of the issue. Assuming the article is accurate, they will lock OpenGL to version 1.4 (current is 2.0) with no interface for extensions (except maybe a standard set?). This is like limiting OpenGL to the DirectX 7 feature set. The speed degradation wouldn't be 100% from the abstraction layer, it would be from a limited modern feature set.

      No developer would want to use it, especially for games. They couldn't compete

    2. Re:All the time is spent in the GPU so who cares by Anonymous Coward · · Score: 1, Insightful

      Not so. The CPU can be a significant bottleneck. For example, DirectX's DrawPrimitives calls (and OpenGL's glDrawElements calls) are quite CPU intensive and developers must go to great lengths to minimize the number of such calls or the CPU will quickly become the bottleneck. This is actually one of the most common bottlenecks in 3D graphics, since minimizing the number of calls is difficult. Layering OpenGL on DirectX will increase CPU load and reduce the number of draw calls that can be made per frame. How much remains to be seen. I doubt it will be as extreme as 50% except in corner cases, but even the thought of reduced performance will drive more developers to DirectX.

    3. Re:All the time is spent in the GPU so who cares by Anonymous Coward · · Score: 1, Insightful

      You are correct with your reasoning. However if the software application uses OpenGL 2.0 OR OpenGL extensions, and this functionality is not 'exposed' to the OpenGL driver... then performance WILL drop by 50%.

      Think of how bad performance was when "shadows" (or particles) were turned on in Quake, and your card did not support hardware shadows. The effect was simulated at considerable expense.

      Of course, others have pointed out benefits (no more OEM OpenGL drivers 'needed'), but I'm sure you always lose some FPS>..

  6. I am not quite sure this is true... by Anonymous Coward · · Score: 5, Insightful

    Does anybody else not believe this at all? I think this was totally blown out of proportion by the opengl guys and the real situation is going to be nothing like this. Of course, nobody on Slashdot is going to read the article anyway and the hyperbole is just going to grow and grow...

  7. Re:Monopoly by MooseByte · · Score: 5, Insightful

    Particularly fascinating that with all of the (formerly) core features that MS has been dropping from Vista, they still somehow find time in the development schedule to screw over an open standard like OpenGL.

    WinXP SP3 - Now with fewer features and less compatibility than ever!

  8. This makes sense by TheRaven64 · · Score: 3, Insightful
    TFA is Slashdotted, so this may be contradicted, but:

    I imagine that this is only the case in the Microsoft drivers. It is less effort for them to write a set of DirectX drivers for each graphics card they intend to support and an OpenGL wrapper that can be used with all drivers than write a DirectX and an OpenGL implementation for each card - particularly since DirectX OpenGL wrappers have been around for years.

    Vendors like nVidia, ATi and Intel will continue to provide non-wrapped OpenGL drivers, since they will lose sales if their card does 50% worse than a competitor who provides a native implementation.

    --
    I am TheRaven on Soylent News
    1. Re:This makes sense by caereth · · Score: 3, Insightful

      The problem is that the new UI will be using Direct 3D, and will therefore claim the graphics hardware, and make OpenGL unable to run. Instead they add their wrapper to OpenGL, which is said to implement OpenGL 1.4. Also, since they map the OpenGL calls onto Direct 3D , there is no room to get access to the OpenGL extensions, as there can be no mappings for them. This effectively puts their OpenGL implementation at a pure 1.4 level, which is roughly equivalent to DirectX 8.something.

  9. why even bother to upgrade? by free+space · · Score: 4, Insightful

    windows vista (I preferred longhorn!) is intended by microsoft to be as big an upgrade as win95 was over win3.1, but every time I read news about it, I simply make up my mind more not to buy it

    .

    not running opengl effectively? are they kidding? how many independant software developers ( ms's biggest asset according to steve ballmer), gamers ( the #1 reason windows guys don't completely switch to linux), and researchers are going to be pissed off?


    microsoft product designers like to develop software according to idealistic hypothetical usage situations. they assume that all users are happily running directx 9.0,that their video cards are all top notch and a 50% degradation would be nothing for the misguided few who still run GL. heck, maybe it will make them upgrade their dinosaur era hardware!


  10. Linux does the same with Direct3D... by grumbel · · Score: 3, Insightful

    Linux does exactly the same with Direct3D when you use Wine or Cedega, nothing evil in that, it just makes driver writing easier, since you only have to write one driver and not one for OpenGL and another one for Direct3d. Beside from that I doubt the 50% performance drop, while there might be a drop, most of the work is done on the GPU, so a bit translation from one API into the other should be that bad.

    1. Re:Linux does the same with Direct3D... by someone300 · · Score: 2, Insightful

      Linux does exactly the same with Direct3D when you use Wine or Cedega,
      Yeah, and it's slow.

      Beside from that I doubt the 50% performance drop,
      Well since graphic cards are normally made with the main APIs (OpenGL and D3D) in mind, they are normally made to accelerate the functions provided by them. If D3D and OpenGL do things in different ways (execute buffers), the overhead translating one to the other may actually be very high.

      Don't just take gaming into account. OpenGL is used for many professional rendering applications, since it was actually designed for graphics work rather than gaming.
      OpenGL will now always be limited by the accuracy, stability, features and speed of DirectX, and considering OpenGL is going to be used on the PS3......

  11. Re:MS by Anonymous Coward · · Score: 1, Insightful

    Off-topic, but...

    Anyone notice that every announcement about Vista details the removal of some interesting/important feature they haven't managed to complete or the addition of a newer, shinier way to screw everyone over?

    Why am I using Windows 2000? Oh, that's right. It fucking works, and I don't have to deal with any of this shit.

  12. I was under the impression by Tim+C · · Score: 3, Insightful

    That graphics card/chipset manufacturers provided their own implementations of OpenGL through their drivers anyway. (That's definitely the case for NVidia-based cards at least) Therefore, this would only apply to the system default drivers, which almost no-one will be using anyway.

    This is going to be a non-issue for the vast majority of people, and certainly for anyone who cares about 3D performance. Don't let that deny you an opportunity to bash "M$" though.

    1. Re:I was under the impression by Anonymous Coward · · Score: 1, Insightful

      3D modelling/animation packages all use openGL with good reason. Overall Linux makes for a better host OS for pro level 3D work, glad to see Microsoft realize this.

    2. Re:I was under the impression by 00lmz · · Score: 2, Insightful
      When you use one, all the new graphics features they are including in Vista will be switched off.
      Since some in the slashdot crowd still don't like Windows XP because it has too much eyecandy, this might not be such a bad thing after all...
  13. Different goals. by oGMo · · Score: 2, Insightful

    Yes, except the goal of D3D in Linux under wine is to be as fast and compatible as possible, so your favorite games work.

    Microsoft doesn't have such motivation. The only goal that makes business sense is to have enough OpenGL to write it down as a feature, but broken enough that it's not actually viable, to promote D3D.

    --

    Don't think of it as a flame---it's more like an argument that does 3d6 fire damage

  14. Re:lesson? by kiltedtaco · · Score: 2, Insightful

    What? You think this will hurt Microsoft? Both of the examples you give are great examples of this sort of stuff working perfectly for MS.

    OpenGL, and hence easily-portable games, are fucked.

  15. Re:OpenGL, the open GL! by andreyw · · Score: 2, Insightful

    I thought vendors already provided their own hw-accellerated OpenGL libraries - nvidia, ati, etc. In fact most FPS hacks involve using an opengl wrapper library that conveniently forgets to shade some vertices or something..

    I haven't RTFA'D (why would i want to do that), but this OpenGL thru DX likely only concerns MS's own library, which btw sucks, so i guess this is a good thing...

  16. What I think (without knowing the truth) by Dink+Paisy · · Score: 3, Insightful
    My guess is that ATI and NVIDIA will continue to make drivers for recent versions of OpenGL with proprietary extensions that perform at least as fast as the current drivers do.

    What Microsoft is probably doing is revamping their software OpenGL client so that it runs on top of DirectX. This will make software only OpenGL even slower. What it will mean, though, is that in cases where crappy hardware manufacturers release bad (or no) OpenGL drivers, but merely mediocre DirectX drivers, they can use Microsoft's OpenGL drivers to get better performance and quality than they could with their own drivers.

    So I suspect that for most people (i.e. those with decent video cards) there won't be any difference. For people with low-end cards, this will probably be an improvement.

    --

    Whoever corrects a mocker invites insult;
    whoever rebukes a wicked man incurs abuse.
    --Proverbs 9:7
  17. I don't agree with you. by h15n · · Score: 3, Insightful

    Remember Sun's Java runtime environment. They removed that from the Windows XP distribution, because they wanted to push their own technology, Activex, instead of Applets. Now the same thing is occuring. They want to push DirectX, and they want even more! They want to kill the opponent.
    I can't understand why they don't stand fair competition. Oh, my god, monopolies....

  18. Nice try, Microsoft... but it won't work. by Pathway · · Score: 2, Insightful

    If this makes windows Smaller and more stable, I'm all for it.

    Heh. Okay, that's probably not it.

    If Microsoft is trying to make Direct3D the prefered rendering technology on Windows platforms by making OpenGL slower, they will only find partial success.

    This won't work, because most Graphics Card manufacturers are the ones which make the OpenGL drivers for their own cards. These drivers are fast and (usualy) stable. Open GL won't go away, especialy since every other platform (Linux, BSD, Mac, BeOS, Whatever) support OpenGL as their primary 3d rendering technology.

    So, who's affected by this? Game Makers and Video Card Makers. (Oh, and us, the customers, but I'm ignoring that for the moment.)

    Game makers have to decided if they're going to make their games OpenGL, D3D, or both. OpenGL is more universal, but D3D will, of corse, be prefered. On the other Hand, if they don't want to make their game cross platform, they can just go D3D, and have the Half-Speed OpenGL built in. The Serious game makers will either Make it work on all video cards or rendering technologies (like Epic does) or specificaly push one technology and work on getting good support from Video Card makers (Like id does with OpenGL).

    Video Card Makers now have an easy way to "opt-out" of making a good OpenGL driver... It's already emulated by Windows D3D. Sad, but I see lower end cardmakers doing this, but probably not Ati or nVidia. They will want to keep every inch of their market, and will provide a fully functional OpenGL driver for the platform.

    So.... Nice try Microsoft. Again, if the goal of this is to make windows Smaller and more stable, I'm all for it! My graphics card vendor won't let me down, unlike what Microsoft has done in the past.

  19. Re:Monopoly by hummer357 · · Score: 5, Insightful

    Ehm...

    Isn't this a bit like going back to the age of Windows 95? That release didn't have an OpenGL driver, but nobody cared. It only came standard in Windows with NT 4, if I'm not mistaken.

    But still, if you look at the standard OpenGL implementation in Windows nowadays, you'll notice that it's still basically crap.

    "But why does Doom3 run at all", you might ask?

    Well: because it's the hardware vendors who provide the driver. A major graphics chip manufacturer can't afford not to have a decent OpenGL driver. So, nobody will care if MS doesn't want to implement a decent driver. Nvidia, ATI & the others will put out a driver, as has always been the case...

    So, stop worrying, then!

    h357

  20. Re:I think they just don't care. by mr_walrus · · Score: 2, Insightful

    sometimes i like to pause a game and do something else
    with my computer.

    booting off some sort of "live cd" would pretty much kill
    off non-gaming tasks.

        -k

  21. Re:I think they just don't care. by alienw · · Score: 3, Insightful

    If you actually thought about this for at least 5 seconds, you should have seen the simple fact that this is an idiotic approach. The whole idea behind an operating system is to provide a hardware abstraction layer so that games don't need to know whether you have a Soundblaster or a CMI8738 sound chip or whether your videocard is NVIDIA, ATI, or something else. DOS games were a nightmare because of this -- just ask a Gravis UltraSound owner.

  22. How worse is this than before? by dtfinch · · Score: 3, Insightful

    Windows XP didn't come with hardware accelerated OpenGL drivers at all. You got a cheap old software renderer. OEM's usually installed the accelerated drivers themselves, or users had to download the driver from the video card manufacturer. Now, with Vista, you still don't get a full OpenGL driver, but you get an OpenGL wrapper for Direct3D, like GLDirect or AltOGL, which is almost as good, but still evil. No doubt, OEM's will still install full OpenGL drivers so that users won't call up asking why Doom 3 performs like crap on their new PC, and everyone who doesn't buy the expensive boxed Windows Vista will be happy with their 3D gaming experience.

    Up to 50% slower isn't that bad anyway. "Up to" is just something you say to make your argument sound stronger. Something can be both up to 50% slower and up to 50% faster at the same time. If 50% slower is the worst case, I doubt we can expect the average to be much worse than 20-30% slower, which is pretty impressive for an OpenGL wrapper. Plus, if the wrapper is written well, you can promise that if Direct3D works, OpenGL should work too. I've seen too many instances where a card had good Direct3D support and OpenGL simply crashed the system after so many minutes.

    The extremely bad part is, the wrapper will lead some manufacturers to stop supporting OpenGL, so there will be nothing for them to port to Linux. So by embracing OpenGL, while at the same time eliminating the need for driver level support, Microsoft will weaken manufacturer support for OpenGL on Linux. If you're a Windows user, you'll benefit from Microsoft making their wrapper as good as possible to kill manufacturer support. Microsoft has an incentive to not make the wrapper buggy. If you're a Linux user like me, this'll suck ass.

  23. i hope you are right by jonastullus · · Score: 2, Insightful

    No serious gamer is going to want to use Vista now

    i hope you are right, and everyone will switch to "better" platforms ;-))

    but don't you think that it's FAR more likely that game designers will from now on design with ONLY direct3d in mind and that soon every gamer will have switched to vista and the possibility of game ports to other platforms will be reduced to 0???

    i hope you are right and all the gamers stick to their windows xp/2000/98!

  24. Re:Normal MS Decision... by Anonymous Coward · · Score: 1, Insightful

    It really is a good thing that Microsoft doesn't try to work with the OpenGL-community.

    At least now they can't screw OGL like they screwed SGI with the Fahrenheit-API!

    Co-operating with Microsoft always seems to end up with you getting screwed. (OS/2 etc.)

  25. It's because Microsoft has crappy programmers by Ucklak · · Score: 2, Insightful

    or they have crappy managers over their programmers or crappy directors over their managers.

    They can't write decent cross platform applications period.

    --
    if you steal from one source, that is plagiarism, if you steal from many, well, that's just research.
  26. Re:Monopoly by typical · · Score: 2, Insightful

    But still, if you look at the standard OpenGL implementation in Windows nowadays, you'll notice that it's still basically crap.

    What's wrong with it?

    I'm not challenging your statement, just curious.

    I do agree that the OGL/DX debate is significant -- Microsoft would not be putting significant development resources into something if it wasn't going to produce money for them, and being the standard-setter for game APIs makes it more difficult to port games. But all that being said, the only time I've ever had a Windows box around, the party who seemed to be at fault was Matrox (not providing support for all card features in their OGL driver, which was rough for those NT 4 users who couldn't use the latest version of DX).

    --
    Any program relying on (nontrivial) preemptive multithreading will be buggy.
  27. Re:Ban microsoft from EU by Jeremy+Erwin · · Score: 2, Insightful

    Shouldn't have locked yourself into the platform, eh? Perhaps you should have used Java.

  28. Srtike Three by Anonymous Coward · · Score: 1, Insightful

    With Microsoft perpetually attempting to muscle out any and all competition, isn't it time to give them a bit of their own medicine? Isn't it about time to proverbially walk out of the building and leave Microsoft in its playpen, playing all by itself -- as it seems to want to do?

    Why can we all just get along -- except with Microsoft. Why cant we play well together -- except with Microsoft. Why don't we declare peace with all things geek -- except for Microsoft. Really. I'm real tired of hearing about Microsoft breaks CSS; Microsoft breaks OpenGL; Microsoft breaks this and that.

    Can't we all just boycot Microsoft? Can't we ban together and do like unions do and call a stike? Why don't we all help get Linux, BSD or Macs in schools? Why don't we, weekly, help educate our employers about Linux, BSD and Macintosh? Everyone knows about Microsoft. We don't have to tell anyone about how broken a player Microsoft is in the industry. We just have to keep extolling the virtues of Linux and BSD (including Mac).

    Every time we are on the phone with a vendor we need to insist they write drivers for Linux and BSD. Every time we're in front of a customer, we should at least ask if they have cost-sensitive requirements and would they consider a Linux or BSD solution. What's wrong with that?

    Everyone who does Windows tech. should pick up a book (if you haven't) and learn a little bit about Linux or BSD. That way, the fear of "Oh, God! My skills may become less valuable if I don't defend my industry!" will diminish. If you're working for Microsoft, get the hell out! I turned down an offer from them -- you can too. Even their "campus" gave me the creeps -- and that was in 1998.

    Aren't you just sick and tired of Microsoft?! Come on. They're NEVER going to change.

  29. Re:OGL on D3D. by mrchaotica · · Score: 3, Insightful
    MS is evil. Sure, but this is truely the fault of Graphics card manufacturers, NOT MS. They could have made their hardware support both quite easily, but choose to do as little in the hardware as possible, and force the drivers to pick up the slack, well in this case, there is nothing the drivers can do that won't absolutely kill performance, so MS did the logical thing. And one last thing, on OSX they'd have the same problem if they had some sort of alternate 3D api.
    Well, you've laid out all the dots, so let me connect them for you. You mentioned that OS X doesn't have this problem. And why is that? Because they don't have some "alternative" (aka proprietary) API. Microsoft, on the other hand, does, and that's what's causing the problem. So the logical solution is for Microsoft to abandon Direct3D and use OpenGL themselves. Why don't they? Because they're evil!

    It's entirely Microsoft's fault that OpenGL doesn't work well on Windows to begin with, and it's entirely Microsoft's fault that the "fix" is to screw it in favor of Direct3D, and it's entirely Microsoft's illegal anticompetitive tactics that are driving the decision.

    See how it all makes sense now?
    --

    "[Regarding the 'cloud,'] ownership was what made America different than Russia." -- Woz

  30. Re:Let's get the details by Stalyn · · Score: 2, Insightful

    From the article:
    This information came from the OpenGL BOF held at Siggraph 2005 in LA this last Wednesday evening. This was confirmed at the BOF by NVIDIA, ATI and us (3Dlabs).

    As soon as an ICD is loaded the composited desktop is turned off on Windows Vista. If you want the composited desktop Aeroglass experience, you will need to make your application go through Microsoft's OpenGL implementation, which is layered on top of DirectX. As pointed out earlier, this layering can have performance implications. Their implementation supports OpenGL version 1.4 only, without extension support.

    We believe it possible to provide an ICD with full composited desktop support while adhering to the stability and security requirements in Windows Vista. But we need Microsoft's help in doing so.

    Therefore, as mentioned before, please let your contact in the ISV or IHV or OEM community know how you feel about this and spread the word.

    For some more information, you can browse these Microsoft Winhec slides:

    "Windows Graphics Overview [WinHEC 2005; 171 KB]" http://download.microsoft.com/download/9/8/f/98f3f e47-dfc3-4e74-92a3-088782200fe7/TWPR05007_WinHEC05 .ppt

    "Advances in Display and Composition Architecture for Windows [WinHEC 2005; 422 KB]" http://download.microsoft.com/download/9/8/f/98f3f e47-dfc3-4e74-92a3-088782200fe7/TWPR05005_WinHEC05 .ppt

    Regards,
    Barthold
    3Dlabs


    Basically the issue is this, you use a non-Windows API and features are disabled. They are not disabled because they lack the functionality but rather because you are using it. In other words Windows loses features because the very fact you are using competing software. The goal is of course to deter people from using competing software and make it appear the software is inferior to MS alternatives. Are you okay with this?

    --
    The best education consists in immunizing people against systematic attempts at education. - Paul Feyerabend
  31. Brilliant - Maya, 3dStudio to only run LongHorn by Anonymous Coward · · Score: 1, Insightful

    The major 3D applications like Maya, 3d Studio, etc. will be forced to port their code to avalon. These applications are all "windowed" OpenGL programs that need every bit of performance possible, make use many OpenGL extensions, and certianly use fragment/vertex shaders.

    Maya and Softiamge et al will either appear outdated when running on Longhorn, or they will be forced to port to the new usloth API. Even better for usloth, is that the new API is only present in Longhorn. So now, every user of the newest versions of Maya, 3dStudio, Cinema 4D, etc. is also forced into upgrading their workstations to run windows Vista.
    It also means that for those ISVs that have mac /linux ports they have more expensive development costs. They will have to either maintain code bases that support OpenGL AND Avalon, or they will stop supporting the lastest features that are added to their Avalon version, or possibly even just drop the non-longhorn platform support.

    A win win win situation for usloth.

    If Apple were particularlly clever they would provided man-years worth of developer support to help these ISVs to ehance their OpenGL applications with even stronger features in their Mac OS versions. For example Apple could help each ISV add in support for VAR and other Apple OpenGL extension that can boost performance, tweak the Apple OpenGL drivers, and of course help tweak the applications. Then Apple could advertise better performance on Mactel hardware for the same applications as compared to the LongHorn version.

    As studios are forced into examining the cost-vs-time-savings for the migration to Longhorn they just might consider migrating to a different platform altogether, particularlly if the time savnings can be demonstrated on the non-windows platform.

    Of course Apple may not have high end mactel boxes for a while.... so we'll see what happens.

    Microsoft makes shit APIs but they are very smart businessmen.

  32. Re:OGL on D3D. by Anonymous Coward · · Score: 3, Insightful

    "And one last thing, on OSX they'd have the same problem if they had some sort of alternate 3D api. On windows, 90% of the stuff is D3D, or available in D3D versions."

    Oh, come on. Yeah, of course OSX could have had that problem. So, why doesn't it? Why didn't Apple come up something completely new? Probably because OpenGL already existed, it is something familiar to programmers already, and it helps portability to follow a multi-platform standard.

    None of this matters one iota to MS, of course. Instead, maybe it was performance, maybe it was features, but regardless of reasonable reasons, the result was that Microsoft decided to implement their own non-portable interface (Direct3D) rather than go with an open standard. D3D is a single-platform solution, but at least OpenGL is supported as an equal alternative by current versions of Windows.

    Now, apparently, everyone is expected to tolerate slower OpenGL performance under the new Windows, because ... it is the graphics card manufacturer's fault? No way. I don't buy that explanation. Like Apple, MS could have chosen to use OpenGL -- in the past, or they could have moved to it eventually. Maybe they have good technical reasons for not doing so, but even if so, it can't be a coincidence that the choice yields a huge bonus for MS: anything that attempts to be multi-platform via OpenGL will have an automatic performance hit, and anything written for the Windows-only D3D api will perform better, and be harder to port elsewhere. To me, it looks more like the usual MS attempt to marginalize anything they don't have control over, and try to lock people into Windows.

    OSX does all its eye candy without hobbling OpenGL, as do some Linux window managers. Are you saying that with MS's vast resources *and* a couple more years, they couldn't do the same? Maybe supporting a second 3D api (D3D) was a technical mistake in the first place.

  33. Re:I think they just don't care. by Breakfast+Pants · · Score: 2, Insightful

    What about when new hardware comes out that isn't supported on that bootable disc (not to mention all the current hardware that isn't supported)? A game for Windows doesn't have this problem.

    --

    --

    WHO ATE MY BREAKFAST PANTS?
  34. True statement if not for the posters connections by donscarletti · · Score: 2, Insightful

    I personally agree with this statement. I think overpricing windows does great for the Open Source cause and if I had my way it would cost somewhere about the GDP of Italy. However, looking back at the parent poster's previous posts I wish to point out that he works or has worked for MS, the company that claims that selling a PC without Microsoft Windows is tantamount to Windows piracy since it is considered the only OS that people would install. This seems to me to be hypocracy through association. Microsoft seems to like to claim that they are the only option when it works for them and that they are not a monopoly when that helps their cause.

    --
    When Argumentum ad Hominem falls short, try Argumentum ad Matrem