[Mesa-dev] [PATCH] gallium: new, unified pipe_context::set_sampler_views() function

Brian Paul brianp at vmware.com
Wed Oct 23 16:32:26 PDT 2013


On 10/23/2013 02:17 PM, Rob Clark wrote:
> On Mon, Oct 7, 2013 at 8:23 PM, Brian Paul <brianp at vmware.com> wrote:
>> diff --git a/src/gallium/drivers/freedreno/freedreno_texture.c b/src/gallium/drivers/freedreno/freedreno_texture.c
>> index fc0c8aa..bcc846f 100644
>> --- a/src/gallium/drivers/freedreno/freedreno_texture.c
>> +++ b/src/gallium/drivers/freedreno/freedreno_texture.c
>> @@ -144,6 +144,24 @@ fd_verttex_set_sampler_views(struct pipe_context *pctx, unsigned nr,
>>          ctx->dirty |= FD_DIRTY_VERTTEX;
>>   }
>>
>> +static void
>> +fd_set_sampler_views(struct pipe_context *pctx, unsigned shader,
>> +                     unsigne start, unsigned nr,
>
> really small typo there (s/unsigne/unsigned) looks like what broke
> freedreno gallium build in tinderbox..
>
> I can push a fix a bit later once I have a few minutes to commit some
> work-in-progress stuff and rebase..

Please do so.  Thanks.

-Brian




More information about the mesa-dev mailing list