aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-05-18 11:49:22 -0700
committerEric Anholt <[email protected]>2012-05-23 10:18:26 -0700
commit11892ea986b5fdad345ce7c09f97e0389e546509 (patch)
treee5fe1782ae7ff18bf6be4bea97963bb3be98be68 /src/mesa/drivers/dri/i965/Makefile.sources
parentc91b4edff978ee19afb4fe38ad69efc52db90691 (diff)
intel: Fork the intel_clear.c file between i915 and i965.
This logic is wasted on i965 when we want to just always do GLSL tri clears. Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/Makefile.sources')
-rw-r--r--src/mesa/drivers/dri/i965/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/Makefile.sources b/src/mesa/drivers/dri/i965/Makefile.sources
index 3847f9187d2..2f70ee2d824 100644
--- a/src/mesa/drivers/dri/i965/Makefile.sources
+++ b/src/mesa/drivers/dri/i965/Makefile.sources
@@ -7,7 +7,6 @@ i965_C_FILES = \
intel_blit.c \
intel_buffer_objects.c \
intel_buffers.c \
- intel_clear.c \
intel_context.c \
intel_extensions.c \
intel_extensions_es.c \
@@ -32,6 +31,7 @@ i965_C_FILES = \
intel_tex_subimage.c \
intel_tex_validate.c \
brw_cc.c \
+ brw_clear.c \
brw_clip.c \
brw_clip_line.c \
brw_clip_point.c \