summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-10-02 16:05:51 +0200
committerMarek Olšák <[email protected]>2016-10-04 16:12:01 +0200
commit7ce19d90143875367f23240192d438065dc297fa (patch)
treebe13b231f467a5acfa7108ba0115e568305a94d3 /src/gallium/drivers/radeonsi/si_pipe.h
parent7e6428e0a89815f67ce04c6db5e5fb1368c51ea0 (diff)
radeonsi: don't set sampler buffer offsets in create_sampler_view
do it at bind time, so that pipe_sampler_view is immutable with regard to buffer reallocations and we don't have to remember all existing buffer views. Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 3d9ea9721f5..55e4ca7e294 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -125,7 +125,6 @@ struct si_blend_color {
struct si_sampler_view {
struct pipe_sampler_view base;
- struct list_head list;
/* [0..7] = image descriptor
* [4..7] = buffer descriptor */
uint32_t state[8];