Re: [Mesa-dev] [PATCH 17/41] main: Added get_texobj_by_name in texparam.c.

2015-01-05 Thread Laura Ekstrand
This comment has been addressed. On Tue, Dec 30, 2014 at 4:09 PM, Anuj Phogat wrote: > On Tue, Dec 16, 2014 at 6:52 AM, Laura Ekstrand > wrote: > > This is a convenience function for *Texture*Parameter functions. > > --- > > src/mesa/main/texparam.c | 38 ++

Re: [Mesa-dev] [PATCH 17/41] main: Added get_texobj_by_name in texparam.c.

2014-12-30 Thread Anuj Phogat
On Tue, Dec 16, 2014 at 6:52 AM, Laura Ekstrand wrote: > This is a convenience function for *Texture*Parameter functions. > --- > src/mesa/main/texparam.c | 38 ++ > 1 file changed, 38 insertions(+) > > diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texp

[Mesa-dev] [PATCH 17/41] main: Added get_texobj_by_name in texparam.c.

2014-12-15 Thread Laura Ekstrand
This is a convenience function for *Texture*Parameter functions. --- src/mesa/main/texparam.c | 38 ++ 1 file changed, 38 insertions(+) diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index df2ba3c..6121346 100644 --- a/src/mesa/main/texparam.c