summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-04-22 16:04:25 -0700
committerEric Anholt <[email protected]>2013-04-29 11:41:34 -0700
commit6ae473221a53d8bcb584021483c5328797c6b67c (patch)
tree531ee14762cadaa3769694e8a05567a8b5581776 /src/mesa/drivers/dri/i915
parent40b207b62f7f3f4dce3eb2d8dd3fb01b88a56ad3 (diff)
intel: Fold the one last function intel_tex_format.c into the caller.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i915')
-rw-r--r--src/mesa/drivers/dri/i915/Makefile.sources1
l---------src/mesa/drivers/dri/i915/intel_tex_format.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile.sources b/src/mesa/drivers/dri/i915/Makefile.sources
index 183a1dae1ed..b14e52c5da8 100644
--- a/src/mesa/drivers/dri/i915/Makefile.sources
+++ b/src/mesa/drivers/dri/i915/Makefile.sources
@@ -21,7 +21,6 @@ i915_FILES = \
intel_tex_subimage.c \
intel_tex_copy.c \
intel_tex_validate.c \
- intel_tex_format.c \
intel_tex.c \
intel_pixel.c \
intel_pixel_bitmap.c \
diff --git a/src/mesa/drivers/dri/i915/intel_tex_format.c b/src/mesa/drivers/dri/i915/intel_tex_format.c
deleted file mode 120000
index 3415f754705..00000000000
--- a/src/mesa/drivers/dri/i915/intel_tex_format.c
+++ /dev/null
@@ -1 +0,0 @@
-../intel/intel_tex_format.c \ No newline at end of file