Re: [Mesa-dev] [PATCH 14/41] main: Added entry point for BindTextureUnit.

2015-01-05 Thread Laura Ekstrand
These comments have been addressed. On Tue, Dec 30, 2014 at 3:46 PM, Anuj Phogat wrote: > On Tue, Dec 16, 2014 at 7:46 AM, Brian Paul wrote: > > On 12/15/2014 06:22 PM, Laura Ekstrand wrote: > >> > >> The following preparations were made in texstate.c and texstate.h to > >> better facilitate th

Re: [Mesa-dev] [PATCH 14/41] main: Added entry point for BindTextureUnit.

2014-12-30 Thread Anuj Phogat
On Tue, Dec 16, 2014 at 7:46 AM, Brian Paul wrote: > On 12/15/2014 06:22 PM, Laura Ekstrand wrote: >> >> The following preparations were made in texstate.c and texstate.h to >> better facilitate the BindTextureUnit function: >> >> Dylan Noblesmith: >> mesa: add _mesa_get_tex_unit() >> mesa: factor

Re: [Mesa-dev] [PATCH 14/41] main: Added entry point for BindTextureUnit.

2014-12-16 Thread Brian Paul
On 12/15/2014 06:22 PM, Laura Ekstrand wrote: The following preparations were made in texstate.c and texstate.h to better facilitate the BindTextureUnit function: Dylan Noblesmith: mesa: add _mesa_get_tex_unit() mesa: factor out _mesa_max_tex_unit() This is about to appear in a lot more places,

[Mesa-dev] [PATCH 14/41] main: Added entry point for BindTextureUnit.

2014-12-15 Thread Laura Ekstrand
The following preparations were made in texstate.c and texstate.h to better facilitate the BindTextureUnit function: Dylan Noblesmith: mesa: add _mesa_get_tex_unit() mesa: factor out _mesa_max_tex_unit() This is about to appear in a lot more places, so reduce boilerplate copy paste. add _mesa_get_