diff options
author | Chad Versace <[email protected]> | 2017-05-30 15:39:26 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2017-06-22 12:43:53 -0700 |
commit | c09b2aefae95db6ebf3f7b10c6d69286eddb2dd4 (patch) | |
tree | 2e22fc8134cd0493beab0217a58c14955e26e7b0 /Makefile.am | |
parent | ffbf50b1c67b90c6f45e9128e4ff6ef9c4ac5c29 (diff) |
i965: Rename some vague format members of brw_context
I'm swimming in a vortex of formats. Mesa formats, isl formats, DRI
formats, GL formats, etc.
It's easy to misinterpret the following brw_context members unless
you've recently read their definition. In upcoming patches, I change
them from embedded arrays to simple pointers; after that, even their
definition doesn't help, because the MESA_FORMAT_COUNT hint will no
longer be present.
Rename them to prevent further confusion. While we're renaming, choose
shorter names too.
-format_supported_as_render_target
+mesa_format_supports_render
-render_target_format
+mesa_to_isl_render_format
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions