diff options
author | Topi Pohjolainen <[email protected]> | 2014-04-22 22:11:27 +0300 |
---|---|---|
committer | Topi Pohjolainen <[email protected]> | 2014-05-12 17:48:45 +0300 |
commit | 3a43cd0c3e611085347f67976a619b915dff07b7 (patch) | |
tree | 72faa1f49d1758f554fba9d6db83ca687da0c50d /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 4a92ad553111729dc4b5b02e47477133e7219131 (diff) |
i965/blorp: Expose coordinate scissoring and mirroring
Cc: "10.2" <[email protected]>
Signed-off-by: Topi Pohjolainen <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r-- | src/mesa/drivers/dri/i965/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 87c73baeca0..9379fd26122 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -76,6 +76,7 @@ i965_FILES = \ brw_lower_texture_gradients.cpp \ brw_lower_unnormalized_offset.cpp \ brw_meta_updownsample.c \ + brw_meta_util.c \ brw_misc_state.c \ brw_object_purgeable.c \ brw_performance_monitor.c \ |