i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 14 Sep 2013 03:01:08 +0000 (20:01 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 17 Sep 2013 20:17:07 +0000 (13:17 -0700)
commitb8244b00569828f62137693f251297bc83dee67c
treedefd7819b84fd653d5cbbd53e7771616fd071c2e
parenta1b6e69e454270028fc7fe874bee3799b1721777
i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state.

Specifying a miptree layout makes no sense for constant buffers.

This has no functional change since BRW_SURFACE_MIPMAPLAYOUT_BELOW is
just a #define for 0.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/mesa/drivers/dri/i965/brw_wm_surface_state.c