Re: [Mesa-dev] [PATCH 2/2] gallivm/soa: implement indirect addressing in immediates

2013-05-08 Thread Jose Fonseca
Series looks good to me. Jose - Original Message - > The support is analogous to the way we handle indirect addressing > in temporaries, except that we don't have to worry about storing > (after declarations) and thus we'll able to keep using the old > code when indirect addressing isn't

Re: [Mesa-dev] [PATCH 2/2] gallivm/soa: implement indirect addressing in immediates

2013-05-08 Thread Roland Scheidegger
Am 08.05.2013 05:16, schrieb Zack Rusin: > The support is analogous to the way we handle indirect addressing > in temporaries, except that we don't have to worry about storing > (after declarations) and thus we'll able to keep using the old > code when indirect addressing isn't used. In other words

[Mesa-dev] [PATCH 2/2] gallivm/soa: implement indirect addressing in immediates

2013-05-08 Thread Zack Rusin
The support is analogous to the way we handle indirect addressing in temporaries, except that we don't have to worry about storing (after declarations) and thus we'll able to keep using the old code when indirect addressing isn't used. In other words we're still using constants directly, unless the