summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
diff options
context:
space:
mode:
authorkeithw <keithw@keithw-laptop.(none)>2007-08-10 16:03:38 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-10 16:04:17 +0100
commit03a9994280c14e18be4bae14f4a9b667f8444d67 (patch)
tree86248084cc716c5ba694b07df1849c8fe265be9c /src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
parent8fbd81b4ed59e371aa616b87296e4263d8992bff (diff)
move dri_bo() to a header file
Diffstat (limited to 'src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c')
-rw-r--r--src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c b/src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
index 22daac6ea4..7f47b93f09 100644
--- a/src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
+++ b/src/mesa/drivers/dri/intel_winsys/intel_winsys_pipe.c
@@ -51,21 +51,6 @@ struct intel_pipe_winsys {
-/* Turn the pipe opaque buffer pointer into a dri_bufmgr opaque
- * buffer pointer...
- */
-static inline struct _DriBufferObject *
-dri_bo( struct pipe_buffer_handle *bo )
-{
- return (struct _DriBufferObject *)bo;
-}
-
-static inline struct pipe_buffer_handle *
-pipe_bo( struct _DriBufferObject *bo )
-{
- return (struct pipe_buffer_handle *)bo;
-}
-
/* Turn a pipe winsys into an intel/pipe winsys:
*/
static inline struct intel_pipe_winsys *