projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14ded5e
)
mesa: Remove dead CAPI define.
author
Matt Turner
<mattst88@gmail.com>
Sat, 21 Feb 2015 04:08:51 +0000
(20:08 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Mon, 23 Feb 2015 18:41:22 +0000
(10:41 -0800)
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/compiler.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/compiler.h
b/src/mesa/main/compiler.h
index cdc843db2ba62fa7cccf5b41ec8ff2d5a4bcf3e7..6653bb254f23b98fdbc99a0e24ae406806e2956c 100644
(file)
--- a/
src/mesa/main/compiler.h
+++ b/
src/mesa/main/compiler.h
@@
-174,11
+174,6
@@
static inline GLuint CPU_TO_LE32(GLuint x)
-#if !defined(CAPI) && defined(_WIN32)
-#define CAPI _cdecl
-#endif
-
-
/**
* Create a macro so that asm functions can be linked into compilers other
* than GNU C