diff options
author | Ian Romanick <[email protected]> | 2011-10-18 14:38:12 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-11-07 13:33:16 -0800 |
commit | 70650d08fa3f4db2aea41e4ed47b271c3a3e7385 (patch) | |
tree | ad221dabff75dc748111b326a049c4261e6841ea /src/mesa/main/uniform_query.cpp | |
parent | 9516182e80d5a21ab402c9b2cbe9e6c46e5bb1d8 (diff) |
mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functions
These functions are used to create and destroy the connections between
a uniform and the storage used by the driver to hold its value.
Signed-off-by: Ian Romanick <[email protected]>
Tested-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/mesa/main/uniform_query.cpp')
-rw-r--r-- | src/mesa/main/uniform_query.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main/uniform_query.cpp index 120317cc2fc..d4d6e8262ed 100644 --- a/src/mesa/main/uniform_query.cpp +++ b/src/mesa/main/uniform_query.cpp @@ -25,6 +25,7 @@ #include "main/core.h" #include "main/context.h" #include "ir.h" +#include "ir_uniform.h" #include "../glsl/program.h" #include "../glsl/ir_uniform.h" |