AMD Adds OpenGL 3.0 Support To Graphics Drivers
arcticstoat writes "Just a few months after The Khronos Group unveiled the Open GL 3.0 spec last year, AMD has included full support for the new API in its first WHQL driver of 2009 — Catalyst 9.1. OpenGL 3.0 requires DirectX 10-level hardware, such as AMD's Radeon HD series of GPUs. However, unlike Direct3D 10, OpenGL 3.0's features can be enabled on both Windows XP and Vista, as well as Linux and Mac OS, which could be a bonus for game developers looking for a broad base of customers. The Khronos Group claims that OpenGL 3.0 has a 'rough feature parity' with Direct3D 10, and it provides Shader Model 4.0 support, including features such as the Geometry Shader. The Khronos Group also says that the new API will interoperate with the GPGPU API OpenCL, which could allow OpenGL 3.0 to compete with the Compute Shader promised in Microsoft's DirectX 11 API."
Now we just have a waiting game, to see if any major developers will adopt it. It seems these days they just want to port over xbox games so directx is the obvious choice.
If sharing a song makes you a pirate, what do I have to share to be a ninja?
Honestly. I mean, that won't make their OpenGL 2.0 drivers actually work, and there's no doubt in my mind that the 3.0 code will be faulty as well.
I'm hoping that this will eventually lead to a fix of many ATI-related issues on Linux and 3D, as their cards seem to experience a lot of weird GL bugs compared to Nvidia, etc.
KDE4 on an ATI card, for example, does lots of weird things if you try to use FMV or have 3d apps and the 3d accelerated functions. Likewise Cedega has been known to behave oddly with ATI cards.
On a positive note about ATI though, their drivers seem to have improved quite noticeably since the AMD takeover, and in some instances are updated quicker than Nvidia's. When 2.6.28 came out, the Nvidia driver wouldn't compile but ATI's drivers worked just fine. Also, ATI's installer has a GUI portion for those users that aren't so comfortable with a command-line.
http://developer.nvidia.com/object/opengl_3_driver.html
Now where's Intel? :p
if you want to sway the game companies, chuck your xbox.
Does that mean I have to buy one just to chuck it?
Every time I start to have faith in humanity, I ruin it by driving to work between 7 and 8 am.
The Khronos Group claims that OpenGL 3.0 has a 'rough feature parity' with Direct3D 10
If by that you mean, kinda has the same functionality but it's hidden under piles of legacy crap, then yes ok... But let's just call a spade a spade - It's OpenGL 2.2, not OpenGL3.0. If you spend an hour or two with D3D 10 it becomes apparent pretty that there's a pretty big gulf between the two API's.
My biggest gripe with OpenGL at the moment is that any monkey can write code using it normally following the red books as a guide. The amount of code I've got to strip out of our codebase that's all been done with fixed function immediate mode is just not very funny. I bet you any money that the GL3.0 red book will still devote large chapters to the stuff you shouldn't be using.
Sadly, if you want to write high performance openGL code, then your only real option is to refer the DX10 documentation. Find the required methods in those docs, then hunt through the GL extension registry until you find something similar. Having done that, write your lovely NV specific code. Then write an ATI specific codepath. Then write the Intel code path. It's time consuming, error prone and a real pita.
If only Khronos had done what they'd been promising for the last 2 years and turned OpenGL3.0 into the API that we've all been asking for.... I'll get excited again when the GL3.1 spec + drivers come out, and am sure to be disappointed once more, but I live in hope....
Sorry for the rant. Anyhow, thanks ATI for finally getting GL3.0 support into your drivers. Much appreciated. It's only been 6 months since the spec was released....
Assume for sake of discussion that game companies using DirectX is a bad thing.
It's OK. No console developers are writing code using DirectX (barring those targetting windows) - We have XDX for the xbox, but's thats not the same thing at all.
Also I'm not sure where this myth about openGL being used on consoles has come from, because the truth is very different. We are actually writing rendering code in SDK's specific to Wii and PS3. There is no OpenGL support. (There are some really crappy openGL wrappers that are too in-efficient to be useful if that's what you mean?)
Not really all that surprising. I predict there will be many posts saying, "Ha, so when do the open-source drivers get this support?" so let me say it here, first.
OpenGL 3.0 support will be added to Gallium3D as it becomes supported, and Radeons will gain that support when they are added to Gallium3D. There is no timetable for this support.
~ C.
Hope ATI fans won't get mad at me but from what I read and watch, it will be a nvidia unreleased card. VIA/S3 started to do really interesting things too as releasing a DirectX 10 card and having Linux support pages for some products too.
They (S3) say their hardware already supports OpenGL 3.0 http://www.s3graphics.com/en/products/desktop/chrome_530gt/ , I bet it works too... Issue is, there isn't any sign of Linux driver for it. See what I mean?
The GPU supporting it is one matter, having a decent/supported driver on all systems is another. Drivers really, really matters. Let me give a example, on Tiger OS X (10.4) I get 130 FPS from same benchmark executable while on Leopard (10.5) which has way better kernel and OS architecture, system chokes to 50-60 fps. I still run Quad G5 (PPC) so I suspect lack of interest/time from Apple/Nvidia.
How do you imagine they're going to play games on the Macs when half of them have the notorious Intel GMA "video cards", most of which still don't have hardware T&L (example: Intel GMA950 is still used in Mac minis and was until recently in MacBooks)? The other half of the Macs has outdated and non-upgradeable video cards. To illustrate: the most up to date video card you can get for the Mac Pro (most upgradeable and powerful Mac) is the Radeon 3870 or the NVidia 8800GT (both a generation behind the curve).
I don't think developers are going to take gaming on OS X seriously until Apple does.
Would be helpful if cross-platform opengl code that works on Windows, Linux, Solaris, BSDs etc. worked on OS X. Unfortunately, there are so many weird bugs on OS X related to graphics, it isn't even funny.
Change is certain; progress is not obligatory.