diff options
author | Jerome Glisse <[email protected]> | 2010-12-03 12:56:51 -0500 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-12-03 12:56:51 -0500 |
commit | 119f00659c03c48cfab0f2770dd6b6fb89af31e4 (patch) | |
tree | c03fcbb3cab68e99922165b6531fac2a5064ac1b /src/gallium/drivers/r600/r600_pipe.c | |
parent | 0b841b0349d7aca218eac4e9d9b7b1406ad71944 (diff) |
r600g: indentation fix
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r-- | src/gallium/drivers/r600/r600_pipe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 4592cbc7026..fa0b635636b 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -420,9 +420,9 @@ static boolean r600_is_format_supported(struct pipe_screen* screen, } if ((usage & (PIPE_BIND_RENDER_TARGET | - PIPE_BIND_DISPLAY_TARGET | - PIPE_BIND_SCANOUT | - PIPE_BIND_SHARED)) && + PIPE_BIND_DISPLAY_TARGET | + PIPE_BIND_SCANOUT | + PIPE_BIND_SHARED)) && r600_is_colorbuffer_format_supported(format)) { retval |= usage & (PIPE_BIND_RENDER_TARGET | |