diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
commit | 1c5c7896c1d54abd25c0f33ca996165b359eecb3 (patch) | |
tree | bc5a10bbe89ecd4008a5bed7a029babc992f66b5 /lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h | |
parent | c55dff45ea3a2c70e45601240b248017acc48198 (diff) |
Import Mesa 22.3.4
Diffstat (limited to 'lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h')
-rw-r--r-- | lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h b/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h index 68f513028..432515db0 100644 --- a/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h +++ b/lib/mesa/src/gallium/drivers/llvmpipe/lp_flush.h @@ -1,8 +1,8 @@ /************************************************************************** - * + * * Copyright 2007 VMware, Inc. * All Rights Reserved. - * + * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including @@ -10,11 +10,11 @@ * distribute, sub license, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: - * + * * The above copyright notice and this permission notice (including the * next paragraph) shall be included in all copies or substantial portions * of the Software. - * + * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. @@ -22,7 +22,7 @@ * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - * + * **************************************************************************/ #ifndef LP_FLUSH_H @@ -40,8 +40,8 @@ llvmpipe_flush(struct pipe_context *pipe, const char *reason); void -llvmpipe_finish( struct pipe_context *pipe, - const char *reason ); +llvmpipe_finish(struct pipe_context *pipe, + const char *reason); boolean llvmpipe_flush_resource(struct pipe_context *pipe, |