If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Are you specifying the precision? I know the ati/amd's drivers have problems with (later versions of) glsl if it isn't given (this actually comes from the glsl spec btw, which requires that the precision be specified). Can't remember what versions it affects, but it's worth looking into.
That might be it. I was just certain it was a bug. Nevermind then
That might be it. I was just certain it was a bug. Nevermind then
Well it's a "bug" in my mind - that's one thing I think should be handled better, as I'm sure there's plenty of "old" shader code out there without such things. Defaulting to some xyz precision, but spitting out a compiler warning message would be more appropriate in my opinion - but then I'm sure I'll find people to disagree there.
It looks like doesn't support mine 6850. aticonfig doesn't work and "Unsupported hardware" at bottom left corner. Anyway I could make it working with changing driver to fglrx.
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
Well it's a "bug" in my mind - that's one thing I think should be handled better, as I'm sure there's plenty of "old" shader code out there without such things. Defaulting to some xyz precision, but spitting out a compiler warning message would be more appropriate in my opinion - but then I'm sure I'll find people to disagree there.
Ohh btw. Do you know if that is also true for non uniform variables within the shader code?
Ohh btw. Do you know if that is also true for non uniform variables within the shader code?
I think so. Normally you'll just need to put "precision highp float;" after your #version, and that takes care of it. At least that's what I do, and I've not had any problems.
Found another bug... The 64-bit copy of the World of Goo crashes (Linux Demo v1.41) on this driver, however, the 32-bit binary is unaffected. (Tested with Compiz/desktop effects enabled).
Quick check with Guild Wars and latest Wine dev version:
Text/GUI seems back to normal (worked in 10.10 though 10.11 re-introduced the garbled GUI issue).
Footprints still incorrectly displayed without GLSL
Still random slowdowns - BTW if you want to check this out for yourself, you don't need to own the game, download the online installer, get to the login screen and let the camera pan; there is an Ping monitor/FPS counter at the bottom right of the screen, above the "Options" button. However it's kind of hidden at the login screen. Hover with your mouse in that area (there should be a lightning icon for a few seconds at the correct location) and the FPS should appear.
Comment