i965: Add basic driver hooks and plumbing for AMD_performance_monitor.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 31 Oct 2013 22:42:09 +0000 (15:42 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 21 Nov 2013 23:01:13 +0000 (15:01 -0800)
commit379a246fc190c1bc1664a4ecf24aabca13314c7f
treecb061fd0a143b113d294175de8c7b7e23b926404
parentb64eb100b0c74d1d601f646bb2fe6175fa722450
i965: Add basic driver hooks and plumbing for AMD_performance_monitor.

These stub functions will be filled out in later patches.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_performance_monitor.c [new file with mode: 0644]