Re: [Mesa-dev] [PATCH 2/2] i965: Rename dp_render_target struct to gen6_dp.

2011-05-13 Thread Eric Anholt
On Fri, 13 May 2011 08:58:14 -0700, Kenneth Graunke wrote: > This is actually just the message descriptor for Gen6+ dataport access; > it has nothing to do with the render cache. Access to the sampler cache > and constant cache also would use this struct; rename for clarity. > > Signed-off-by:

[Mesa-dev] [PATCH 2/2] i965: Rename dp_render_target struct to gen6_dp.

2011-05-13 Thread Kenneth Graunke
This is actually just the message descriptor for Gen6+ dataport access; it has nothing to do with the render cache. Access to the sampler cache and constant cache also would use this struct; rename for clarity. Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_disasm.c | 24 ++