diff options
author | Marek Olšák <[email protected]> | 2014-08-11 13:32:40 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-08-14 20:45:03 +0200 |
commit | 79f28cdb983b7faf9d3008fae541a30e34ccce5a (patch) | |
tree | 1fc0bc698647b6398660bdc20b2066bc23808d4f /src/gallium/drivers/r600/r600_pipe.h | |
parent | da9c3ed304be5d08ff989d61c6e2d1be8a845767 (diff) |
r600g: implement invalidation of texture buffer objects
This fixes piglit spec/ARB_texture_buffer_object/data-sync.
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h index 6422e3ee70e..d04fef80df1 100644 --- a/src/gallium/drivers/r600/r600_pipe.h +++ b/src/gallium/drivers/r600/r600_pipe.h @@ -222,6 +222,7 @@ struct r600_screen { struct r600_pipe_sampler_view { struct pipe_sampler_view base; + struct list_head list; struct r600_resource *tex_resource; uint32_t tex_resource_words[8]; bool skip_mip_address_reloc; |