i965: Update a comment: s/brw_state_cache/brw_program_cache/g

Tim renamed this recently - stop referring to it by the old name.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Kenneth Graunke 2016-11-11 13:18:51 -08:00
parent 3ff9f8c532
commit 74d5d393df
1 changed files with 2 additions and 2 deletions

View File

@ -252,8 +252,8 @@ enum brw_state_id {
#define BRW_NEW_FS_PROG_DATA (1ull << BRW_CACHE_FS_PROG)
/* XXX: The BRW_NEW_BLORP_BLIT_PROG_DATA dirty bit is unused (as BLORP doesn't
* use the normal state upload paths), but the cache is still used. To avoid
* polluting the brw_state_cache code with special cases, we retain the dirty
* bit for now. It should eventually be removed.
* polluting the brw_program_cache code with special cases, we retain the
* dirty bit for now. It should eventually be removed.
*/
#define BRW_NEW_BLORP_BLIT_PROG_DATA (1ull << BRW_CACHE_BLORP_PROG)
#define BRW_NEW_SF_PROG_DATA (1ull << BRW_CACHE_SF_PROG)