diff options
author | Brian Paul <[email protected]> | 2009-01-22 15:34:16 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-01-22 15:34:16 -0700 |
commit | f8a7e497acf17cfdefe401815c7063aaf39d4200 (patch) | |
tree | ab1cba7721511d694bd108a15fb4be1c090e39d3 /src/mesa/drivers/dri/i915/Makefile | |
parent | b27057b381fd8e478f4a31cf790f30a4bf1538cf (diff) |
intel: remove/disable the "paired depth/stencil" code
We only allow combined depth+stencil renderbuffers so the complicated code
for splitting and combining separate depth and stencil buffers is no longer
needed.
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/i915/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile index 5858e0ee9fd..5652f9e4bd0 100644 --- a/src/mesa/drivers/dri/i915/Makefile +++ b/src/mesa/drivers/dri/i915/Makefile @@ -50,8 +50,7 @@ DRIVER_SOURCES = \ intel_span.c \ intel_state.c \ intel_tris.c \ - intel_fbo.c \ - intel_depthstencil.c + intel_fbo.c C_SOURCES = \ $(COMMON_SOURCES) \ |