mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
st/mesa: remove trailing whitespace in st_format.c
This commit is contained in:
parent
befaab8fa1
commit
3ea6fdfdf1
1 changed files with 2 additions and 2 deletions
|
|
@ -1108,7 +1108,7 @@ static struct format_mapping format_map[] = {
|
|||
* Return first supported format from the given list.
|
||||
*/
|
||||
static enum pipe_format
|
||||
find_supported_format(struct pipe_screen *screen,
|
||||
find_supported_format(struct pipe_screen *screen,
|
||||
const enum pipe_format formats[],
|
||||
enum pipe_texture_target target,
|
||||
unsigned sample_count,
|
||||
|
|
@ -1207,7 +1207,7 @@ st_ChooseTextureFormat_renderable(struct gl_context *ctx, GLint internalFormat,
|
|||
if (_mesa_is_depth_format(internalFormat) ||
|
||||
_mesa_is_depth_or_stencil_format(internalFormat))
|
||||
bindings |= PIPE_BIND_DEPTH_STENCIL;
|
||||
else
|
||||
else
|
||||
bindings |= PIPE_BIND_RENDER_TARGET;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue