mesa: Add log_uniform and log_program_parameters to dump data
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 18 Oct 2011 22:21:04 +0000 (15:21 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 7 Nov 2011 21:33:16 +0000 (13:33 -0800)
commitcfab4327c380e5abd4976e937d9421aa098d0c5f
tree1555cafbdb8bf8acf4e2a232fa5e7c4819009703
parentd7a7e4fc99888da424f324d1fc7e066673e804c2
mesa: Add log_uniform and log_program_parameters to dump data

These were both useful debugging aids while developing this code.
log_uniform will be used to keep the MESA_GLSL=uniform behavior.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Tested-by: Tom Stellard <thomas.stellard@amd.com>
src/mesa/main/uniform_query.cpp