[Mesa-dev] [PATCH] i965: Fix brw_store_register_mem64 to stay within a single batch.

2013-10-30 Thread Kenneth Graunke
Previously, the write of each 32-bit half might land in separate batch buffers, which is insane. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- src/mesa/drivers/dri/i965/gen6_queryobj.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git

Re: [Mesa-dev] [PATCH] i965: Fix brw_store_register_mem64 to stay within a single batch.

2013-10-30 Thread Chris Forbes
That is indeed insane :) Reviewed-by: Chris Forbes chr...@ijw.co.nz On Thu, Oct 31, 2013 at 12:17 PM, Kenneth Graunke kenn...@whitecape.org wrote: Previously, the write of each 32-bit half might land in separate batch buffers, which is insane. Signed-off-by: Kenneth Graunke