projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ae06a
)
radv: reorder cmd_state to remove a hole.
author
Dave Airlie
<airlied@redhat.com>
Sun, 5 Nov 2017 23:40:05 +0000
(23:40 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 6 Nov 2017 01:10:53 +0000
(
01:10
+0000)
This just removes a hole in the cmd_state and packs some bools
together.
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/vulkan/radv_private.h
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/radv_private.h
b/src/amd/vulkan/radv_private.h
index 51bdde2032364ecce144d98cb54d82c4a4e0c77b..15cd5eee7df43b72235c199181240d392e250f09 100644
(file)
--- a/
src/amd/vulkan/radv_private.h
+++ b/
src/amd/vulkan/radv_private.h
@@
-810,9
+810,9
@@
struct radv_attachment_state {
struct radv_cmd_state {
bool vb_dirty;
- radv_cmd_dirty_mask_t dirty;
bool push_descriptors_dirty;
bool predicating;
+ radv_cmd_dirty_mask_t dirty;
struct radv_pipeline * pipeline;
struct radv_pipeline * emitted_pipeline;