Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Graphics Upgrades Technology

OpenGL 4.1 Specification Announced 167

WesternActor writes "The Khronos Group has announced full details for the OpenGL 4.1 specification. Among the new features of the spec, which comes just five months after the release of the 4.0 specification, is full support for OpenGL ES, which simplifies porting between mobile and desktop platforms. It'll be interesting to see what effect, if any, this new spec has on the graphics industry — more compatibility could change the way many embedded systems are designed. There are lots of other changes and additions in the spec, as well." Reader suraj.sun contributes insight from Ars, which brings OpenGL's competition into focus: "OpenGL 4.0 brought feature parity with Direct3D 11's new features — in particular, compute shaders and tessellation — and with 4.1, the Khronos Group claims that it is surpassing the functionality offered in Microsoft's 3D API. ... Whether this truly constitutes a leapfrogging of Direct3D 11 is not obvious."
This discussion has been archived. No new comments can be posted.

OpenGL 4.1 Specification Announced

Comments Filter:
  • by haruchai ( 17472 ) on Monday July 26, 2010 @10:01PM (#33039484)

    Hey, if you get your act together, you can always make a comeback. Apple did it; Linux helped make Unix relevant again outside of big iron.
    But, you have to be able to sell it and to deliver.

  • by AlphaWolf_HK ( 692722 ) on Monday July 26, 2010 @10:05PM (#33039532)

    But unless they can fully simulate boob physics proper, it's all for nothing.

  • by mark-t ( 151149 ) <markt AT nerdflat DOT com> on Monday July 26, 2010 @10:08PM (#33039556) Journal
    That fuss, as I understand it, culminated in a lot of former opengl developers giving up on opengl and moving to directx, even though it meant being windows only... I was asking because with that mass exodus, does opengl still have a critical mass to sustain itself in the mainstream?
  • by zach_the_lizard ( 1317619 ) on Monday July 26, 2010 @10:37PM (#33039774)
    It's all you get on many embedded platforms, such as the iPhone, Android, and friends, plus it's all you get on Mac OS X, Linux, FreeBSD, etc. etc. So long as there are 3d applications on those platforms (and others), and no new spec is created, OpenGL will have a critical mass to survive. Whether it will ever take over the Windows game development market again remains to be seen, however.
  • by Mad Merlin ( 837387 ) on Monday July 26, 2010 @10:39PM (#33039792) Homepage

    Is this modded troll because someone doesn't like the truth? What he stated here is a fact. Xbox360's success has ensured that most mainstream developers are using DirectX. You and I may not like it, but it's a fact.

    Yeah, and then you can just port it straight to the PS3! Oh, wait...

  • by Beelzebud ( 1361137 ) on Monday July 26, 2010 @10:53PM (#33039908)
    Have you ever tried playing modern games in Wine? It's a crap-shoot on weather or not they look correct. OpenGL is still very relevant for Linux and Mac gaming. Besides, how do you think Wine accelerates games? It's still using OpenGL even if it's a Direct X game.
  • Sound (Score:5, Insightful)

    by tepples ( 727027 ) <tepples.gmail@com> on Monday July 26, 2010 @10:55PM (#33039920) Homepage Journal

    Now if we could only convince some of the top development studios to believe this.

    DirectX is not just graphics; it's also sound and input. Programs that use OpenGL have to use something else for sound and input. One popular choice for these is SDL; another is Allegro. But since the introduction of PulseAudio, sound in Linux games has been a cluster[intercourse]. Specifically anything using the Allegro library lost sound, and Allegro games are still silent in (for example) Ubuntu 10.04.

  • by meteficha ( 1332195 ) on Monday July 26, 2010 @11:04PM (#33039984)

    Yes, Mesa has a software implementation, but Mesa is a *lot* more than that. Most, if not all, open source drivers use Mesa/Gallium3D infrastructure, including nvidia/ati/intel open source drivers.
    So yes, it is a problem even if you got the best graphics card on the market unless you use proprietary software. But staying open means staying with OpenGL 2.1 right now.

  • by Beelzebud ( 1361137 ) on Monday July 26, 2010 @11:15PM (#33040076)
    Not trying to troll at all, and I concede your point. I know Valve has even stated that the reason Source isn't on the PS3 (it will be for portal 2) was because of the cell processor in the PS3. It wasn't because of OpenGL. I stand corrected on this point.
  • Re:Buzz-speak (Score:5, Insightful)

    by cas2000 ( 148703 ) on Monday July 26, 2010 @11:27PM (#33040148)

    why use the made up word "pseudo-words" when the real phrase "made up words" works just fine?

    and why use the word "fine" when there are dozens of synonyms or near-synonyms that work just as well?

  • by Luckyo ( 1726890 ) on Monday July 26, 2010 @11:35PM (#33040190)

    The blending of OGL and OGL ES is huge - it essentially underscores that smart phones are now a major 3D gaming platform. I'm really surprised that most poeple here are talking about PC support rather then note the fact that essentially any PC game built for OGL can be ported far more easily to moble platforms now.

    Additionally with Nokia's Meego and Google's Android being essentially modified Linux and both likely offering support for this, this may give us a renaissance of linux gaming. And by this I mean proper linux gaming and not "wine" gaming.

  • Re:Wednesday (Score:2, Insightful)

    by Chaos Incarnate ( 772793 ) on Monday July 26, 2010 @11:58PM (#33040400) Homepage

    OpenGL works well... for the features it provides. Direct3D still has a larger feature set, as well as the added bonus of the other DirectX APIs.

    There are cases where OpenGL makes sense, but if your target is Windows and you want features like Tesselation, it doesn't make any sense to cripple yourself for the sake of possible ports down the road.

  • Re:Just maybe... (Score:3, Insightful)

    by RAMMS+EIN ( 578166 ) on Tuesday July 27, 2010 @03:59AM (#33041444) Homepage Journal

    ``Perhaps there would be better reception for all of these new OGL iterations if they saved up some worthwhile features before putting them into the spec, and just leave the new stuff as extensions until they have a nice upgrade to show.''

    My understanding is that they used to do that, but got overtaken by Direct3D because people thought OpenGL was stagnant.

    I agree with you, though. As long as it can be put in extensions, that is a nice way of advancing the capabilities of your system without polluting the core standard with things that, perhaps, nobody will be using anymore 10 years from now. On the other hand, if a bump in version number makes the world happy, then why not? You can always cook up a new standard to get rid of the bloat (as exemplified by OpenGL ES).

"A child is a person who can't understand why someone would give away a perfectly good kitten." -- Doug Larson

Working...