Re: [Mesa-dev] [PATCH 6/8] i965: Convert brw state dirty bits to 64-bits

2014-08-27 Thread Jordan Justen
On Wed, Aug 27, 2014 at 5:41 PM, Kenneth Graunke wrote: > On Wednesday, August 27, 2014 05:10:36 PM Jordan Justen wrote: >> r-b with these changes? >> >> By the way, chrisf pointed out on irc that we should extend >> ctx->NewDriverState to 64-bit as well. I'll look into that, but I >> don't think

Re: [Mesa-dev] [PATCH 6/8] i965: Convert brw state dirty bits to 64-bits

2014-08-27 Thread Kenneth Graunke
On Wednesday, August 27, 2014 05:10:36 PM Jordan Justen wrote: > r-b with these changes? > > By the way, chrisf pointed out on irc that we should extend > ctx->NewDriverState to 64-bit as well. I'll look into that, but I > don't think it needs to block this change. Although, I'd be willing to > pu

Re: [Mesa-dev] [PATCH 6/8] i965: Convert brw state dirty bits to 64-bits

2014-08-27 Thread Jordan Justen
r-b with these changes? By the way, chrisf pointed out on irc that we should extend ctx->NewDriverState to 64-bit as well. I'll look into that, but I don't think it needs to block this change. Although, I'd be willing to pull that in here as well if anyone prefers it. -Jordan On Wed, Aug 27, 201

Re: [Mesa-dev] [PATCH 6/8] i965: Convert brw state dirty bits to 64-bits

2014-08-27 Thread Ian Romanick
On 08/27/2014 02:30 PM, Jordan Justen wrote: > We will have more that 32 bits when COMPUTE_PROGRAM is added. > > Signed-off-by: Jordan Justen > --- > src/mesa/drivers/dri/i965/brw_blorp.cpp | 2 +- > src/mesa/drivers/dri/i965/brw_context.h | 16 +++- > src/mesa/drivers/dri