[Mesa-dev] [PATCH] radeonsi: add RW_BUFFERS only once in si_ce_needed_cs_space

Marek Olšák maraeo at gmail.com
Fri Apr 22 14:55:27 UTC 2016


On Fri, Apr 22, 2016 at 12:39 PM, Bas Nieuwenhuizen
<bas at basnieuwenhuizen.nl> wrote:
> On Fri, Apr 22, 2016 at 10:34 AM, Marek Olšák <maraeo at gmail.com> wrote:
>> From: Marek Olšák <marek.olsak at amd.com>
>>
>> ---
>>  src/gallium/drivers/radeonsi/si_hw_context.c | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/src/gallium/drivers/radeonsi/si_hw_context.c b/src/gallium/drivers/radeonsi/si_hw_context.c
>> index e6018f3..5ab20d8 100644
>> --- a/src/gallium/drivers/radeonsi/si_hw_context.c
>> +++ b/src/gallium/drivers/radeonsi/si_hw_context.c
>> @@ -43,13 +43,13 @@ static unsigned si_ce_needed_cs_space(void)
>>         unsigned space = 0;
>>
>>         space += si_descriptor_list_cs_space(SI_NUM_CONST_BUFFERS, 4);
>> -       space += si_descriptor_list_cs_space(SI_NUM_RW_BUFFERS, 4);
>>         space += si_descriptor_list_cs_space(SI_NUM_SHADER_BUFFERS, 4);
>>         space += si_descriptor_list_cs_space(SI_NUM_SAMPLERS, 16);
>>         space += si_descriptor_list_cs_space(SI_NUM_IMAGES, 8);
>> -
>
> Is this whitespace change intended? Either way,

Yes, it is. :)

Marek


More information about the mesa-dev mailing list