OSDN Git Service

mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*
authorMatt Turner <mattst88@gmail.com>
Mon, 31 Dec 2012 21:10:32 +0000 (13:10 -0800)
committerMatt Turner <mattst88@gmail.com>
Wed, 2 Jan 2013 20:33:44 +0000 (12:33 -0800)
commitf10b54fd79d96d664e8e016f90fe08dcf010ff82
tree2a83806f3705f8e281e9c7af4fd2cfdf33e1bf92
parent1b06a0478f5e307d0065805cf09c2971d5a312e2
mesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerParameter*

Commit f22d49de added the SamplerParamter* functions but only used
ASSERT_OUTSIDE_BEGIN_END inside the -f and -fv versions.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/samplerobj.c