summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2017-01-24 16:13:01 -0800
committerIan Romanick <[email protected]>2017-01-25 09:28:40 -0800
commitfd43bee0ea3742abc8871d146d645db13f7d678f (patch)
treeff9333d76d8e97dfc624e08663c628654eaf64f2 /src/intel/vulkan/anv_private.h
parent173dd60ced6789cac2ebb6744ff99e6b14f34d5a (diff)
mesa: Fix copy-and-paste bug in _mesa_(Program|)Uniform[1234](i|ui)64vARB functions
All of the functions were passing 1 to _mesa_uniform instead of passing count. Fixes 16 unsed parameter warnings like: main/uniforms.c: In function ‘_mesa_Uniform1i64vARB’: main/uniforms.c:1692:47: warning: unused parameter ‘count’ [-Wunused-parameter] _mesa_Uniform1i64vARB(GLint location, GLsizei count, const GLint64 *value) ^~~~~ This is why I build with extra warnings enabled. Unfortunately, there are so many unused parameter warnings in Mesa that I didn't notice these added warnings for over 6 months. :( Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
0 files changed, 0 insertions, 0 deletions