i965: Move program cache printing to brw_program_cache.c.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 11 Nov 2016 22:47:53 +0000 (14:47 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 18 Jan 2017 05:47:36 +0000 (21:47 -0800)
commitce892392948e18241a872878873dbdd46e546fb2
treeec134b285ca4e9fdf0cd76de0c39d0586688f74a
parentf9edc550b2bb76f77e33b6cb122a91f266bc5958
i965: Move program cache printing to brw_program_cache.c.

It makes sense to put a function which prints out the entire contents
of the program cache in the file that implements the program cache.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
src/mesa/drivers/dri/i965/brw_program_cache.c
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_state_dump.c