summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorRafael Antognolli <[email protected]>2017-06-06 09:23:31 -0700
committerRafael Antognolli <[email protected]>2017-06-16 15:01:16 -0700
commitc2b5a26dc25b9c62954a75465e25294c7fd3851a (patch)
tree33a6d0f170fb4a0842d3929fd527ca3950ea4df6 /src/mesa/drivers/dri/i965/Makefile.sources
parent3a767f8b06cf96e466469987e6dfae44342a96ce (diff)
i965: Convert SF_STATE to genxml.
This patch finishes the work done by Ken of converting SF_STATE to genxml, and merges it with gen6+ code for emitting that state. Signed-off-by: Rafael Antognolli <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources1
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 041cd079884..8bac8039ce2 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -45,7 +45,6 @@ i965_FILES = \
brw_reset.c \
brw_sampler_state.c \
brw_sf.c \
- brw_sf_state.c \
brw_state_batch.c \
brw_state.h \
brw_state_upload.c \