mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
i965: remove trailing spaces in various files
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
1af0d9d939
commit
2bba2152e4
11 changed files with 29 additions and 34 deletions
|
|
@ -533,6 +533,3 @@ void brw_emit_unfilled_clip( struct brw_clip_compile *c )
|
||||||
emit_unfilled_primitives(c);
|
emit_unfilled_primitives(c);
|
||||||
brw_clip_kill_thread(c);
|
brw_clip_kill_thread(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -245,7 +245,6 @@ static void do_flatshade_line( struct brw_sf_compile *c )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* Triangle setup.
|
* Triangle setup.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -529,7 +529,6 @@ intel_create_image(__DRIscreen *screen,
|
||||||
if (image == NULL)
|
if (image == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
|
||||||
cpp = _mesa_get_format_bytes(image->format);
|
cpp = _mesa_get_format_bytes(image->format);
|
||||||
image->bo = drm_intel_bo_alloc_tiled(intelScreen->bufmgr, "image",
|
image->bo = drm_intel_bo_alloc_tiled(intelScreen->bufmgr, "image",
|
||||||
width, height, cpp, &tiling,
|
width, height, cpp, &tiling,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue