From: <bug...@fr...> - 2010-04-05 20:08:02
|
https://bugs.freedesktop.org/show_bug.cgi?id=27469 Ian Romanick <id...@fr...> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |NEEDINFO --- Comment #1 from Ian Romanick <id...@fr...> 2010-04-05 13:07:55 PDT --- (In reply to comment #0) > Shader '$$data/background_v.glsl' compiled successfully > Shader '$$data/background_f.glsl' compiled successfully > Program linked successfully. > Shader '$$data/test_v.glsl' compiled successfully > Shader '$$data/test_f.glsl' compiled successfully > Program linked successfully. I'm pretty sure the r200 driver does not implement GLSL. Try running in GDB. Set a break point at _mesa_UseProgramObjectARB. If that breakpoint is hit, the app is trying to use functionality that is not supported. That it doesn't shouldn't surprise anyone. :) -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. |