mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
i965: Add whitespace in intel_update_image_buffers()
Improve readability. Add an empty line between two large 'if' blocks. Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
parent
b86e079ab7
commit
da042d951c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue