https://bugs.freedesktop.org/show_bug.cgi?id=40767
--- Comment #11 from Chris Rankin rankincj@googlemail.com 2011-09-12 04:35:39 PDT --- (In reply to comment #10)
Can you try this patch?
Yes, that patch seems to work. I've tried printing out the values of pc->MaxParameters, MAX_PROGRAM_LOCAL_PARAMS and MAX_PROGRAM_ENV_PARAMS, and I'm seeing lines like these:
pc->MaxParameters=4096, MAX_LOCAL=4096, MAX_ENV=256 pc->MaxParameters=96, MAX_LOCAL=4096, MAX_ENV=256
I'm guessing the first example is likely to be causing problems.