mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
svga: minor formatting fix, comment addition
To sync with our internal tree. Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
b45b47c5c9
commit
299f8ca0a7
1 changed files with 4 additions and 1 deletions
|
|
@ -72,11 +72,14 @@ struct svga_query {
|
|||
|
||||
/** cast wrapper */
|
||||
static inline struct svga_query *
|
||||
svga_query( struct pipe_query *q )
|
||||
svga_query(struct pipe_query *q)
|
||||
{
|
||||
return (struct svga_query *)q;
|
||||
}
|
||||
|
||||
/**
|
||||
* VGPU9
|
||||
*/
|
||||
|
||||
static boolean
|
||||
svga_get_query_result(struct pipe_context *pipe,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue