This series adds new textureGatherOffset overloads, and support for nonconstant offsets. V2: - Update for general churn + send-from-grf - Reinstate assert on nonconstant offset if ARB_gpu_shader5 not supported. This ought not to actually get hit as the GLSL frontend insists on a constant expression.