projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b45b47c
)
svga: minor formatting fix, comment addition
author
Brian Paul
<brianp@vmware.com>
Mon, 21 Mar 2016 19:23:04 +0000
(13:23 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 21 Mar 2016 19:37:25 +0000
(13:37 -0600)
To sync with our internal tree.
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/drivers/svga/svga_pipe_query.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_pipe_query.c
b/src/gallium/drivers/svga/svga_pipe_query.c
index 4e4086021a6e44bf0b0845a73810cfe3ff107dbd..88f41eadc1d272c00e145920382398d21345cc04 100644
(file)
--- a/
src/gallium/drivers/svga/svga_pipe_query.c
+++ b/
src/gallium/drivers/svga/svga_pipe_query.c
@@
-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,