Re: [Mesa-dev] [PATCH 02/19] i965: Introduce a new brw_inst API.

2014-06-14 Thread Kenneth Graunke
On Friday, June 13, 2014 11:14:03 PM Matt Turner wrote: > From: Kenneth Graunke > > This is similar to gen8_instruction, and will replace it > > For now nothing uses this, but we can incrementally convert. > The new API takes the existing brw_instruction pointers to ease > conversion; when done,

[Mesa-dev] [PATCH 02/19] i965: Introduce a new brw_inst API.

2014-06-13 Thread Matt Turner
From: Kenneth Graunke This is similar to gen8_instruction, and will replace it For now nothing uses this, but we can incrementally convert. The new API takes the existing brw_instruction pointers to ease conversion; when done, we can simply drop the old structure and rename struct brw_instructio