Slashdot Mirror


NVIDIA's Pixel & Vertex Shading Language

Barkhausen Criterion writes "NVIDIA have announced a high-level Pixel and Vertex Shading language developed in conjunction with Microsoft. According to this initial look, the "Cg Compiler" compiles high level Pixel and Vertex Shader language into low-level DirectX and OpenGL code. While the press releases are going amok, CG Channel (Computer Graphics Channel) has the most comprehensive look at the technology. The article writes, "Putting on my speculative hat, the motivation is to drive hardware sales by increasing the prevalence of Pixel and Vertex Shader-enabled applications and gaming titles. This would be accomplished by creating a forward-compatible tool for developers to fully utilize the advanced features of current GPUs, and future GPUs/VPUs." "

82 of 263 comments (clear)

  1. 3dfx/Glide part 2? by PackMan97 · · Score: 2, Interesting

    Hopefully NVidia will be able to avoid the proprietary pitfall that ultimately doomed 3dfx and Glide.

    From the story it sounds like NVidia will allow other cards to support Cg so maybe they can. However I wonder if ATI will be willing to support a standard which NVidia controls. It's like wrestling with a crocodile if you ask me!~

    1. Re:3dfx/Glide part 2? by BWJones · · Score: 2

      Hopefully NVidia will be able to avoid the proprietary pitfall that ultimately doomed 3dfx and Glide.

      Given that it was nVidia that purchased 3dfx and brought along many of the employees, I should hope that there would be some internal discussion of this.

      --
      Visit Jonesblog and say hello.
    2. Re:3dfx/Glide part 2? by SirSlud · · Score: 2

      > like NVidia will allow other cards to support Cg so maybe they can

      Um, well, Cg gets compiled to DirectX or OpenGL, so it follows that any card that can do DirectX or OpenGL (read: all of them?) will benifit Cg. I guess different cards to different levels of support, but if they want this to fly, itd be in their best interest to generate multi-card compatible code. Or at least allow you to specify what extentions your generated code will support, to tailer to specific card feature sets? Correct me if I'm confused, if anyone is really in the know.

      I think the idea here is that you could use this language to write new shaders for cards on the market _now_ ... the gain is that it supports two targets (DX and OpenGL) and seems a significantly easier way of incorperating new shaders into games than current methods?

      --
      "Old man yells at systemd"
    3. Re:3dfx/Glide part 2? by Dark+Nexus · · Score: 4, Informative

      Well, they're quoted in this article on ZDNet (the quote is near the bottom) as saying that they're going to release the language base so other chip makers can write their own compilers for their products.

      That was the first thing that popped into my head when I read this article, but it sounds like they're going to give open access to the standards, just not to the interface with their chips.

      --
      Dark Nexus
      "Sanity is calming, but madness is more interesting."
  2. News.com beat ya. by aetherspoon · · Score: 2

    News.com had this story for awhile.

    My biggest question - from reading this, this would actually work correctly on other competing VCards... why did nVidia create it?

    --
    --- Ãther SPOON!
    1. Re:News.com beat ya. by brejc8 · · Score: 2

      If they didn't ATI would

  3. Hype or innovation? by moonbender · · Score: 3, Insightful

    You've got to wonder, is this yet another load of Nvidia corporate hype (a la "HW TnL will revolutionise gaming"), or is this useful technology? I wouldn't trust any of the current articles on answering that, judging by the previous Nvidia hypes, it takes a few months till anyone really knows if this is good or bad.

    --
    Switch back to Slashdot's D1 system.
    1. Re:Hype or innovation? by array_one · · Score: 2, Insightful

      ummm.... T&L DID revolutionize the game industry. We are at a point where companies dont have to worry about pushing polygons. Now they are finally moving on to actually improving visual quality, as opposed to geometric complexity.Have you seen what ID has been up to lately?

    2. Re:Hype or innovation? by UnknownSoldier · · Score: 3, Interesting

      > You've got to wonder, is this yet another load of Nvidia corporate hype (a la "HW TnL will revolutionise gaming")

      Have you *even* done *any* 3d graphics programming?? HW TnL *offloads* work from the CPU to the GPU. The CPU is then free to spend on other things, such as AI. Work smarter, not harder.

      I'm not sure what type of revolution you were expecting. Maybe you were expecting a much higher poly count with HW TnL, like 10x. The point is, we did get faster processing. Software TnL just isn't going to get the same high poly count that we're starting to see in today's games with HW TnL.

      > it takes a few months till anyone really knows if this is good or bad.

      If it means you don't have to waste your time writing *two* shaders (one for DX, and other for OpenGL) then that is a GOOD THING.

    3. Re:Hype or innovation? by Pulzar · · Score: 3, Insightful

      Have you seen what ID has been up to lately?

      Have you read about how much effort JC has put into pushing polygons in Doom 3? We're hardly at a point where companies don't have to worry about speed issues..

      If anything, companies have to put in even more effort into producing some stunning results, because everybody has been spoiled by recent titles.

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    4. Re:Hype or innovation? by friedmud · · Score: 4, Insightful

      "If it means you don't have to waste your time writing *two* shaders (one for DX, and other for OpenGL) then that is a GOOD THING."

      Even better then that! It means you don't have to waste your time writing *4* shaders:

      Nvidia/DirectX
      Nvidia/OpenGL
      ATI/DirectX
      ATI/ OpenGL

      That is of course, pending a compiler for ATI cards - but I don't think it will be long... Unless ATI holds out for OpenGL2 - but in between now and when OGL2 comes out there is a lot of time to lose maket share to Nvidia because people are writing all of their shaders in Cg - and ATI is getting left out in the rain....

      So I would expect ATI to jump on this bandwagon - and quick!

      Derek

    5. Re:Hype or innovation? by GutBomb · · Score: 2

      he said the future. i wholeheartedly believe computers will advance enough to do this in the future without adversely affecting playability.

  4. zerg by Lord+Omlette · · Score: 2
    The article writes, "Putting on my speculative hat, the motivation is to drive hardware sales by increasing the prevalence of Pixel and Vertex Shader-enabled applications and gaming titles. This would be accomplished by creating a forward-compatible tool for developers to fully utilize the advanced features of current GPUs, and future GPUs/VPUs."
    Putting on my speculative hat, the motivation is to, um, make better looking graphics?

    The real test will be how well the crosscompiler outputs OpenGL 2 & DX 9 shaders in practic, not theory.

    But let's be serious: cel shading is the only shading anyone really needs. ^^
    --
    [o]_O
  5. Re:Linux Support by friedmud · · Score: 3, Informative

    What are you talking about?? Nvidia makes great linux drivers - and from looking through the pages it looks to me like Cg just outputs regular OpenGL (Well - Nvidia-OpenGL anyway) so I would venture a guess that any of these will run just fine on the nvidia linux drivers.

    My only problem is that the toolkit itself is only for windows :-(

    Anyone try it with Wine/Winex yet?? I might when I get home.

    Derek

  6. This could be really good. by Steveftoth · · Score: 3, Informative

    According to the web site, they are working to implement this on top of both OpenGL and DirectX. On linux and Mac as well.
    Basically this is a wrapper for the assembly that you would have to write if you were going to write a shader program. It compiles a C-like (as in look a like ) language into either the DirectX shader program or the OpenGL shader program. So you'll need a compiler for each and every API that you want to support. Which means that you'll need a different compiler for OpenGL/Nvidia and OpenGL/ATI until they standardize it.

    On a more technical note, the lack of branching in vertex/pixel shaders really needs to be fixed, it's really the only feature that they need to add to them. Which is why the Cg code looks so strange, it's C, but there's no loops.

  7. Assembly vs. High-level? hmmm.... by rob-fu · · Score: 3, Funny

    That's like asking which of the following would I rather do...

    a) have a 3-way with two hot chicks
    b) clean the floor behind my refrigerator

    I wonder.

    1. Re:Assembly vs. High-level? hmmm.... by prockcore · · Score: 2

      Ironically, you won't have A until you do B.. your fridge stinks!

  8. Is this happenning because of Xbox on Nvidia? by t0qer · · Score: 2


    One has to wonder if this allience is from the current relationship Nvidia and MS has with the Xbox.

    1. Re:Is this happenning because of Xbox on Nvidia? by brejc8 · · Score: 2

      What will happen is that Nvidia only develops the standard DirectX compilers and leaves it open for anyone else to do the others.

      This keeps Micro$oft happy as they will get the best drivers at the same time as not insulting the OpenGL community.

      They do NOT want every one else to turn their back on Nvidia.

      Although most of the customers use M$ most of the poeple that advise them dont. I advised tons of people as to what they want in their PC and I base the advice on how "nice" the company is.

  9. Re:Proprietary standards? by startled · · Score: 2

    "While I this is a great move by NVIDIA to increase the use of Pixel and Vertex Shader in games, is this wholly proprietary?"

    Cg compiles down to OpenGL and DirectX statements, which are not proprietary. Some of the statements are recent extensions to support the kind of stuff they want to do. So, yes, other companies can support these as well. However, they might be following a target being moved around at will by Nvidia. "Oh, you don't support DirectX 9.001's new pixel puking extensions?"

    It remains to be seen how it's used. Obviously, Nvidia wants to use this to sell their cards. But MS doesn't have to listen to them when designing DirectX, either. It seems to me that at the very least, it'll be faster than writing separate old-school (last week) vertex and pixel shader code for each different brand.

  10. Re:Pixel and Vertex Shading and OpenGL2.0? by alriddoch · · Score: 3, Informative

    It seems to me that this is probably an attempt to kill OpenGL 2.0, and secure Direct X as the dominant 3D API. OpenGL 2.0 has as far as I can tell been well thought out, and most of the feedback to it has been very positive. The frontend to its shader language is Free Software, and the work done seems to have been done with the best of intentions. I am very cynical about an offering from NVIDIA, especially when you consider their behavoir towards the rest of the 3D card market, and the fact that Microsoft are involved.

  11. Re:Damnit by SirSlud · · Score: 2

    This technology is compatible with your current card, is it not? My impression is that cG simply makes it easier to generate the same OpenGL and DirectX code games are feeding your GF4 with now. Its to ease the work for the programmer and allow folks to concetrate more on the design of the shaders then their in-code implementation.

    --
    "Old man yells at systemd"
  12. In Fact...... by friedmud · · Score: 3, Informative

    From Nvidia's Homepage you can check out the press releases and find this:

    "NVIDIA's Cg Compiler is also cross platform, supporting programs written for Windows®, OS X, Linux, Mac and Xbox®."

    So maybe even though the tools aren't cross platform - the compiler is. I think this is a Great step forward towards OpenGL 2.0 - this is showing that Windows doesn't have to be the only platform to write graphically intensive applications for.

    Derek

  13. sorta... by Steveftoth · · Score: 2

    There's directX and there's directX 8.1 oh and DirectX 8.1a.
    Remember when the Radeon first came out? Well they had to release a special directX just to support it's pixel shaders as opposed to just nvidias.
    So as a game developer you'll probably have to compile your Cg code with the Nvidia one and the ATI one just to make it work (better).
    This tool will really help those XBox developers.
    Same thing with OpenGL, since the spec isn't nailed down yet and with Nvidia 'leading the pack' of development. It wouldn't surprise me if they decided to not support any other cards with the OpenGL compiler (which they haven't even released yet).
    So hopefully this will NOT turn into a Glide type issue. Since this is actually a level above glide. Glide was very low level, all the Glide functions mostly mapped directly onto the 3dfx hardware, while this is a little bit more abstract.

  14. Re:Pixel and Vertex Shading and OpenGL2.0? by afidel · · Score: 2

    Since NVidia sits on the OpenGL 3.0 steering commitee and was the first to offer pixel shader extensions to their 2.0 drivers I think you are being a little reactionary to M$'s presence. For one thing the high end of Nvidia's line where they make about 8X the margins is in CAD and the like which will likely never be ruled by D3D. BTW, the interface to NVidia's pixel shader pipline exposed by the OpenGL extensions is much cleaner and better thoughtout then DX8's. See the recent John Carmack .plan update where he ranted about this fact.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  15. Inefficiencies by Have+Blue · · Score: 5, Interesting

    One of these days, nVidia will ship a GPU whose functionality is a proper superset of that of a traditional CPU and then we can ditch the CPU entirely. Just like MMX, but backwards. This is a a recognized law of engineering. At that point, Cg will have to become a "real" compiler. Let's hope nVidia is up to the task...

    1. Re:Inefficiencies by Have+Blue · · Score: 3, Insightful

      I am being completely serious. A modern computer is an asymmetric dual-processor system. GPUs are already at least as complex as CPUs, and when the shader language becomes Turing-complete (when jumps, conditionals, and some other things are added) the GPU will be a CPU and it will be pointless to ship a computer with 2 unequal general-purpose CPUs.

    2. Re:Inefficiencies by doop · · Score: 3, Interesting

      They're already heading that way; the Register had an article describing some work being done to do general raycasting in hardware. I guess it's heading towards turning graphics cards into boards full of many highly parallel mini-CPUs, since vertex and/or pixel shading are rather parallelizable in comparison to other things the main CPU might be doing. Of course, OpenGL is already a sufficiently versatile system that one can implement Conway's Life using the stencil buffer, so for a sufficiently large buffer, you could implement a Turing machine; I don't know how much (if any) acceleration you'd get out of the hardware, though.

    3. Re:Inefficiencies by ceswiedler · · Score: 2

      If your logic were correct then a dual-CPU system with a VGA card would run Quake3 as fast as a single-CPU system with a GeForce3.

      A GPU is specialized, and (should) have faster access to the system bus. Just because it's as powerful as a CPU, doesn't mean it should be one.

    4. Re:Inefficiencies by Junks+Jerzey · · Score: 2

      A modern computer is an asymmetric dual-processor system. GPUs are already at least as complex as CPUs

      Actually, they're not. An Athlon, for example, has to support hundreds of instructions, branch prediction, integer and floating point operations, SIMD, multiple levels of caches, etc. A GPU, for the most part, supports one basic pipeline, but with lots of parallelism (e.g. 16 pixel units). Now that's an oversimplification, but the principle is there. A GPU does one thing well, while a CPU has to do quite a bit more

    5. Re:Inefficiencies by John+Miles · · Score: 2

      If your logic were correct then a dual-CPU system with a VGA card would run Quake3 as fast as a single-CPU system with a GeForce3.

      You're closer to the truth than you think. It pretty much would run just as fast; it's just that the rendering quality wouldn't be competitive. Yet.

      The GPU's specialization has more to do with vectorized math and optimized memory access than anything else. Those are both engineering topics that Intel and AMD take very seriously.

      --
      Dahlmann tightly grips the knife, which he may have no idea how to use, and steps out into the plain.
    6. Re:Inefficiencies by krogoth · · Score: 2

      Actually, they're more likely to focus on graphics, which gives game developers a sort of dual-processor system. If any other areas of game development were standardized and needed this kind of power (I can think of a few that could use it) they might get accelerators too...

      --

      They that quote Benjamin Franklin on liberty and safety deserve neither.
  16. Interesting Comparison by NitsujTPU · · Score: 2, Funny

    Did everybody read the comparison between writing in CG and writing hand-optimized assembly code?

    Thank GOD they wrote CG, because now I won't have to write all of my programs in assembly anymore.

    What is this "compiler" technology that they keep talking about? This might revolutionize computer science!

    1. Re:Interesting Comparison by grammar+fascist · · Score: 2

      I'm not sure if you're acting like a moron for the sake of a joke (I do that myself a lot :)) - but just in case you aren't:

      It's for programming vertex and pixel shaders. Up until now, all you had was this nearly-evil assembly code to program them with.

      It's not as if they've discovered something new, because they haven't. It's that they've applied it to an area that will give more people access to the new cards' powerful new features - which would otherwise go underused because so many people shy away from assembly of any kind.

      I was skeptical myself until I saw how they've put it together. I can't wait until I have enough dough to buy one of these cards now...

      --
      I got my Linux laptop at System76.
  17. Yeah, but... by NetRanger · · Score: 2, Insightful

    There are some issues that I think nobody seems to be addressing, as in:

    * Realistic fog/smoke -- not that 2-D fog which looks like a giant translucent grey pancake. Microsoft comes closer with Flight Sim 2002, but it's not quite there yet.

    * Fire/flame -- again, nobody has created more realistic acceleration for this kind of effect. It's very important for many games.

    Furthermore I would like to see fractal acceleration techniques for organic-looking trees, shrubs, and other scenery. Right now they look like something from a Lego box. In fact, fractals could probably help with fire/smoke effects as well, to add thicker & thinner areas which take on a "semi-random", but not an obvious pattern, effect.

    Perhaps I'm just too picky...

    --
    -- We live in a world where lemonade is artificial and soap has real lemon.
    1. Re:Yeah, but... by Doktor+Memory · · Score: 2

      Actually, the Serious Engine does a pretty impressive job with both fog and flame effects. It's still a few steps away from realistic, but it does a substantially better job than the Unreal or Quake technology at the moment.

      The demo versions of both Serious Sam games have a "technology test" level you can walk through in single-player mode that shows off the engine's capabilities pretty well.

      --

      News for Nerds. Stuff that Matters? Like hell.

  18. other hardware shading languages by mysticbob · · Score: 4, Interesting
    there's already lots of other shading stuff out there, nvidia's hardly first. at least two other hardware shading languages exist. these languages allow c-like coding, and convert that into platform-specific stuffs. unfortunately, none of the things being marketed here, or now by nvidia, are really cross-platform. references: of course, the progenitor of all these, conceptually, is renderman's shading language.

    hopefully, opengl2's shading will become standard, and mitigate the cross-platform differences. it's seemingly a much better option than this new thing by nvidia, but we'll have to wait and see what does well in the marketplace, and with developers.

  19. Duke Nukem by DeadBugs · · Score: 2

    If this makes it easier to create high end video games maybe it could boost the Duke Nukem release schedule. I did say maybe

    --
    http://www.kubuntu.org/
  20. Re:Pixel and Vertex Shading and OpenGL2.0? by Viking+Coder · · Score: 2

    Cg compiler can generate shaders for OpenGL 1.4. Not 2.0. BIG difference.

    It would be easier to read the damned article.

    OpenGL 1.4 is a completely different beast than OpenGL 2.0. Cg is a direct competitor (and attempt to kill) OpenGL 2.0, and secure NVidia as the dominant provider of 3D APIs.

    Tell me, Anonymous Coward, why you think that NVidia made Cg instead of supporting OpenGL 2.0 on their hardware? Try not to use words like "monopoly", "closed standard", and "platform specific."

    --
    Education is the silver bullet.
  21. Re:Good times by Score+Whore · · Score: 2, Funny
    The next "Amy men" game will be all the sweeter...


    Yes, I agree! We all like a good cross-dressing game for the early morning hours at lan parties!
  22. Re:No loops? by GameMaster · · Score: 2, Informative

    The actual assembly language used by the present generation of shader supporting video chips has no support for loops and only marginal support for conditional statements (meaning no explicit jmp op). Since this is the code that the cg compiler compiles down to, they can't add those features to the language. It makes some sense because shaders are meant to be short and sweet. Event though they are hardware accelerated, they get run so many times that even a shader that uses only the max number of ops (which is now at 128 ops for NVIDIA chips) is considered pretty slow. If loops were added it would slow the system down even more. When they say those features are "eventually planned to be supported" they mean that they'll be supported by a future generation of hardware (most likely the directX9 compatible chips).

    -GameMaster

    --

    Rules of Conduct:
    #1 - The DM is always right.
    #2 - If the DM is wrong, see rule #1
  23. Re:READ THE ARTICLE! by Anonymous Coward · · Score: 2, Funny

    an initiative with participation from Microsoft to create a cross-platform, hardware-independent, high-level

    HAHAHAHAHAHAHA...

    oh wait I'm OK now....

    BLHAAHAHAHAHAHAH

    When pigs fly out of my ass and mutate into fine wine!

  24. Microsoft's Participation... by ackthpt · · Score: 2, Funny
    Hmm... How long before we have Graphic Card Worms/Subliminal messages...

    Segue to someone playing a video game at a high frame rate...

    Gee, the more I play this game, the less bad I feel about buying proprietary technology and the angrier I get at those 9 states for disagreeing with the DoJ Settlement. Oh, and I'd like to buy all of Britney Spears CD's and eat every meal at McD's... I'm sure I didn't feel this way yesterday... What's odd, too is that every so many frames seems to flicker something I can't quite make out...

    Screen breifly flickers something else

    Hmm... I can't remember what I was just thinking about, but I do have the strangest desire to email all of my personal information and credit card numbers to mlm5767848@hotmail.com...

    --

    A feeling of having made the same mistake before: Deja Foobar
  25. What Cg means by Effugas · · Score: 5, Informative

    Seems like a decent number of people have absolutely no clue what Cg is all about, so I'll see if I can clear up some of the confusion:

    Modern NVidia(and ATI) GPU's can execute decently complex instruction sets on the polygons they're set to render, as well as the actual pixels rendered either direct to screen or on the texture placed on a particular poly. The idea is to run your code as close to the actual rendering as possible -- you've got massive logic being deployed to quickly convert your datasets into some lit scene from a given perspective; might as well run a few custom instructions while we're in there.

    There's a shit-ton of flexibility lost -- you can't throw a P4 into the middle of a rendering pipeline -- but in return, you get to stream the massive amounts of data that the GPU has computed in hardware through your own custom-designed "software" filter, all within the video card.

    For practical applications, some of the best work I've seen with realtime hair uses vertex shaders to smoothly deform straight lines into flowing, flexible segments. From pixel shaders, we're starting to see volume rendering of actual MRI data that used to take quite some time to calculate instead happening *in realtime*.

    It's a bit creepy to see a person's head, hit C, and immediately a clip plane slices the top of guy's scalp off and you're lookin' at a brain.

    Now, these shaders are powerful, but by nature of where they're deployed, they're quite limited. You've got maybe a couple dozen assembly instructions that implement "useful" features -- dot products, reciprocal square roots, adds, multiplies, all in the register domain. It's not a general purpose instruction set, and you can't use it all you like: There's a fixed limit as to how many instructions you may use within a given shader, and though it varies between the two types, you've only got space for a couple dozen.

    If you know anything about compilers, you know that they're not particularly well known for packing the most power per instruction. Though there's been some support for a while for dynamically adjusting shaders according to required features, they've been more assembly-packing toolkits than true compilers.

    Cg appears different. If you didn't notice, Cg bears more than a passing resemblance to Renderman, the industry standard language for expressing how a material should react to being hit with a light source. (I'm oversimplifying horrifically, but heh.) Renderman surfaces are historically done in software *very, very* slowly -- this is a language optimized for the transformation of useful mathematical algorithms into something you can texture your polys with...speed isn't the concern, quality above all else is.

    Last year, NVidia demonstrated rendering the Final Fantasy movie, in realtime, on their highest end card at the time. They hadn't just taken the scene data, reduced the density by an order of magnitude, and spit the polys on screen. They actually managed to compile a number of the Renderman shaders into the assembly language their cards could understand, and ran them for the realtime render.

    To be honest, it was a bit underwhelming -- they really overhyped it; it did not look like the movie by any stretch of the imagination. But clearly they learned alot, and Cg is the fruits of that project. Whereas a hell of alot more has been written in Renderman than in strange shader assembly languages (yes, I've been trying to learn these lately, for *really* strange reasons), Cg could have a pretty interesting impact in what we see out of games.

    A couple people have talked about Cg on non-nVidia cards. Don't worry. DirectX shaders are a standard; game authors don't need to worry about what card they're using, they simply declare the shader version they're operating against and the card can implement the rest using the open spec. So something compiled to shader language from Cg will work on all compliant cards.

    Hopefully this helps?

    Yours Truly,

    Dan Kaminsky
    DoxPara Research
    http://www.doxpara.com

    1. Re:What Cg means by SanLouBlues · · Score: 4, Informative

      All one needs for volumetric rendering ("voxels") is 3d texturing capability.

    2. Re:What Cg means by Effugas · · Score: 4, Informative

      Depends on your approach. Klaus Engel and company are all sorts of interesting isosurface and direct volume rendering in realtime of really high detail models -- check out:

      http://wwwvis.informatik.uni-stuttgart.de/~engel /p re-integrated/

      That's being done in realtime. They're doing more than just slapping slices on top of eachother and letting 'em alpha blend. :-)

      --Dan

    3. Re:What Cg means by krogoth · · Score: 2

      Actually, Cg is "C for graphics" - you can guess what language it comes from.

      --

      They that quote Benjamin Franklin on liberty and safety deserve neither.
  26. What about the OpenGL 2.0 shader language? by Fnord · · Score: 2

    If I remember correctly, one of the major features of OpenGL 2.0 was going to be a high level language and compiler that would compile down to low level pixel and vertex shader assembly. And, if I'm not mistaken, nVidia was one of the biggest contributers to this language. Has nVidia decided to just screw OpenGL altogether? Or is this a temporary equivalent for the time being while we're still using OpenGl 1.2?

    1. Re:What about the OpenGL 2.0 shader language? by Fnord · · Score: 2

      That wasn't my point. DirectX shaders and OpenGL (1.2) shaders are done through C function calls that manipulate the GPU's shader assembler. OpenGL 2.0 was going to do away with this by defining a compiled language for shaders that would compile down to OpenGL extensions for whatever video card you're using. Theoretically, the OpenGL 2.0 shader language could be compiled into DirectX calls as well. And I realize that Cg could compile to the same OpenGL calls that the shader language does, what I'm wondering is why nVidia is pushing this in the first place, considering they helped define a large chunk of the OpenGL shader language. Yes it can co-exist, but they're not complementary, they're redundant.

  27. Re:Just what are shaders? by 91degrees · · Score: 2, Informative

    Okay - a basic OpenGL or D3d command will send a set of vertices to the card. The vertex will contain position, colour information, a normal vector, and other bits and pieces. The card will transform these vertices, convert to triangles, apply colour and several textures, and output to screen.

    A vertex shader will take the vertices before they are transformed, and apply a series of operations on the data inside these vertices. This allows certain clever lighting effects, and nice ripple patterns to be described algorithmically.

    The vertices are then converted to triangles as before.

    Then the pixel shader is used. Modern applications use several layers of textures. Often, we'll see a texture for the colour, another one giving a bumpmap, andother giving a reflection map. These can be combined in a number of different ways. A pixel shader determines how these textures are applied and combined. A good pixel shader will allow a texture to be defined algorithmically. This looks better than a normal texture map at very large zoom levels. Ken Perlin has done a lot of work on this. Look at his site to see what results you can get. Pixel shaders are getting there, but haven't quite made it.

    In practice, all vertex shader operations can be done by the CPU, but this tends to be a bit slower. Pixel shader operations are still at an early stage on current graphics chips, but are getting better. The early Nvidia pixel shaders were no better than the normal texture combiners, but pixel shaders in general are getting more flexible.

  28. Their website by Screaming+Lunatic · · Score: 2, Flamebait

    Their website is at www.cgshaders.com. Their is a coding contest, some articles, and forums to ask questions.

    1. Re:Their website by Screaming+Lunatic · · Score: 2

      actually, that was www.cgshaders.org. Yes, I am a dumbass.

  29. Re:Analogy by ThrasherTT · · Score: 3, Interesting

    You missed the main point of Cg:

    Vertex Shader ASM is hard(er than Cg)
    Pixel Shader ASM is hard(er than Cg)

    My understanding of Cg is that it'll be used as a shader replacement, NOT an OpenGL replacement. You'll still have to write tons and tons of OGL. Now you can just simplify the SHADER part.

    --

    All Your Memory Are Belong To Java
  30. OT - Bandwidth of a 747 filled with CD-ROMS by brianvan · · Score: 2

    This piqued my curiosity.

    Assumptions:

    Capacity of 1 CD - 650,000,000 bytes
    # of CDs that will fit into 1 cu ft comfortably - 400
    Cargo space on a 747 - 6,190 cu ft

    plus - you'll have enough CD-ROM drives available on either end to write 2.5 million CDs in 1 hour, and read 2.5 million CDs in 1/2 hour (about 125,000 drives - not an impossible number)

    plus - the CDs on the shipping end are packed as they are burned, adding little or no time to the process of loading - same goes for receiving end. This assumes you have about 25,000 hard workers.

    The flight time from Paris to New York is 6 1/2 hours. Writing/packing is 1 hour. Reading/unloading is 1/2 hour. Total time 8 hours. Total bits transfered is 12,875,200,000,000,000 bits, or 12,875 terabits (1,609 terabytes). Total time for transfer, 8 hours.

    Resulting bandwidth: 447 Gb/sec, or 56 GB/sec.

    New York to Miami would be 894 Gb/sec, or 112 GB/sec.

    Sounds impressive, but you might want to reconsider laying fiber considering the impossible costs and logistics...

    1. Re:OT - Bandwidth of a 747 filled with CD-ROMS by CaseyB · · Score: 2
      Cargo space on a 747 - 6,190 cu ft

      It can only carry the equivalent of one 18' cube? (Oh, I see where you got your numbers. Why are you assuming a plane with passengers? Cargo versions are closer to 25,000)

      If you're packing CDs solid, then you'll hit the 113,000 Kg limit long before any volume limit anyway.

      One offhand reference suggests 9kg/500 cds, or around 6.3 million discs.

    2. Re:OT - Bandwidth of a 747 filled with CD-ROMS by Russ+Steffen · · Score: 2

      You need to add one more assumption to your assesment: maximum takeoff weight. When I did this thought experiment a long time ago, assuming a 747-400 freightliner full of DAT tapes, it was apparent thet you could only use about 60% of the available cargo space and still have a plane that could get off the ground.

    3. Re:OT - Bandwidth of a 747 filled with CD-ROMS by __aawsxp7741 · · Score: 2

      Awful ping times, though...

    4. Re:OT - Bandwidth of a 747 filled with CD-ROMS by brianvan · · Score: 2

      Nice addition to the original post.

      My only concern with the hard drive solution is that if you hit a little bit of turbulence, you just knocked 50,000 drive arms out of place, ruining 25% of your data. DVD-RWs would be less fragile, and are probably the happy medium to all this.

      We should save this page, because who knows who might use this kind of transfer someday... after all, the main transoceanic cable laying company (Tyco) is having some problems right now, so who knows what kind of wacky desperate solutions people might come up with in a future bandwidth crunch?

  31. OpenGL 2.0 by XenonOfArcticus · · Score: 3, Insightful

    IMHO, OpenGL 2.0 is more portable, less NVidia-specific and backed by more manufacturers. Cg is a ripoff of OpenGL 2.0's design, in a cheap attempt to turn it into a NVidia/Microsoft controlled standard.

    Remember, NVidia may be good now, but they got where they were by being competitive and overturning old-guard 3D guys (like 3DFX who were themselves trying to lock the industry in to APIs they controlled).

    Competition=good.
    Single-vendor-controlled APIs=bad.
    OpenGL2.0=good.

    Now, Ilike my NVidia hardware as much as the next guy, but I fear lock-in. Seems like most of us have already experienced the downsides of lock-in.

    Yes, NVidia is talking up the buzzwords "portable" and "vendor-neutral" but if that's what they were after, the wouldn't have created Cg at all, they would have gone with the already-available open standard, OpenGL2.0. This is embrace, extend and extinguish.

    --
    -- There is no truth. There is only Perception. To Percieve is to Exist.
  32. Right, but it's not in the HW yet. by Steveftoth · · Score: 2

    Cg does because that's the next feature they are planning on adding to the hardware.

    Basically, after they do that programming a PC game will be similar to programming for the PS2. You'll have to write multiple programs that are all executing concurrently to use all the power you've got at your disposal.

  33. If a dual CPU system had the kind by Steveftoth · · Score: 3, Interesting

    of bandwidth that the average graphics card has then it would.
    Also don't forget that a GPU has more transistors then the average cpu these days.
    The VGA -> CPU interface was SLOWWWWW. In fact it's still slow, that's why AGP (X8) was invented and that's even slow. The graphics cards have larger buses, and are designed to push data to the DAC.
    All you need is more bandwith for the CPU and you're set.

  34. Re:Pixel and Vertex Shading and OpenGL2.0? by Viking+Coder · · Score: 2

    It's not vaporware.

    How do you know Doom 3 isn't going to OpenGL 2.0? Carmak has repeatedly said that he's under NDA's, and can only talk about what hardware is currently available.

    You'll notice that Carmak's name is not listed as an endorser of Cg.

    --
    Education is the silver bullet.
  35. Re:Analogy by Viking+Coder · · Score: 2

    OpenGL 2.0 is "the SHADER part."

    Cg is attempting to be a replacement for OpenGL 2.0. In that effort, I hope it fails.

    --
    Education is the silver bullet.
  36. Re:Pixel and Vertex Shading and OpenGL2.0? by Viking+Coder · · Score: 2, Informative

    Yes, I have read the article.

    It does not have cross-platform support. It is not hardware independant. They say that other vendors will be able to support it, they don't say that it's a free or open standard.

    Think about the compiler part of it, for a second. So what if the compiler supports multiple targets? Each compiled program will only be able to run on that one platform! Does that sound like OpenGL to you? Even if they allow a mechanism where the code can be targeted to multiple platforms in one executable, they're still making that decision at compile time. As opposed to at runtime, like OpenGL 2.0. That means that an executable today will be able to run on future hardware. Not true with Cg. Also, the compiler they talk about in Cg is an NVidia product. They're giving it away like free beer, not like free speach. In order for any given company to have Cg targeted to their platform, they'll need to go through NVidia to make it happen. Doesn't this scare you?

    Other video card manufacturers can not write their own compilers. The intended method is for other manufacturers to provide new "profiles" (eg fp20, vp20, dx8vs, dx8ps) which will be integrated into the one and only Cg compiler, which NVidia controls.

    That's how it locks people in to NVidia.

    I'm not talking about ATI. I'm talking about 3dlabs, the people who created the OpenGL 2.0 standard.

    I agree that it's to NVidia's advantage to release their hardware sooner rather than later, and that the OpenGL 2.0 standard won't be a standard for some time to come. But NVidia could put their weight behind it, or they could write their own thing. They chose to abandon OpenGL 2.0. Entirely. And they're hoping everyone else will, too.

    The Cg language is different from the OpenGL 2.0 shader and vertex language. They're different, but they do the same thing, essentially. To rephrase your question, perhaps someone will be able to provide a translator from Cg to OpenGL 2.0 and vice-versa. Just as people have created a layer that makes DirectX work on top of OpenGL.

    Is there really a question in your mind about whether OpenGL is a better standard that we can all live with than DirectX?

    The possible objections are the fact that DirectX has more features than OpenGL. Well, that's why OpenGL 2.0 is a good thing.

    Throwing Cg into the mix doesn't make OpenGL 2.0 any less of a good thing.

    I'm pissed at NVidia for deciding to go with a closed standard, rather than an open standard. What else is new?

    --
    Education is the silver bullet.
  37. Re:Pixel and Vertex Shading and OpenGL2.0? by Viking+Coder · · Score: 2

    "Cg is only for shaders." What do you think OpenGL 2.0 is? Have you read the OpenGL 2.0 specs? It provides an exact competitor to the language that NVidia has proposed. Vertex and fragment shaders. It's the same thing, in two different ways - one open and free, one propietary.

    I agree it might be possible to write code for the NVidia platform which can be redirected to the proposed standard of OpenGL 2.0. But in a year from now, I hope everyone's using OpenGL 2.0 instead of Cg.

    Yes, you can make hardware support a proposed standard. How do you think hardware gets designed in the first place?

    By the way - that's a silly argument - "don't make hardware until the standard exists," and "don't make the standard until hardware exists." I'm hearing both of those arguments at the same time in here, which is pretty amazing.

    Don't be rude, dude.

    --
    Education is the silver bullet.
  38. Re:Like C? by GameMaster · · Score: 2, Interesting

    One of the things a lot of people seem to be missing is that this is a special language used only for shader design. Vertex shaders area lot like inline assembly functions in C or C++. They are small pieces of code that do a short string of operations over and over again in hardware.

    It makes a lot of sense to base it off of C for a number of reasons. First, most game programmers are familiar with C or C++. Second, and more important, there are extreme limitations on the size of shaders. Vertex shaders have a limit of 128 ops on a geforce card. This is just base ops and can go away real fast when you use macro commands (which are composites of multiple ops) as are most likely available in cg. Future cards will, no doubt, increase the number of ops allowed per shader but it will be a while before we see shaders that are large enough to find any use for OOP features. If we do find a time where some OOP features would be handy then I'm sure they could add basic OOP functionality similar to C++.

    -GameMaster

    --

    Rules of Conduct:
    #1 - The DM is always right.
    #2 - If the DM is wrong, see rule #1
  39. Re:Analogy by Viking+Coder · · Score: 2

    I find your points interesting.

    What disturbs me though, is NVidia's behavior in the matter.

    They could either push to ratify OpenGL 2.0 early, and do everything they can to help the process... Which helps the industry a lot, and helps them, too!

    OR, they could create their own closed standard, not help OpenGL 2.0, do everything they can to hurt the process... Which helps them a lot, and makes their competitors in the industry license their technology...

    *sigh*

    I'd be a lot more comfortable if NVidia were saying things like, "and it provides for the direct and easy translation of Cg code into the proposed OpenGL 2.0 standard, so that code written today can be easily migrated to the OpenGL 2.0 standard, once it's ratified."

    --
    Education is the silver bullet.
  40. Re:Pixel and Vertex Shading and OpenGL2.0? by Viking+Coder · · Score: 2

    I don't fault NVidia's marketing department, and I don't fault their technology guys. As far as NVidia is concerned, this is the best way to sell products in the best manner, right now.

    It doesn't help the rest of the industry, though. I wish OpenGL 2.0 were already ratified. That's the problem with standards like that, though - they don't like to ratify them until the hardware exists to test out the theories on. Well, no hardware that's shipping today can support OpenGL 2.0. Chicken and the egg.

    I just with NVidia were being more supportive of OpenGL 2.0. Because it's the better of the two standards, in respect to its effects on the industry as a whole.

    Same way that I wish Microsoft had never developed DirectX. Sure, it has more features today, but in the long run OpenGL is a better alternative.

    --
    Education is the silver bullet.
  41. Re:NVidia != compatibility? by GutBomb · · Score: 2

    if you are worried about future driver revisions not working, don't install them. if you are happy with how your drivers work now, keep them that way.

  42. Re:Like C? by donglekey · · Score: 2

    That's a very good question, and the answer is that even very complex shaders don't really get complex enough to require OO. They are all about algorithms and don't benefit a whole lot from design. They are very idependant modules by themselves, so the modularity is inherent.

  43. Re:Pixel and Vertex Shading and OpenGL2.0? by Viking+Coder · · Score: 2

    If OpenGL 2.0 covers a lot more ground than shaders, and if you agree that some of that is good - then you think that companies will need to reinvent a lot of OpenGL 2.0 if they want to support Cg at the same time. See what I mean? In essence, nVidia is re-inventing the wheel, just so that they can control exactly what's on their GPU. And you know what, I'd probably do the same thing in their position - if, as you assert, they can't ship OpenGL 2.0 until it's fully ratified.

    I'm not arguing that people shouldn't use shading languages. They're fantastic. They're the best thing ever to hit the PC graphics marketplace. It's unfortunate that a closed-source, non-free implementation is available before the open-source, free implementation. Companies can move faster than comittees. (Especially when the companies are on the comittees, too.) It's almost as though a bi-law of the OpenGL review board should be that memebers can not publish competing standards. (It's like a conflict of interests.) That would encourage them to play nice with eachother. I don't know, I'm just venting steam.

    I have to throw words like "closed standard" around because this is a closed standard. As to throwing around "monopoly", the reason I do it is because nVidia could either play with the proposed open standard, or invent their own closed standard. I'm not saying that they're abusing their monopoly. I'm just saying that they're trying to establish one. There's nothing illegal about having a monopoly - it's illegal to abuse it. Everyone in their right mind wants their company to have a monopoly.

    I disagree strongly with your assesment that they are taking "an extremely active role in the development of OpenGL 2.0." Based on that disagreement, you can imagine why I'm frustrated at their behavior. If you are correct, then I agree, they can potentially dramatically improve the OpenGL 2.0 standard. (And I hope they do!) When 2.0 is ratified, we'll see how quickly they come out with an implementation. I hope for everyone's sakes that they do it quickly, and that it's good.

    You can ship a proposed standard. People do it all the time. C++ compilers come to mind.

    If they're out to "kill Direct3D 9", I'm happy. Granted, they'd only be trying to "kill" the shader language part - but that's fine by me. I just hope, hope, hope, hope, hope that they don't kill OpenGL 2.0 before it's born.

    I don't think I'm saying there are conspiracies. And I don't think my standpoint is "absurd." Maybe you disagree with my conclusions, and some of my assumptions - but do you honestly think I'm acting in an "absurd" manner? You think that I'm "manifesting the view that there is no order or value in human life or in the universe"? =)

    Yes, I think Microsoft is happy that Cg supports OpenGL. Because I think you'll find that Cg works much better on DirectX than it does on OpenGL 1.4 (which, by the way, has not yet been ratified - which proves my side of the argument, not yours). That's just my guess, but it's what I think will happen. And I think that developers will tend to chose the platform that supports it better. (Other than Carmack, who always seems to chose the standard he thinks is better in the long run.) It's embrace and extend all over again.

    Honestly, I wish there was only one shading language : RenderMan Shading Language. Not that it couldn't use some improving, but wouldn't it be cool if you could literally use the exact same code on every platform? Offline renderers, included?

    --
    Education is the silver bullet.
  44. Stripes will be Revealed with Time by ablair · · Score: 2, Insightful

    Maybe I'm a bit paranoid (I probably fit right in on /.) but when I read news subheadlines like "Nvidia, the dominant PC graphics chip maker, has teamed up with Microsoft and developed a new cross-platform graphic language called Cg that it hopes becomes an industry standard" I don't really feel all warm & fuzzy inside. CG Channel states "NVIDIA's compiler toolkit would be more optimized for their own hardware owing to greater understanding of their own technology. ATI would have the option of writing their own backend compiler to support their hardware more optimally, but the exisiting NVIDIA toolkit should generate working code on ATI's part. [...] NVIDIA are hoping that Cg will be the industry's defacto standard simply due to its time on the market [...]" If NVIDIA can't be reasonably criticized for supporting their own chipset more with optimized code (and leaving it open to others with competing chipsets), can co-developer Microsoft be criticized for favouring their own software in this? Couldn't MS solutions (DirectX, XBox-specific tools, etc) be favoured under Cg merely by them investing more in Cg development and (as one of the two developers controlling the standard) updating compilers and shader functions for their software sooner or more completely than for others? If this was the case, Cg could just end up being another "embrace, extend, etc" scenario, this time in the graphics market to push MS & Nvidia techologies.

    Nvidia has been fair to good in their cross-platform support so far, but of course MS has not been. To the relief of many CG Channel reports that "Interestingly, key components of NVIDIA's Cg compiler will be open-sourced and will work on Linux, Mac OS X and Xbox platforms. [...] Compiled code for Direct3D will be cross-platform (well, as cross platform as Microsoft might expect). OpenGL code should work much the same as long as the OpenGL extensions are supported on the target. NVIDIA says it will provide compiler binaries for all of the major platforms." The real proof will be in how Nvidia supports Cg on other platforms and OpenGL over the long term. Will these binaries be released at the same time and with the same feature sets? And will this continue to be the case or will full cross-platform support only exist in the beginning until Cg becomes a de facto standard?

    I'm skeptical at this point, since we all know there's a world of difference between being merely compatible and being optimized. There's some evidence so far of how Cg is being implemented. For instance, it looks like there isn't an OpenGL fragment program profile for the Cg toolkit while there is one for Direct3D8. Nvidia says that the reason Cg has for no OpenGL ARB vertex_program extension while there are both dx8ps and dx8vs profiles is that OpenGL is dragging it's heels with the standard, perhaps valid but nonetheless the result is Cg is better implemented under DX8 than the OGL side. While it's theoretically possible to program Cg textureShaders and regcombiners in OpenGL, it's not currently supported. Much of the feature set in Cg looks like that announced so far for OpenGL2 - could nVidia just be trying to repeat OpenGL2 functions using their own identical and properitary Cg extentions instead? Finally, Nvidia announced support for Windows, MacOSX and Linux; the first and last platforms should have native Cg compilers (Linux soon apparently) but what about MacOSX?

  45. Re:Analogy by be-fan · · Score: 2

    Try reading the article. OpenGL 2.0 is the next version of OpenGL. Most of it is about making OpenGL object-oriented, programmble, etc. One small part of it is a high-level shader language. Cg is another high level shader language. Both can be compiled to any particular hardware. An analogy is C and Pascal. Both ultimately compile down to x86 or MIPS or whatever, so they're actually not competing with each other or replacing each other.

    --
    A deep unwavering belief is a sure sign you're missing something...
  46. Re:No loops? by be-fan · · Score: 2

    This isn't game programming. Its very low-level, per pixel stuff. A sample pixel shader program (multitexturing) , written in BFSL (be-fan shader language):

    temp0=READ texture1[x, y];
    temp1=READ texture2[x, y];
    output=BLEND temp0, temp1;

    The programs are extremely simple, with a few inputs, one output, and a few dozen instructions. More of a function than a program, really. These programs in no way replace any game logic. They just transform the vertex and pixel values passed to the graphics card.

    --
    A deep unwavering belief is a sure sign you're missing something...
  47. Re:Analogy by Viking+Coder · · Score: 2

    I'm intimately familiar with the details of OpenGL 2.0. I would disagree with your assesment that "most of it is about making OpenGL object-oriented, programmable, etc. One small part of it is a high-level shader language." I disagree entirely with your assesment that it's a small part.

    C and Pascal are most definately competing with each other and replacing eachother. I've been programming in Pascal for 21 years and C (and C++) for 14 or so. I never get to code in both languages at the same time. It's possible to mix code from each, but it doesn't happen that often (other than in the form of pre-compiled libraries.) It's simply not efficient to ask all of the developers on one project to understand the intracacies of both programming languages and be effective at programming in both at the same time.

    The same argument holds for Cg and the shading language component of OpenGL 2.0. I doubt that people will be succesful at mixing Cg in with OpenGL 2.0 code.

    --
    Education is the silver bullet.
  48. Re:Pixel and Vertex Shading and OpenGL2.0? by Viking+Coder · · Score: 2

    According to what you said (and I agree with), Cg is an alternate implementation of the shading language component of OpenGL 2.0. In which case, the OTHER components of OpenGL 2.0 will need to be re-implemented with a different API, to be viable with the Cg platform. I stand by this assertion, because I don't think that OpenGL 2.0 and Cg will play nicely with eachother. Cg proclaims to run "on top" of OpenGL 1.4, but I suspect that it will have so many platform specific hooks that the OpenGL 1.4 code it produces will only work on the nVidia platform. OpenGL 1.4 merely allows nVidia to expose the necessary API for them to make Cg work on top of it.

    What makes you think there isn't a prototype implementation of OpenGL 2.0?

    nVidia had the opportunity, ALL ALONG to drive the development of the next generation of OpenGL so that it could be capable of supporting the features that nVidia wants. I'm pissed off that everyone forgets this fact. They chose not to. They went off in isolation, and developed their own propietary API, which is incompatible with the OpenGL 2.0 specification (the shading language part.) It's not as though OpenGL 2.0 happened all of a sudden, without nVidia's involvement. They had every chance to steer the proposed standard to their liking. Instead, they abandoned the proposals, and they're releasing a closed solution. And you like them for this behavior? This is Microsoft and DirectX all over again.

    Would you agree that SGI did a pretty good job in producing OpenGL? I think they did an amazing job. I've also read the OpenGL 2.0 specification. It's just as stunning as the original OpenGL specification. And nVidia had every opportunity to make it work the way that they wanted to, or to make it even better. Don't try to defend their actions as though this is 3dlabs forcing their closed solution on everyone. 3dlabs is playing nice with others, nVidia is not. I suppose it's pointless for us to continue discussing the matter, if you disagree on that simple point.

    I do cross-platform development all of the time, thank you. And I happen to do OpenGL things all of the time, as commercial products, and I've never once licensed the name from the ARB. Oh, you meant preparing an OpenGL implementation. So, you're saying that licensing the name from the steering committee is a bad thing? I suppose you think that Microsoft's Java implementation was good, too.

    I do not believe that nVidia has a strong investment in OpenGL 2.0. Why would they spend their money twice, and implement Cg? It doesn't make any sense. Why not implement the OpenGL 2.0 shading language, as defined in the proposal, and start shipping it as a provisional implementation? *shrug* I don't blame them for the behavior, and I don't think it's horrible - but I don't like it, and I don't think it's a good thing.

    "A de facto standard is not a true standard." So, you don't use Ethernet? Or GIF? PostScript?

    Same way as you have to license the OpenGL name, you have to license the RenderMan name. It's the same thing. And I don't disagree with either tactic. I do disagree when one company hopes to control the only implementation.

    I hope you're right with your Glide prediction. Then again, DirectX is still shockingly popular. Help me kill DirectX. =)

    --
    Education is the silver bullet.
  49. Re:Pixel and Vertex Shading and OpenGL2.0? by LinuxParanoid · · Score: 2

    nVidia had the opportunity, ALL ALONG to drive the development of the next generation of OpenGL so that it could be capable of supporting the features that nVidia wants.

    A lot of key nVidia personnel came from SGI. They know this. They also know that OpenGL's openness, while useful versus other workstation vendors, didn't help them (SGI) combat Microsoft very much, given Microsoft's OS + programming tools monopoly. There's no reason that shoving their key vertex shader technology interfaces into OpenGL would substantially help them sell more units or compete more effectively versus ATI or forestall Microsoft market power. In contrast, getting their interfaces into DirectX potentially helps them sell more units (by lowering the barriers for the largest set of developers using shaders, a key upgrade-driving feature), compete more effectively versus ATI (whose vertex shaders no doubt work a bit differently from nVidia), and forestall Microsoft's market power (since, by offering such technological gems, they can get various concessions on other issues or IP licensing fees from Microsoft).

    3Dlabs deserves major kudos for delivering the OpenGL spec. Given that 80+% of their CAD/workstation base predominately uses OpenGL, it makes sense that they'd push programmer interfaces to their IP through OpenGL. And for a similar reason, it makes sense for nVidia to insure interfaces to their hardware are in DirectX. IMHO.

    --LP

  50. Do we need a custom language? by Lurks · · Score: 2
    Research goes on at the top graphics hardware companies to accelerate more of the graphics pipeline by having more generic programmability. To this end, programmers will be wanting to shift more of their existing graphics pipeline onto hardware. Games programmers in particular, working on multiple platforms, value cross-platform code. So where does a custom language fit in which is tailored to some a particular vendors hardware? I'm not sure it does.

    nVidia may offer ATI the ability to get on board this Cg language, but the reality will be different. What disturbs me is that nVidia's chief scientist went on record as saying that ATI's refusal to implement nVidia's shader technology (they did their own, which some consider superior) amounted to destabilising the industry. No, that would be competing dear chap.

    Who exactly will need to use Cg and what market ultimate will use it? I have no doubt that PC game developers (and Xbox) will take a look at it but let's not pretend that this is a solution which embraces other vendors. Of course I'll be glad to eat my hat if ATI and Matrox come out in support of this.

    It's not an entirely bad idea but writing regular language compilers for exotic hardware is more than feasible. My company has done exactly this for the PS2's vector units with a C/C++ compiler. Those VLIW co-processors are quite similar to the sort of more generically programmable hardware that you'll see in graphics hardware down the line (combined with shaders of course).

    There are some good reasons for using a custom language, better control over the implicit parallelism of multiple shaders/vertices etc. However creating a new language for people to use destroys the notion of recyclable code and introduces yet more platform specific issues. And let me tell you, there's quite enough IF/THEN statements in the graphics engines of PC games as it is. Unless your work is being used by multiple developers, in which case any decent authoring tools for specific hardware may be welcomed.

    Anyhow, I'm not entirely negative about nVidia's efforts - it's an interesting stab at a problem we had kind of thought everyone (but us) was ignoring. At the very least it's destined to become a more useful shader authoring tool for PC/Xbox game engine/middle ware developers.

    I wonder what ATI and Matrox's approach will be. I wonder if they'd like a regular compiler for their shaders? :)

  51. Re:21 YEARS?!?!?! by Viking+Coder · · Score: 2

    Ayup. I always view new languages through the eyes of Pascal. What I mean is, the Pascal (Delphi) community tends to be more unified than the C/C++ community, at using the same toolkits all of the time, and solving problems in the same way.

    I find that's typically the greatest advantage of any new programming language, is that the developers all tend to agree (or at least agree more often), and to make as many of the libraries standard as possible. It's fun to be part of a community that all agrees with each other.

    It's much harder to rework an old environment (C++) than it is to design a new one (Python, Perl, Java, etc.) You have to try to get an already existing community to agree to some standard, and they'll all have opinions. But it's important work to do - it helps everyone to try to improve the single environment with the most users, across platforms. That's one of the reasons why I think STL is fantastic. (And scary - I don't love every bit of it, but by and large, I think it's a wonderful tool.) It's good to see the C++ community work together to improve their environment by setting new standards that we can all live with.

    Much like the OpenGL community! Which goes back to why I don't like Cg!!! =) (You just knew I had to work that in there, didn't ya?)

    --
    Education is the silver bullet.
  52. Re:Analogy by be-fan · · Score: 2

    I'm not claiming that the shader language for OpenGL 2.0 is not important. But it is still a relatively small part of a much bigger overhaul. They key idea in OpenGL 2.0 is that GPUs should be programmable. What language is used to do it is really not relevent, since it will all get compiled down to GPU-specific code anyway. As for how you feel about multiple languages, you're entitled to your opinion. But I'd argue that you're in the minority on this point. Most people feel that choice in languages is a good thing. The fact that there are many active, popular languages today (C++, C, Perl, Java) is an indication that the market is large enough for multiple choices. As long as Cg is relatively open (ie: anyone can write back-end compilers for it) then I don't see the harm in it existing alongside OpenGL 2.0. And remember, while people might not like proprietory APIs like Direct3D, they have ultimately helped OpenGL in the end. I'd venture that if it wasn't for DirectX 7.0 and up being really good, there would not have been a push for OpenGL 2.0 to even exist. The sole fact that Microsoft and NVIDIA are pushing the limits of consumer 3D hardware is forcing OpenGL to become better instead of simply stagnating as it was previously.

    --
    A deep unwavering belief is a sure sign you're missing something...
  53. Re:Analogy by Viking+Coder · · Score: 2

    You've made some excellent points, but I don't think you're correct in a fundemental assumption.

    I don't think people are free to write a back-end compiler for Cg. I don't think nVidia has released the Cg language into the public domain, and I don't think they intend to license the language for reasonable terms. I think they intend to control the language, with the option of other vendors supplying profiles to the one and only Cg compiler (e.g. fp20, vp20, dx8vs, dx8ps).

    You are absolutely correct that competition has ultimately helped the graphics industry. I just wish that the competition of shading languages was between competing open standards. Not one open standard, and one closed standard.

    --
    Education is the silver bullet.
  54. Re:Analogy by be-fan · · Score: 2

    That's a lot of assumptions to make. I guess we will have to see what NVIDIA does. However, the article did point out explicitly that NVIDIA intended to keep parts of the compiler open and allow other vendors to write customized backends optimizing for their hardware. The main issue here is that NVIDIA has almost zero control over what Cg has the capability to do. Cg has to map fairly strictly the underlying capabilities of the DirectX and OpenGL shader languages. If it doesn't, NVIDIA risks producing a language which nobody will use. In addition, NVIDIA has been pretty good to the community in the past. They've release a lot of their programming tools for free, they've made drivers for Linux, and they were instrumental (with the Riva TNT-1, back in the day of Glide and MiniGL drivers) in getting full OpenGL ICDs onto consumer level platforms. So I would give them the benifet of the doubt and see what they do before expecting the worst...

    --
    A deep unwavering belief is a sure sign you're missing something...