summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorRafael Antognolli <[email protected]>2017-07-14 11:02:57 -0700
committerKenneth Graunke <[email protected]>2017-07-18 15:45:26 -0700
commite490382326fece5bf93c05a468c5ff1737d7f083 (patch)
tree6b9147653bda5b16982b98363932602cf3964ee5 /src/mesa/drivers/dri/i965/Makefile.sources
parent02cc359372773800de817950aebdf9be2c7973d1 (diff)
i965: Convert CLIP_STATE to genxml.
Add the code into its own function and atom, since almost nothing is shared with GEN >= 6. v2: Split GEN <=5 and GEN >= 6 into separate functions (Ken). v3: Minor tidying by Ken. Signed-off-by: Rafael Antognolli <[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.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 fc46645c8ed..60a41f89ca3 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -6,7 +6,6 @@ i965_FILES = \
brw_bufmgr.h \
brw_clear.c \
brw_clip.c \
- brw_clip_state.c \
brw_compute.c \
brw_conditional_render.c \
brw_context.c \