summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorAndreas Hartmetz <[email protected]>2014-01-07 01:55:08 +0100
committerMarek Olšák <[email protected]>2014-01-14 00:07:13 +0100
commita88f46bc9b9a940e3126c011b43aabde754f0486 (patch)
tree43625de0fe1b19c4670bd6752655eee6cce3f54e /src/gallium/drivers/radeonsi/si_state.h
parent3e81883a4267807d654db8f739a32604d519816c (diff)
radeonsi: Rename r600->si for structs in si_resource.h.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index aef0f559cc4..0a211112e02 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -202,7 +202,7 @@ void si_copy_buffer(struct si_context *rctx,
/* si_state.c */
struct si_pipe_shader_selector;
-struct r600_surface;
+struct si_surface;
boolean si_is_format_supported(struct pipe_screen *screen,
enum pipe_format format,