summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_resource_texture.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-01-07 14:16:27 -0700
committerBrian Paul <brianp@vmware.com>2012-01-07 14:16:27 -0700
commit59d2c4f8e5a00133c093137b2f4836313f633d60 (patch)
treec14028150a6cd8b76a755be45c983fa1277df0c1 /src/gallium/drivers/svga/svga_resource_texture.c
parent78028dc2bdf3a10182467356a70f8fb1cbcc7e39 (diff)
downloadexternal_mesa3d-59d2c4f8e5a00133c093137b2f4836313f633d60.zip
external_mesa3d-59d2c4f8e5a00133c093137b2f4836313f633d60.tar.gz
external_mesa3d-59d2c4f8e5a00133c093137b2f4836313f633d60.tar.bz2
svga: fix assorted whitespace issues, add copyright comment
Diffstat (limited to 'src/gallium/drivers/svga/svga_resource_texture.c')
-rw-r--r--src/gallium/drivers/svga/svga_resource_texture.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gallium/drivers/svga/svga_resource_texture.c b/src/gallium/drivers/svga/svga_resource_texture.c
index 4eb1068..d374842 100644
--- a/src/gallium/drivers/svga/svga_resource_texture.c
+++ b/src/gallium/drivers/svga/svga_resource_texture.c
@@ -196,9 +196,6 @@ svga_transfer_dma(struct svga_context *svga,
}
-
-
-
static boolean
svga_texture_get_handle(struct pipe_screen *screen,
struct pipe_resource *texture,
@@ -236,11 +233,6 @@ svga_texture_destroy(struct pipe_screen *screen,
}
-
-
-
-
-
/* XXX: Still implementing this as if it was a screen function, but
* can now modify it to queue transfers on the context.
*/
@@ -396,9 +388,6 @@ svga_texture_transfer_destroy(struct pipe_context *pipe,
}
-
-
-
struct u_resource_vtbl svga_texture_vtbl =
{
svga_texture_get_handle, /* get_handle */
@@ -412,8 +401,6 @@ struct u_resource_vtbl svga_texture_vtbl =
};
-
-
struct pipe_resource *
svga_texture_create(struct pipe_screen *screen,
const struct pipe_resource *template)
@@ -504,8 +491,6 @@ error1:
}
-
-
struct pipe_resource *
svga_texture_from_handle(struct pipe_screen *screen,
const struct pipe_resource *template,
@@ -568,4 +553,3 @@ svga_texture_from_handle(struct pipe_screen *screen,
return &tex->b.b;
}
-