Re: [Mesa-dev] [PATCH 1/2] mesa: add some gl_program cast wrappers

2012-07-18 Thread Kenneth Graunke
On 07/18/2012 02:44 PM, Brian Paul wrote: > --- > src/mesa/program/program.h | 42 ++ > 1 files changed, 42 insertions(+), 0 deletions(-) > > diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h > index 9cd1780..0a5650e 100644 > --- a/src/

[Mesa-dev] [PATCH 1/2] mesa: add some gl_program cast wrappers

2012-07-18 Thread Brian Paul
--- src/mesa/program/program.h | 42 ++ 1 files changed, 42 insertions(+), 0 deletions(-) diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h index 9cd1780..0a5650e 100644 --- a/src/mesa/program/program.h +++ b/src/mesa/program/program.h