summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-12-12 17:24:10 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2007-12-12 20:09:03 +0000
commit5978289df1ea406c684b7193e5f4694eac6c00fb (patch)
tree233cb2e70bafa7ab6b0d8eb4ef0ebd9fc75272ff /src/mesa
parent20e6a9b86d715c38f64828d6a306c048571499a6 (diff)
965: delete dead files
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/pipe/i965simple/Makefile1
-rw-r--r--src/mesa/pipe/i965simple/brw_regions.c39
-rw-r--r--src/mesa/pipe/i965simple/brw_regions.h5
3 files changed, 0 insertions, 45 deletions
diff --git a/src/mesa/pipe/i965simple/Makefile b/src/mesa/pipe/i965simple/Makefile
index 2b7fae0a7a..526e020726 100644
--- a/src/mesa/pipe/i965simple/Makefile
+++ b/src/mesa/pipe/i965simple/Makefile
@@ -28,7 +28,6 @@ DRIVER_SOURCES = \
brw_gs_emit.c \
brw_gs_state.c \
brw_misc_state.c \
- brw_regions.c \
brw_sf.c \
brw_sf_emit.c \
brw_sf_state.c \
diff --git a/src/mesa/pipe/i965simple/brw_regions.c b/src/mesa/pipe/i965simple/brw_regions.c
deleted file mode 100644
index 32ad988279..0000000000
--- a/src/mesa/pipe/i965simple/brw_regions.c
+++ /dev/null
@@ -1,39 +0,0 @@
-/**************************************************************************
- *
- * Copyright 2007 Tungsten Graphics, Inc., Cedar Park, Texas.
- * 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, sub license, 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 (including the
- * next paragraph) 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 NON-INFRINGEMENT.
- * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS 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.
- *
- **************************************************************************/
-
-/* Provide additional functionality on top of bufmgr buffers:
- * - 2d semantics and blit operations (XXX: remove/simplify blits??)
- * - refcounting of buffers for multiple images in a buffer.
- * - refcounting of buffer mappings.
- */
-
-#include "pipe/p_defines.h"
-#include "pipe/p_winsys.h"
-#include "brw_context.h"
-#include "brw_blit.h"
-
-
diff --git a/src/mesa/pipe/i965simple/brw_regions.h b/src/mesa/pipe/i965simple/brw_regions.h
deleted file mode 100644
index 1eebd1d5ee..0000000000
--- a/src/mesa/pipe/i965simple/brw_regions.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#ifndef BRW_REGIONS_H
-#define BRW_REGIONS_H
-
-
-#endif