diff options
author | Chad Versace <[email protected]> | 2017-05-23 16:37:32 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2017-05-30 12:01:37 -0700 |
commit | da042d951c9d503e25d43a27c2d707fa134a512c (patch) | |
tree | 6b90dc9d5d90a62c1614b651fd201477a9a10dab /src/mesa | |
parent | b86e079ab7854a97a3bb2ce2714ca1550a6ad130 (diff) |
i965: Add whitespace in intel_update_image_buffers()
Improve readability. Add an empty line between two large 'if' blocks.
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.c b/src/mesa/drivers/dri/i965/brw_context.c index 825912b7b57..3e3fe2d0eda 100644 --- a/src/mesa/drivers/dri/i965/brw_context.c +++ b/src/mesa/drivers/dri/i965/brw_context.c @@ -1779,6 +1779,7 @@ intel_update_image_buffers(struct brw_context *brw, __DRIdrawable *drawable) images.front, __DRI_IMAGE_BUFFER_FRONT); } + if (images.image_mask & __DRI_IMAGE_BUFFER_BACK) { drawable->w = images.back->width; drawable->h = images.back->height; |