Re: [Mesa-dev] [PATCH 1/2] mesa: Make the program texel offsets limits available with GLSL 1.30.

2011-10-15 Thread Kenneth Graunke
On 10/15/2011 01:57 PM, Eric Anholt wrote: > It was previously under gpu_shader4, but I'm pretty sure everyone's > going to be doing GLSL 1.30 first (since gpu_shader4 is basically 1.30 > plus a bunch of extra stuff). > --- > src/mesa/main/get.c | 17 - > 1 files changed, 12 inse

[Mesa-dev] [PATCH 1/2] mesa: Make the program texel offsets limits available with GLSL 1.30.

2011-10-15 Thread Eric Anholt
It was previously under gpu_shader4, but I'm pretty sure everyone's going to be doing GLSL 1.30 first (since gpu_shader4 is basically 1.30 plus a bunch of extra stuff). --- src/mesa/main/get.c | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/g