summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/depthstencil.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-12-10 11:44:43 -0700
committerBrian Paul <[email protected]>2011-12-13 06:45:37 -0700
commit8ba9c22cdb9fb16725a7d02dc200fcd8386f315f (patch)
tree4df5da15362dce49598a4aacc790f733295fa6ac /src/mesa/main/depthstencil.h
parent6e1228976b6ff91492b2fc338282e21404870d26 (diff)
mesa: remove unused depthstencil.[ch] files
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/main/depthstencil.h')
-rw-r--r--src/mesa/main/depthstencil.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/src/mesa/main/depthstencil.h b/src/mesa/main/depthstencil.h
deleted file mode 100644
index 1cfdd50ae80..00000000000
--- a/src/mesa/main/depthstencil.h
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Mesa 3-D graphics library
- * Version: 6.5
- *
- * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included
- * in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
- * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
- * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
-
-
-#ifndef DEPTHSTENCIL_H
-#define DEPTHSTENCIL_H
-
-struct gl_context;
-struct gl_framebuffer;
-
-void
-_mesa_update_depth_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
-
-void
-_mesa_update_stencil_buffer(struct gl_context *ctx, struct gl_framebuffer *fb);
-
-
-#endif /* DEPTHSTENCIL_H */