mesa: Add _mesa_uniform_{attach,detach_all}_driver_storage functions
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 18 Oct 2011 21:38:12 +0000 (14:38 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 7 Nov 2011 21:33:16 +0000 (13:33 -0800)
commit70650d08fa3f4db2aea41e4ed47b271c3a3e7385
treead221dabff75dc748111b326a049c4261e6841ea
parent9516182e80d5a21ab402c9b2cbe9e6c46e5bb1d8
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 <ian.d.romanick@intel.com>
Tested-by: Tom Stellard <thomas.stellard@amd.com>
src/mesa/main/uniform_query.cpp
src/mesa/main/uniforms.c
src/mesa/main/uniforms.h