Module: Mesa
Branch: master
Commit: 91b8d874daa82c6c74f01bbc602a56f44569e38a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=91b8d874daa82c6c74f01bbc602a56f44569e38a

Author: Matt Turner <[email protected]>
Date:   Sun Jul  9 14:12:52 2017 -0700

glsl: Add prototype for udivmod64()

Reviewed-by: Jordan Justen <[email protected]>

---

 src/compiler/glsl/builtin_functions.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/compiler/glsl/builtin_functions.h 
b/src/compiler/glsl/builtin_functions.h
index 2053c82b74..89ec9b7d5d 100644
--- a/src/compiler/glsl/builtin_functions.h
+++ b/src/compiler/glsl/builtin_functions.h
@@ -64,6 +64,9 @@ umul64(void *mem_ctx, builtin_available_predicate avail);
 ir_function_signature *
 sign64(void *mem_ctx, builtin_available_predicate avail);
 
+ir_function_signature *
+udivmod64(void *mem_ctx, builtin_available_predicate avail);
+
 }
 
 #endif /* BULITIN_FUNCTIONS_H */

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to