projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04a9ca2
)
anv: remove unnecessary function prototype.
author
Iago Toral Quiroga
<itoral@igalia.com>
Thu, 9 Mar 2017 08:07:39 +0000
(09:07 +0100)
committer
Iago Toral Quiroga
<itoral@igalia.com>
Thu, 16 Mar 2017 10:40:05 +0000
(11:40 +0100)
The function is defined right after the prototype declaration. Also, the
protoype for it is included in anv_genX.h which is included via anv_private.h.
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/intel/vulkan/genX_blorp_exec.c
patch
|
blob
|
history
diff --git
a/src/intel/vulkan/genX_blorp_exec.c
b/src/intel/vulkan/genX_blorp_exec.c
index c1499fbb727bee02c835f7776cb625737255dbb6..70847356a34d0d25ba603fab8ebc9bbf1faf79a8 100644
(file)
--- a/
src/intel/vulkan/genX_blorp_exec.c
+++ b/
src/intel/vulkan/genX_blorp_exec.c
@@
-143,9
+143,6
@@
blorp_emit_urb_config(struct blorp_batch *batch, unsigned vs_entry_size)
entry_size);
}
-void genX(blorp_exec)(struct blorp_batch *batch,
- const struct blorp_params *params);
-
void
genX(blorp_exec)(struct blorp_batch *batch,
const struct blorp_params *params)