diff options
author | Chia-I Wu <[email protected]> | 2013-06-20 11:36:36 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-06-20 11:36:54 +0800 |
commit | 8b2cba8f97cf7df428fc91098ebacfac749a31b0 (patch) | |
tree | d020f9f2955c35eaee538d292f0b62f1047800be /src/gallium/drivers/ilo/ilo_shader.h | |
parent | ffebefa11424411d7e54a3a1223fe87a2de6e596 (diff) |
ilo: rename cache_seqno to uploaded
It has been used as a bool since shader cache rework.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_shader.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/ilo/ilo_shader.h b/src/gallium/drivers/ilo/ilo_shader.h index a19f85e4b35..9318785adbd 100644 --- a/src/gallium/drivers/ilo/ilo_shader.h +++ b/src/gallium/drivers/ilo/ilo_shader.h @@ -120,7 +120,7 @@ struct ilo_shader { struct list_head list; /* managed by shader cache */ - uint32_t cache_seqno; + bool uploaded; uint32_t cache_offset; }; |