On Tue, Jun 28, 2016 at 7:51 AM, Rob Clark wrote:
> Already half of the world gets recompiled when you touch nir.h, and
> I'd rather not make that worse..
Exactly my thoughts.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freede
On Mon, Jun 27, 2016 at 10:08 PM, Matt Turner wrote:
> On Mon, Jun 27, 2016 at 6:45 PM, Vinson Lee wrote:
>> Fix this build error with GCC 4.4.
>>
>> CC state_tracker/st_nir_lower_builtin.lo
>> In file included from state_tracker/st_nir_lower_builtin.c:61:
>> state_tracker/st_nir.h:34: erro
On Mon, Jun 27, 2016 at 6:45 PM, Vinson Lee wrote:
> Fix this build error with GCC 4.4.
>
> CC state_tracker/st_nir_lower_builtin.lo
> In file included from state_tracker/st_nir_lower_builtin.c:61:
> state_tracker/st_nir.h:34: error: redefinition of typedef ‘nir_shader’
> ../../src/compiler/
Fix this build error with GCC 4.4.
CC state_tracker/st_nir_lower_builtin.lo
In file included from state_tracker/st_nir_lower_builtin.c:61:
state_tracker/st_nir.h:34: error: redefinition of typedef ‘nir_shader’
../../src/compiler/nir/nir.h:1830: note: previous declaration of ‘nir_shader’
was