diff options
author | Marek Olšák <[email protected]> | 2013-09-22 13:06:27 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-09-29 15:18:10 +0200 |
commit | e64633e8c3a5498998a45ab721bf80edca101cf5 (patch) | |
tree | 525282c2cfb50d874c3cdcd5ee55e1587951c90c /src/gallium/drivers/radeonsi/r600_resource.h | |
parent | 4069d39465be2a54b52c5de77393603d9a6b3e5a (diff) |
r600g,radeonsi: share r600_texture.c
The function r600_choose_tiling is new and needs a review.
The only change in functionality is that it enables 2D tiling for compressed
textures on SI. It was probably accidentally turned off.
v2: don't make scanout buffers linear
Diffstat (limited to 'src/gallium/drivers/radeonsi/r600_resource.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/r600_resource.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gallium/drivers/radeonsi/r600_resource.h b/src/gallium/drivers/radeonsi/r600_resource.h index 116287ccc33..be9ab33d90b 100644 --- a/src/gallium/drivers/radeonsi/r600_resource.h +++ b/src/gallium/drivers/radeonsi/r600_resource.h @@ -31,18 +31,6 @@ struct r600_surface { void r600_init_screen_resource_functions(struct pipe_screen *screen); -/* r600_texture */ -struct pipe_resource *si_texture_create(struct pipe_screen *screen, - const struct pipe_resource *templ); -struct pipe_resource *si_texture_from_handle(struct pipe_screen *screen, - const struct pipe_resource *base, - struct winsys_handle *whandle); - -bool r600_init_flushed_depth_texture(struct pipe_context *ctx, - struct pipe_resource *texture, - struct r600_texture **staging); - - struct r600_context; void r600_upload_const_buffer(struct r600_context *rctx, struct r600_resource **rbuffer, |