Re: [Mesa-dev] [PATCH 3/4] i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.

2013-09-17 Thread Kenneth Graunke
On 09/16/2013 05:16 PM, Paul Berry wrote: On 13 September 2013 23:10, Kenneth Graunke kenn...@whitecape.org mailto:kenn...@whitecape.org wrote: Specifying a miptree layout makes no sense for constant buffers. You might want to mention in the commit message that there's no functional

Re: [Mesa-dev] [PATCH 3/4] i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.

2013-09-16 Thread Paul Berry
On 13 September 2013 23:10, Kenneth Graunke kenn...@whitecape.org wrote: Specifying a miptree layout makes no sense for constant buffers. You might want to mention in the commit message that there's no functional change since BRW_SURFACE_MIPMAPLAYOUT_BELOW == 0. In any case, the patch is:

[Mesa-dev] [PATCH 3/4] i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.

2013-09-14 Thread Kenneth Graunke
Specifying a miptree layout makes no sense for constant buffers. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_wm_surface_state.c