i965/blorp: Get rid of the blorp_prog_data_int() helper
authorJason Ekstrand <jason.ekstrand@intel.com>
Wed, 11 May 2016 18:04:19 +0000 (11:04 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 14 May 2016 20:34:54 +0000 (13:34 -0700)
commit672cffee0f24a40585c6c0a77caedd3aa0af60b1
tree3d67b43fd5eaa9cd8e698f97f93ede38c1d2e1dc
parentc228ea8345d3c47367f55c3cd6f25031fe8cd658
i965/blorp: Get rid of the blorp_prog_data_int() helper

The helper was initially created to allow us to set reasonable defaults as
we mutated the brw_blorp_prog_data structure in preparation for NIR.  Now
that everything is going through brw_blorp_compile_nir_shader() which fully
fills out the brw_blorp_prog_data structure, we don't need the helper.

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