diff options
author | Jerome Glisse <[email protected]> | 2010-11-17 17:20:59 -0500 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-11-17 17:22:08 -0500 |
commit | 7ffd4e976fd11b8c083c2927effd25a2f79ac841 (patch) | |
tree | 511eeef1e6d4f048236bb3d242caf559e24a01e9 /src/gallium/drivers/r600/r600_pipe.c | |
parent | 9935fe705df44bb633039ca74332cc0c126ccc30 (diff) |
r600g: code cleanup (indent, trailing space, empty line ...)
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 2a113f0ea8d..d7bd4db48ea 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -186,7 +186,7 @@ static struct pipe_context *r600_create_context(struct pipe_screen *screen, void FREE(rctx); return NULL; } - + rctx->vs_resource = CALLOC(R600_RESOURCE_ARRAY_SIZE, sizeof(struct r600_pipe_state)); if (!rctx->vs_resource) { FREE(rctx); @@ -406,7 +406,7 @@ static boolean r600_is_format_supported(struct pipe_screen* screen, PIPE_BIND_DISPLAY_TARGET | PIPE_BIND_SCANOUT | PIPE_BIND_SHARED)) && - r600_is_colorbuffer_format_supported(format)) { + r600_is_colorbuffer_format_supported(format)) { retval |= usage & (PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET | |