Re: [Mesa-dev] [PATCH 05/17] mesa: fix 64-bit issues with system_values_read

2017-06-12 Thread Connor Abbott
On Mon, Jun 12, 2017 at 2:25 AM, Nicolai Hähnle wrote: > On 10.06.2017 01:47, Connor Abbott wrote: >> >> From: Connor Abbott >> >> We're about to bump the number of system values above 32. The >> system_values_read bitfield itself is 64 bits, but some users weren't >> taking that into account. Fi

Re: [Mesa-dev] [PATCH 05/17] mesa: fix 64-bit issues with system_values_read

2017-06-12 Thread Nicolai Hähnle
On 10.06.2017 01:47, Connor Abbott wrote: From: Connor Abbott We're about to bump the number of system values above 32. The system_values_read bitfield itself is 64 bits, but some users weren't taking that into account. Fix the ones I could find by grepping for "system_values_read". This preven

[Mesa-dev] [PATCH 05/17] mesa: fix 64-bit issues with system_values_read

2017-06-09 Thread Connor Abbott
From: Connor Abbott We're about to bump the number of system values above 32. The system_values_read bitfield itself is 64 bits, but some users weren't taking that into account. Fix the ones I could find by grepping for "system_values_read". This prevents regressions at least with radeonsi and ot