i965/blorp: Create the program key in get_clear_kernel
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 28 Apr 2016 00:18:02 +0000 (17:18 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 14 May 2016 20:34:53 +0000 (13:34 -0700)
commitbb45f42f55ba769e4b2bba573043fca3aa533225
treedbb9fc37ecd8ea87ab86ff0afe8fad1cbda2f6e6
parentc1fe8859d3ec28bd7046390a1c0e9ec76074e2d1
i965/blorp: Create the program key in get_clear_kernel

There's no reason to be passing a whole struct around just for a single
boolean.  We can create it later when we actually need to use it as a key.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_blorp_clear.cpp