ilo: convert generic depth-stencil-alpha pipe state to ilo pipe state
authorCourtney Goeltzenleuchter <courtney@LunarG.com>
Fri, 31 May 2013 19:43:11 +0000 (13:43 -0600)
committerChia-I Wu <olvaffe@gmail.com>
Fri, 7 Jun 2013 03:13:15 +0000 (11:13 +0800)
commitc6983ea035d6bef345517a13fed6abc1441407cf
tree09fa6c7f4635e7f6a1098837042824d1b1daea50
parent70e78211d6c09b3076ac261d2cde9d0037540065
ilo: convert generic depth-stencil-alpha pipe state to ilo pipe state

Moving the work to create time reduces the work at emit time.
Saves time overall as create work is only done once.
Fix compiler warning in gen7_pipeline_sol.

[olv: remember pipe_alpha_state instead of pipe_depth_stencil_alpha_state in
      ilo_dsa_state]
src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c
src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c
src/gallium/drivers/ilo/ilo_gpe.h
src/gallium/drivers/ilo/ilo_gpe_gen6.c
src/gallium/drivers/ilo/ilo_gpe_gen6.h
src/gallium/drivers/ilo/ilo_state.c