NVIDIA Cg Compiler Technology to be Open Source
Jim Norton writes "This announcement from nVidia states that
their Cg compiler technology for 3D applications will be Open Source and available under a free, unrestrictive license. The ETA for this is in August and will be available here." The linked company release says it will be under "a nonrestrictive, free license," but does not give further details. BSD?
Two penis bird guys go round the outside, round the outside, round the outside (2x)
Guess who's back [/] Back again [/] Sllort is back [/] Tell a friend
Guess who's back, guess who's back, guess who's back, guess who's back
guess who's back, guess who's back, guess who's back..
I've created a monster, cause nobody wants to read Michael no more
They want Sllort, cause Katz is a whore *duh* [/] Well if you want Sllort, this is what it'll get ya
A little bit of Troll mixed up with some professa [/] Don't mod this up they're just trying to test ya
It'll get you banned forever by the mastah [/] on the plantation, but I'm not co-operating
Been banned since 2000 for writing and creating (hey!) [/] You read it this far, now stop moderating
Cause I'm back, I'm on the keys and I'm operating [/] I know that you got a job Ms. Malda
but your husband's porn problem's complicating
So McCarthy won't let me be [/] he IP bans me, so let me see
They try to shut me down but I proxy [/] Cause it feels so empty, without me
So, clickety click, type where you sit
Fuck that, karma whorin dips, nobody gives a shit
Now get ready, cause this shit's about to get heavy
Just got a new list of proxies, FUCK YOU JAMIE!
[Chorus:]
Now this looks like a job for me [/] DOWN WITH CAPS LIKE JUNIS KANUNI
Cause we need a little, controversy [/] Cause it feels so empty to agree
I said this looks like a job for me [/] So everybody, try honesty
Cause we need a little, controversy [/] Cause it feels so empty to agree
Little Readers, posting defacement. [/] Embarrassed their parents still rent them their basement.
They get banned just like prisoners helpless [/] 'til someone posts truth in a journal and yells BULLSHIT!
A visionary, is my vision scary? [/] Could it start revolution, pollutin the stories?
A rebel, so just let me revel and gloat [/] in the fact that VA's stock price is looking like GOAT *zero!*
And it's a disaster, such a castastrophe [/] First posts are so fuckin expensive; but Katz is free?
Well I'm back, na-na-na-na-na-na-na-na-na-na [/] *bzzt* Fix your damn DSL turn it on and then I'm gonna
enter in, in the front of your skin like a virus [/] Maybe I'm unkillable, dead like Osirus
Ya I'm infecting, best thing since commenting [/] Intriuging the reader's minds and nesting
*bzzt* Testing, attention please [/] You feel the rage when Michael mentions me?
Here's my journal, you can read it free [/] A nuisance? a prophet? Ya, sounds like me.
[Chorus]
A diskette, a task set, post this cid on that sid, [/] Ask Slashdot: Are You Sofa King We Todd Did?
Jonathon Katz, smokin crack mixed with grass [/] If I ever meet you I will KICK YOUR ASS
And Taco? You can get blown by Timothy [/] You eleven year old molesting fag, join the clergy
You don't know me, you're too dumb, let go [/] It's over, nobody listens to your show
Now let's go, suicide for Signal [/] I'll be there cheering like a cheerleader on speed
Or crystal, method to the masses [/] ever since Slashbots been babblin like jackasses *bray*
Suddenly without the means [/] To bring up the MetaModeration screen?
It's not the servers re-boot-ing [/] It's just you, banned by Slashteam! *hey*
No I wasn't aiming for controversy [/] It just happened when they first banned me
Now I use it to tell others [/] That Slashteam are a bunch of fuckers!
(Hey!) Here's a concept that works [/] Twenty million other people find out you're jerks
But no matter how much you alter what they see [/] It just looks empty without me
[Chorus]
La-la-la-la, la-la-la-la-la / La-la-la-la-la, la-la-la-la
If they want Cg or whatever to become widely used it kind of has to be open in this day and age.
Money talks. If you like what they are doing, tell them you like it by buying one of their cards.
I've read the article, but I believe I'm not enough of a graphics geek to understand it O:-) What's a "Cg compiler"? What's it for?
My weblog in spanish
a nonrestrictive, free license
We know it won't be under the GPL. Any license that restricts what I can do with code isn't Free by any means.
Tell me more.....
-sincerely,
Trident Technologies
this just in, ATI is dead!
yay!!
so are they looking to get this into OpenGL 2.0 ?
there was some debate on which was better 3DLabs or this as well as an ATI solution
anyone know more ?
but whatever happens Thank you
after all the chip business needs a reason to sell more chips and graphics is a big one the faster people can use the new features the more games/apps need powerfull chips
regards
john jones
ass the article fails to spell out the details, other than it is a "non-restrictive open source lisence" we can assume this means something like the BSD or X lisences, especially since MS co developed it. The was a daemonnews thread a while back about Bill Gates saying how governments should use BSD-style lisences for the absolue maximum effectevness on stuff they develope. It just allows more embracing and extending to happen.
I've been coding in Cg for some time, there have been a number of problems I've faced so far:
1. The vertex engine calls are not logical. Sometimes you call passing a referenced pointer, other time you have to pass a referenced strucute, some form of standarization to calls would have made it easier for developers to write function calls (more insane than POSIX threads).
2. The lanugae is not truely Turning complete. Which could have been fixed by taking some more time and making the language more complete.
3. The compiled bytecode is giving a security mask that disables it's use on chips that do not carry a compliment decoder (To keep competetors away?).
4. Confusing definitions of pointer/references. They could have made this easier by removing the entire pointer usage.
5. Class calls outside of friend functions can at certain times reach memory outside of parent definitions (Bad language design?! I think this is one of the most debated feature/bug, since you can piggyback this to implement vertex calls within lighmaps).
6. No SMP support in current implmentation and no thoughts to future support (What about threading?!).
7. Inlining support is bad and possibly unusable outside the scope of inling cg within c.
or gc^2 or gc**2 or pow(gc,2)
Je t'aime Stéphanie
I wonder just how "nonrestrictive" it is.
C'Mon DFSG-free... [crossing fingers]
I can't help but think back to 3DfX and the glide library and think that this may be Nvidia's goal, it probably would be a great way for Nvidia optomized code to be developed if the compiler automatically did some special things for Nvidia cards even if it did output a product that works on almost all video cards (OpenGL).
Will only a 'portion' of this compiler be free? Some of you may or may not know that their Linux modules require a proprietary 'binary stub'. Thus the difficulty in porting any of their stuff to other UNIXs such as FreeBSD.
Hopefully that won't be the case with this.
What a great announcement. It's really great to see all these great organizations coming to their senses. It really shows just how much unity and togetherness we share in the free software community. It really, truly is an excellent and remarkable time to be alive, and to be into the free software and open-source scene we all love. I'm sure the forefathers of free software, like ESR, Linus Torvalds, and Richard Stallman would have wished that they could have been alive and around today had they known about how awesome the scene just is this very day. I'm sure they would have given anything to witness these wonderful times. I, for one, am certainly looking forward to downloading a few of these incredible wares; they certainly look great based on my own research and the opinions of others, whom I really and truly respect, deeply. I hope that you, too, my friend, can scrounge up enough change, enough dough (times are tough), and purchase you and your best buddies some prime bandwidth to this going-to-be spectacular and amazing software servers. In fact, even if you don't have money, I really hope that you can borrow some, or just use someone else's net connection. Even if you plan on reselling the wares commercially, I am still happy just as long as someone buys your wares, as that would make that single person all the more happier to be using this wonderful and great software to be put on by these terriffic organizations. News like this just shows what a great time it really is for us all to be alive and well, and how these great organizations are breathing new life into and shattering our preconceptions about software in general. Hats of, my friends, and enjoy yourselves out there. Take care now, and whatever you don't don't miss out on this golden software opportuninty, this pot-of-gold at the end of the open-source rainbow, this 20 carat diamond hidden 20,000 leagues under the ocean of proprietary software, or you will regret it. Even in death, my friend, amigos, chumps, and buddies.
Got friends?
Some of the best news is that they've openly said they'll include support for ATI and other large manufacturers of competing graphics products. I'm glad to see that Nvidia isn't being closed-minded or trying to undermine their own intentions for ease of development by using the proprietarity card.
http://www.petitiononline.com/MUAMW/petition.html
I'm in a field totally different from graphics programming and hardware, but:
In my reading of earlier coverage of Cg, my understanding that most people weren't concerned about Cg or its compiler being open source, but rather that Cg would depend to some extent on hardware specs that are proprietary. This would have the effect of driving other hardware competitors out of business because they can't implement Cg components because of hardware patents. Sort of similar to fears associated with MS open sourcing part of C# while keeping a good deal of it dependent on proprietary stuff. The fear is that Cg would lead to people saying things like "well, your video card is so crappy it doesn't even support a standard graphics programming language" (all the while being unaware that the card can't because of hardware patents). Just because the language and compiler is open-source doesn't mean the hardware it will run on is.
Anyone more knowledgable care to comment? Am I misunderstanding this?
Please read here:
http://www.cgshaders.org/contest/
As you can see from the terms and conditions on that CG site, they favour and link to the ZLib license.
I think that CG will be under the PHP/ZLib license.
i would really love to give some witty comments here -- but am at a loss of words. which could be fixed by thinking up a few words to form a witty comment with.
My life in the land of the rising sun.
NVIDIA Open Sources Cg Compiler Technology
For further information, contact:
Susan Austin
NVIDIA Corporation
(408) 486-7336
saustin@nvidia.com
FOR IMMEDIATE RELEASE:
SIGGRAPH 2002 -- SAN ANTONIO, TX -- JULY 23, 2002 -- NVIDIA® Corporation (Nasdaq: NVDA), the worldwide leader in visual processing solutions, today announced that it is open sourcing the NVIDIA Cg Compiler technology under a nonrestrictive, free license. Available in August for download from the developer.nvidia.com and www.cgshaders.org Web sites, this code will contain the parser that reads the language and creates intermediate code for compilation, as well as a generic back-end. Together, these components provide everything required to create optimized Cg compilers for other platforms and architectures. In addition to the NVIDIA Cg Compiler, NVIDIA has provided full source code for example shaders in the NVIDIA Cg Toolkit.
"We've experienced enormous interest in Cg since its introduction," said Dan Vivoli, vice president of marketing at NVIDIA. "We're open sourcing this compiler code to further accelerate the transition to an era of advanced real-time effects through Cg."
"Petty licensing disputes have marred many attempts at industry wide cooperation," said John Carmack, co-founder, owner and lead programmer of id Software, Inc. "NVIDIA's decision to open source some of their development work with a very liberal license is a positive step that I hope other vendors will follow."
Emerging as the "C" for graphics, the Cg Language Specification provides developers a complete programming environment that is easy to use and allows for the fast creation of special effects and real-time cinematic quality experiences on multiple platforms. By providing a new level of abstraction, Cg removes the need for developers to program directly to the graphics hardware assembly language, and thereby more easily target OpenGL®, DirectX® 8.0 and DirectX 9.0. The industry-standard Cg Language was developed in close collaboration with Microsoft® Corporation and is compatible with Microsoft's recently announced High Level Shading Language for DirectX 9.0. Last month, NVIDIA announced the NVIDIA Cg Toolkit, comprised of the NVIDIA Cg Compiler 1.0, optimized for DirectX and OpenGL; the NVIDIA Cg Browser, a prototyping/visualization environment with a large library of Cg shaders; a CgFX file format; the Cg Standard Library; and a collection of pre-written Cg shaders which can be used for a variety of applications, ranging from game development to digital content creation and computer-aided design. The NVIDIA Cg Toolkit and other user documentation can be downloaded at http://developer.nvidia.com/cg.
About NVIDIA
NVIDIA Corporation (Nasdaq - NVDA), located in Santa Clara, CA, is the global leader in advanced graphics and multimedia processing technology for the consumer and professional computing markets. Its 2D, 3D, video and multimedia capabilities make NVIDIA one of the premier semiconductor companies in the world. NVIDIA offers a wide range of products and services, delivering superior performance and crisp visual quality for PC-based applications such as manufacturing, science, e-business, entertainment and education.
Certain statements in this press release, including the statements relating to the Company's performance expectations for NVIDIA's family of products and expectations of continued revenue growth, are forward-looking statements that are subject to risks and uncertainties that could cause results to be materially different than expectations. Such risks and uncertainties include, but are not limited to, manufacturing and other delays relating to new products, difficulties in the fabrication process and dependence of the Company on third-party manufacturers, general industry trends including cyclical trends in the PC and semiconductor industries, the impact of competitive products and pricing alternatives, market acceptance of the Company's new products, and the Company's dependence on third-party developers and publishers. Investors are advised to read the Company's Annual Report on Form 10-K and quarterly reports on Form 10-Q filed with the Securities and Exchange Commission, particularly those sections entitled "Certain Business Risks," for a fuller discussion of these and other risks and uncertainties.
# # #
Registered trademark NVIDIA® Corporation, 2002. All other company and/or product names are trademarks and/or registered trademarks of their respective manufacturers. Features, pricing, availability, and specifications are subject to change without notice.
Note to editors: If you are interested in viewing additional information on NVIDIA, please visit the NVIDIA Press Room at http://www.nvidia.com/view.asp?PAGE=press_room.
Everyone is excited about this but the only thing is that it's really not that important because you still have to have a compiler. Until other graphics card manufacturers make Cg compilers this won't really be a standard and still an nVidia solution.
Besides there are already C compilers that will turn your normal C code in to vector code. For PS2 and 3D-Now/SSE instructions. Check out codeplay for more info. Yes you have to pay for it. They don't have a compiler for the DirectX shading machine yet but this proves that they could. It's not like we have to invent a new language for every machine.
This drammatically increases the chances that CG will become somewhat of a standard. Right now, it looks as if this is a case of NV putting forward the technology merely in order to push their products forward. Any standard without industry acceptance would be dead in the water, and its failure would invalidate the 3-dTbufferAnisographotopically mapped TexSurfaces features they would be including on their next cards. This way they have a way to get past the slow-as-hell OpenGL board and actually retain some control over the standards they work on without either ceding control to BillyG or keeping their competitors out. It works like this: NV knows it does not have the force to push its own Glide-esque language on the industry. There are too many other cards out there *cough*R300*cough* that could potentially grab enough market share to lure developers away from anything proprietory into existing standards that work on everything. Open-sourcing CG is also a way of putting pressure on other companies to adopt it, as ATI seems a little reluctant to adopt something that NV controls tightly. In the war between OpenGL2.0 and DirectX9.0, CG looked like it didn't have a chance to replace these venerable industry standards, but with a lot of developer support before either of these is released(by giving any potential CG programmer the source code for free) will validate it. It's explained pretty well in this article about the impending split in developer's plans.
People in Soviet Russia, however, appear to be afflicted with amusing juxtapositions of the aforementioned situation
STFU , who gives a rat's ass about that?
We're talking about trolls, not israeli's.
oh wait. Maybe we are talking about the same thing. lol.
happy troll tuesday.
Practically, Cg is less useful than RenderMonkey because it is readily integrated into popular graphics packages.
However, there are some pretty good potential there, to make a Cg plugin for everything under the sun.
Controlling the Shader Language standard is almost as important as making a better video card, as you'll have a feature set your competitors have to follow - if Cg becomes the most popular language, then NVidia can say on their marketing material "GeForce 10: 100% Cg compatible, Radeon 50000: only supports 80%".
...Expects the spanish inquisition!
...and a great example of how to grow the market for a product by making a classic "Win-Win" situation for all players:
Nvidia gets lots of folks playing with their software/hardware all the while generating ever more interest in their products. Users of the product get new software toys for their hardware, making the creation of even more software toys easier.
*Cheer* Nvidia! I have one of the GeForce3 DDR cards and I love it (although giving up the old Voodoo3 was tough to do as it was a great card too.)
Perhaps some day soon other companies will realize the value of this type of marketing move and just do it! (Hey, that's catchy, "Just do it!" Makes me wanna hire third world mommies for pennies on the hour and work them like dogs.)
Everything in the Universe sucks: It's the law!
So it's going to be open source, but will it be free of patents?
Maybe ATI can actually maybe catch a glimps of it so that they will be able to make a good graphics card! And by the way good nvidia smart choice that will really make them more comsumer freindly.
You cannot waste an electron! Electrons can only be anhilated by collision with a positron or some other elementaty particle reaction.
Impressive amounts today...must be Tuesday.
I thought the whole reason they made a new language (Cg) is because the chipsets weren't Turing complete. If they WERE Turing complete, then it would be a complete waste of time to make a new language -- just make a new back-end for your favourite C compiler and write a bit of run-time.
However, the chips themselves can't do very much -- they can't do a conditional branch, for example. This makes it quite difficult to make a C compiler target them :)
It would be very cool to just be able to do gcc -b nvidia-geforce9 ... or what have you since you'd be able to take advantage of a rich existing toolchain. But, alas, it's not to be.
Hey, I've been spending hours each day trying to get this crap to compile Mozilla. I wish someone would write a good FAQ or How-to on this. By the way I'm running Apache 2.0 on a web server I built out of Legos, and it rocks!
I sure hope they go with BSD. GPL is more viral than that stuff I got from my last girlfriend. I sure hope they have the smarts to see through the hype and go with a truly free licensing scheme.
scott
Nvidia, if you're reading this, please read.
For as long as I remember, the #1 complaint from the open source community has been the lack of open source X drivers, and the lack of documentation for directly accessing the hardware.
This still isn't direct access to the hardware is it? This is an API that goes through a compiler that translates things into machine code. Absolutely no real access to speak of.
Sometimes I wonder if nvidia cards are truly the hardware marvels that they are. Their implementation sort of reminds me of Play Incorporated's snappy video snapshot, where the hardware functions and bios get's loaded by an external program. I don't know if this is the exact case with nvidia hardware, but i'm pretty sure i'm not that far off the mark.
If that really is the case, it means that TNT2 cards are capable of all the neat tricks gforce cards only alot slower. I can see why you wouldn't want it opened up to the public. What's to stop a competetor from using the same hardware/software implementation you are?
I don't think it would seriously put a dent in the bottom line however. People tend to keep loyaltee's towards a company if it doesn't fuck their customers. Look at how many hits a day voodoofiles.com gets!
So be bold and daring like the new dorito's. Let other companies mimic your techniques, and try not to worry about the bottom line so much. If you let a bunch of open source guru's hack on your code, you could fire a few of those internal programmers thereby making up the cost. If you do this, anytime a relative, friend, customer asks us what 3d card solution they should get, we will respond NVIDIA.
yours truly
--toq
The positive by NVIDIA so far is that they licensed technology from someone else to construct their drivers and hardware, and they are not at liberty to release open drivers. Fine, that's something I can accept for now.
What I'd really like to know is, as they move forward to new hardware and new drivers and new technologies, will they do so with the free software philosophy in mind, so that they can be more open about their work, and help the community adopt their hardware on other platforms than Windows, Linux, and MacOS.
Certainly, if they release this compiler under a free license, then that's a good first step, because it could mean that they recoginize the value of free software and how it aids the spread of technologies to new platforms, not to mention how good free interfaces can become standards. Seems clear that NVIDIA would like to be the new SGI, settings the standard by which graphic innovation is defined.
Curmudgeon Gamer: Not happy
The BSD license predated the GPL and was a precursor of the whole free software movement. Before BSD, it was extremely rare to find freely available source code. You were lucky if you could get a binary, much less source code.
They have kick-ass products that officially support my platform of choice. 'Nuff said. :-)
Karma whorin' since 1999
ATI will be providing plug ins to compile Renderman or Maya code to run on its Radeon 9700 rather than on the central processor. Although not directly competing with Cg, this does seem to be a much better approach. Provided of course that you could take your 'binaries' from Renderman/Maya and use them in your video game or whatever.
Bryan
Both OpenGL and d3d will have higher-level shader languages in the near future, and based on www.opengl.org voting, nvidia Cg isn't faring too well. So it seems that they're trying as hard as possible to get people to use their standard..
Yes, you can do pixel and vertex shaders on the CPU, but it will make the application so slow as to be unusable.
Don't think that your 6 year old TNT2 card will become some magic speed demon if nVidia gives you driver source. It won't. Your argument is akin to saying, "Intel, give us the internals to the P4. I know I can make my 80286 run all new code if you do!"
of course nvidia would make the compiler free, because they make hardware, not software. Think of the compiler as a "marketing vehicle." They make this really cool cg compiler, so everybody uses it to make some sweet graphics, and consumers need to buy new hardware to get 8 billion (or 40) frames per second.
It's important to make the distinction here. nVidia has opensourced the parser and compiler for CG, but they control the language. Look at it this way, nvidia needs something to show off NV30 with, and CG will be the thing to do it. This is in direct competition with the opengl 2.0 and DX9 HLSLs though, and you can bet that they won't be steering CG in any directions favorable to their competition like ATI or 3DLabs. It's fine if nVidia wants to do their own thing, but realize that this cg isn't nearly as open as the "opensource" headline makes it sound.
Since when do I need any sort of excuse - like encouraging Cg - to buy an Nvidia card? I needed an excuse?
I'm the stranger...posting to
I think the lack of customer loyalty was what put 3Dfx out of business.
Don't think that your 6 year old TNT2 card will become some magic speed demon if nVidia gives you driver source.
Did I say that? I thought I said...
If that really is the case, it means that TNT2 cards are capable of all the neat tricks gforce cards only alot slower.
Please read comments before replying, thank you.
--toq
C for graphics?
Does this mean I can segfault my video card now?
After all, it's not C if my first version of the code that compiles doesn't segfault immediately.
Cg technology could be a great step forward. By releasing it under a nonrestrictive license, companys like splutterfish can accelerate their plans for a shading language in brazil.
The standardization on a shading language is going to push forward renderers two a new level, creating a massive pool of competition to Pixar's Photorealistic Renderman.
Gnuyen
As I understand it -- yes, only a portion of the compiler will be free, namely the front end. This is likely to be the trend with shading language compilers in the future, regardless of the what the languages itself is:
- An open source compiler front end, which scans and parses the language and performs semantic analysis. The output is probably the intermediate representation in the form of an abstract syntax tree. This is all standard compiler stuff.
- Vendor-specific, closed-source compiler back ends. The back ends are responsible for mapping the platform-independent intermediate representation to hardware-specific object code (e.g. NV_vertex_program or ATI_vertex_program). They'll be closed-source because the vendors often perform hardware-specific optimizations that take advantage of architecture design details. Since they never disclose architecture internals for competitive reasons, they won't release code for their compiler back end, either.
Eric
In Nvidia's defense(and as my own defense as a stockholder), open sourcing their drivers is one of the worst things they could do.Right now, all that keeps ATI below Nvidia is drivers; the Radeon 9700 has proven that ATI has the hardware to meet/beat Nvidia, but history says they lack the drivers. If ATI had access to Nvidia's driver source code, ATI could very well beat Nvidia, putting it in dire straights if it can't keep up with its hardware for even a short period of time(remember what happened to 3dfx when it lost its edge).
This isn't simply software here, drivers are as important as any silicon is(just ask Nvidia, they have more software engineers than hardware engineers). Open Source, while nice, would end their market advantage, and may very well end the competition in the graphics industry, since hardware is being "mandated" and standardized by Microsoft. Think of drivers as the service the "ideal: open source company would provide to make their money, not as something that can be easily tossed aside.
"If that really is the case, it means that TNT2 cards are capable of all the neat tricks gforce cards only allot slower."
...but that's not really what you're after, is it? Maybe I just didn't understand you. I usually understand raving loonies just fine (professional courtesy and all that :P), but you're thinking just strikes me as a little out of kilter.
Kinda sorta but not really. An updated driver for a TNT2 board could emulate in software all the silicon a TNT2 is missing. That's true regardless of what card you have. There are software-only OpenGL drivers out there.
Fooz Meister
Great another raving looney :P
Well, I used to work with the guys from play inc. One of them basically explained how the snappy video snapshot worked.
Their custom chip was sort of combination of rom/ram and logic. The rom acted as a bootstrap for basic parrelel port communications. The ram would store code downloaded via the parrelel port, and the logic would chew on that.
Basically the snappy never really got any REAL upgrades to the hardware. (note this is where nvidia and play differs, nvidia adds faster hardware) Versions 1 2 and 3 of the snappy were all nothing more than "soft upgrades"
I think nvidia cards work in the same fashion, that's why we see such an performance increase between driver releases because the actual chip logic is loaded at boot.
1. Preboot, vga compatible mode
2. Boot, load custom OS specific hardware register code
3. Load OS specific driver for glue between the OS and the hardware (which is really software)
There is only so much you can do from calls to the OS for speed. If on the otherhand you could "soft upgrade" the hardware on boot, everytime you optimized that boot software a little more, it would stand to reason that the card would run faster.
So basically if you wanted to add that "gwhiz AA x4" feature to your card, you could write it in software, and load it into your card at boot.
Like I said earlier, nvidia open sourcing it would probably lead to a lot of the newer cards features being found on older cards, only a helluva lot slower. This too, is a reasonable assumption because the hardware is slower. It's no less capable of running the same code though.
Hope that clears things up.
Hah! You know, everyone should go read this post I made in reference to the Slashcode changes.
I mentioned how CmdrTaco and friends will never defeat the trolls because they are some of the most ingenius and inventive Slashdot users. This is a perfect example. Way to go sllort! Thanks for proving me right!
All the changes to Slashcode will do is hurt the users who do not troll. Stupid Taco.
Why bother.
I'll try to sum it up for you in simple terms, since you can't seem to grasp the concept.
TNT2 doesn't have the transistors to do hardware transform and lighting. It can't do pixel and vertex shaders. Those can only be done in dedicated hardware or on the CPU. No amount of driver source code will change that.
Via proper software drivers (OpenGL and/or DirectX) TNT2 cards can *already* run games that use pixel and vertex shaders. It's just that since the card is offloading all of those calcuations to the CPU the programs are intolerably slow.
Please take your random thoughts to logical conclusions before posting insipid open letters to corporations.
There is no way you could write a new driver for a TNT2 card that would allow it to do those advanced features. Give up the pipe dream. A programable pipleline graphics card != a simple video convertor box. It doesn't matter how much you believe that the hardware/software design behind a Snappy can be transfered to a video card, it just isn't going to work.
Why bother.
Microcode updates? Bios Updates? Programmable Grid Arrays? Ever hear of any of these? Probably not.
I won't flame you, you obviously don't know enough about hardware to make any logical conclusions yourself..
"Now if only they would do the same with their drivers!"
I known someone who once worked for MetroLink. He was part of the team that was writing the NVidia device driver for Metro-X. They were a source licensee, under NDA, yadda yadda, so they had access to the NVidia driver source.
He said that the NVidia driver source is highly coupled with the chip design. Apparently, the NVidia driver people have intimate knowledge of the hardware design, and take advantage of it. This lets the driver exploit as much of the hardware's potential as possible. However, it also means that the driver has specific knowledge of the hardware design.
Given that NVidia's sole business is chip design, you can bet that they will never release source for that driver. It contains too much of their business. (No, it is not a chip schematic, but that isn't the point. It contains enough to make their lawyers unhappy.)
For better or worse, that is the way it is with NVidia. If you do not like it, do not buy their cards.
dragonhawk@iname.microsoft.com
I do not like Microsoft. Remove them from my email address.
and the 9700, we can all then watch en-vid-E-uh play catch up for a change (like the nv1 & early riva hehe)
Would you PLEASE stop talking about stuff you obviously know nothing about? There is no PGA in the TNT. A bios/microcode update cannot make up for the lack of vertex and pixel shader silicon.
In fact: you cannot even emulate the vertex and pixel shader path in software because there is no
way of inserting it into the correct rendering path on the TNT2.
You cannot emulate rendering 16 textures at once by rendering several times either because there is not enough framebuffer alpha accuracy to do it.
You're living in a land of make believe,
with elves and fairies and little frogs with funny green hats!
A witty
hey, where did wise t0qer go?
You look like a fucking moron now, t0qer!
the forgotten project utah-glx , to which nVidia donated code to get the TNT* cards going for XFree86 has actually continued the developement, ported the code to XFree86 4.x and added support for Geforce2 - as GF2 and Geforce4mx shares the same GPU it may be possible to at least support the lower end nVidia cards in XFree86
:)
however... still think the binary drivers sucks, I bought an ATI instead, and I'm perfectly happy with it, better TV-out too
Cg is 100% source code compatible with the syntax of the DX9 HLSL, and the OpenGL 2.0 focus group is looking at Cg vs. 3DLab's proposal for inclusion in OpenGL 2.0.
The upshot is that if Cg is accepted as the shading language for OpenGL 2.0, DX9 and OGL 2.0 would have the EXACT same syntax.
Even if it isn't accepted as the shading language for OGL2, you will be able to write shaders in Cg and have them work on OpenGL 1.4+, and DX8+.
"Good people drink good beer"
brilliant.
sulli
RTFJ.
I think a much more likely reason is that some portions of the code are copyrighted by entities other than nVidia.