i965: Do not use NumBufferInterfaceBlocks
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 16 Oct 2015 09:31:46 +0000 (11:31 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 19 Oct 2015 06:20:40 +0000 (08:20 +0200)
commit55403665b6bff3778ba335e9fd7821fc9a11ad2b
tree61c2ca75d1b4b6bcf67a7c1e67ce882f3aee72aa
parent14c3db7bc59a6b10f5a13930c0274d4155cb8791
i965: Do not use NumBufferInterfaceBlocks

This is the only place in the driver where we use this. Since we now work
with separate index spaces, always use NumUniformBlocks and
NumShaderStorageBlocks instead of NumBufferInterfaceBlocks to be more
consistent with the rest of the code.

Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/drivers/dri/i965/brw_wm_surface_state.c