summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_renderbuffer.c
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2014-10-20 16:21:54 -0700
committerIan Romanick <[email protected]>2014-11-10 04:25:39 -0800
commit3f5ebb98b74cca8488ee7093aab87125ee5341ed (patch)
treed4653a6cb734d5d627d23826570e832bef1505e4 /src/mesa/swrast/s_renderbuffer.c
parent23dcbf623f55fedb92d232b2b3e196834c8a1f2e (diff)
mesa: Rework location == -1 error checking
Only one caller wanted to generate an error when location == -1, so move the error generation to that caller. There will be more callers in the future that do not want to generate errors. Move the location == -1 check later in validate_uniform_parameters. As currently implemented, glUniform1iv(-1, -1, data) would not generate an error, but it should due to count being < 0. The location that I have moved it to will make more sense with the next commit. Valgrind callgrind results for a trace of Tesseract: _mesa_Uniform4fv _mesa_Uniform4f _mesa_Uniform1i Before (64-bit): 51,241,217 17,740,162 689,181 After (64-bit): 50,499,557 17,487,316 686,227 _mesa_Uniform4fv _mesa_Uniform4f _mesa_Uniform1i Before (32-bit): 63,940,605 21,987,918 831,065 After (32-bit): 62,968,039 21,732,380 828,147 Signed-off-by: Ian Romanick <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/mesa/swrast/s_renderbuffer.c')
0 files changed, 0 insertions, 0 deletions