Our experience with GLSL on the 9700-class cards has been extremely poor. The old ARB FP/VP programs are fine because you have a great deal more control. It's just the GLSL compilation and running...
Type: Posts; User: Justin Couch
Our experience with GLSL on the 9700-class cards has been extremely poor. The old ARB FP/VP programs are fine because you have a great deal more control. It's just the GLSL compilation and running...
Ta. Not sure it is going to help though. What I'm finding though, is that the bugs aren't repeatedly reproducable :mad: Sometimes it works, sometimes it doesn't. Once, I'd gotten everything...
Compared to developing shaders on ATI cards, the nVidia development is starting to drive me nuts. The error messages are some of the most unhelpful that could be devised. The worst bit that I've been...
There are non for direct API calls that I know of. I think it would be a really, really bad idea to do programming with XML directly.
Instead, what you probably want to look at is one one of the...
I've run across some code in what I think was nVidia's GLSL implementation that won't run on the ATI or 3Dlabs cards we have here (surprise!? :D ). What it is doing is constructing a 3x3 submatrix...
Check the front page of the site. GL2 got released yesterday. Based on past experience, you probably won't see drivers for another 2-3 months yet, maybe a bit longer.
Yes, OGL 2.0 was announced at Siggraph. They ran into a couple of last minute hiccups, which delayed the real release for "3 weeks". Thus, end of the month is likely a good time.
If you are wanting to do full scientic calculation using the GPU, and have no background in OpenGL programming, you will probably be better off looking at either Brook or SH. These are specialist...
I've not come across anything out on the general 'net about converting between the two shader languages. Considering that a good chunk of the demos and books currently use either Cg or HLSL, most of...
There are formal bindings for Java already underway. JSR 231 is for the full OGL spec, and JSR 239 for OGL-ES.
If you want to run non-formal bindings then the there is the JOGL codebase which is...