projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3308f4b
)
mesa: remove second include of errors.h in src/mesa/main/glspirv.c
author
Kai Wasserbäch
<kai@dev.carbon-project.org>
Tue, 12 Dec 2017 15:20:06 +0000
(16:20 +0100)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 13 Dec 2017 07:42:53 +0000
(23:42 -0800)
Fixes: 5bc03d2508 ("mesa: implement SPIR-V loading in glShaderBinary")
Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/glspirv.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/glspirv.c
b/src/mesa/main/glspirv.c
index 7eb8f906c2d84b062ffdc18a635334bd7391f1a6..81303057d05b306f80a952d7c32cd19890d790b3 100644
(file)
--- a/
src/mesa/main/glspirv.c
+++ b/
src/mesa/main/glspirv.c
@@
-22,11
+22,7
@@
*/
#include "glspirv.h"
-
-#include "errors.h"
-
#include "errors.h"
-
#include "util/u_atomic.h"
void