projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae29fd1
)
vk: Reindent struct anv_format
author
Chad Versace
<chad.versace@intel.com>
Fri, 26 Jun 2015 00:58:17 +0000
(17:58 -0700)
committer
Chad Versace
<chad.versace@intel.com>
Fri, 26 Jun 2015 03:10:16 +0000
(20:10 -0700)
src/vulkan/private.h
patch
|
blob
|
history
diff --git
a/src/vulkan/private.h
b/src/vulkan/private.h
index 3cd8f3eab60cadf49dd80ac29355fed754c507b7..620c5e468ccfb96dcc96393b54ebafb29be21974 100644
(file)
--- a/
src/vulkan/private.h
+++ b/
src/vulkan/private.h
@@
-772,11
+772,11
@@
int anv_compiler_run(struct anv_compiler *compiler, struct anv_pipeline *pipelin
void anv_compiler_free(struct anv_pipeline *pipeline);
struct anv_format {
- const char *
name;
- uint16_t
format;
- uint8_t
cpp;
- uint8_t
channels;
- bool
has_stencil;
+ const char *name;
+ uint16_t format;
+ uint8_t cpp;
+ uint8_t channels;
+ bool has_stencil;
};
const struct anv_format *