diff options
author | Jason Ekstrand <[email protected]> | 2016-08-09 19:30:13 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-08-19 03:11:29 -0700 |
commit | 93d2b5c57632f5cc57e71511bc6e33f8474e40fd (patch) | |
tree | 207899cd5723d9d47ee992c27c01ec341878a6eb /src/mesa/drivers/dri/i965/Makefile.sources | |
parent | 16a9fcbbb688537ac2e8f952e683d63eb7c688e8 (diff) |
i965/blorp: Remove no longer used state setup helpers
Now that we're using genxml for everything, we no longer need the
hand-rolled state emit helpers.
Signed-off-by: Jason Ekstrand <[email protected]>
Reviewed-by: Topi Pohjolainen <[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, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources index 51c3205e5d2..5ea7b968fd8 100644 --- a/src/mesa/drivers/dri/i965/Makefile.sources +++ b/src/mesa/drivers/dri/i965/Makefile.sources @@ -103,7 +103,6 @@ i965_FILES = \ brw_binding_tables.c \ brw_blorp.c \ brw_blorp.h \ - brw_blorp_emit.c \ brw_cc.c \ brw_clear.c \ brw_clip.c \ |