diff options
author | Paul Berry <[email protected]> | 2012-04-30 14:29:35 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-05-15 15:09:22 -0700 |
commit | 586b3894744819071bb1ad56383e3c0d9e5b7e1f (patch) | |
tree | 65f6cb050c938e6079373d679bf1e303813113ac /src/mesa/drivers/dri/i965/gen6_wm_state.c | |
parent | 2c5510b71b6348b686e76ecc2c34195080d566f4 (diff) |
i965: split gen{6,7}_blorp_exec functions into manageable chunks.
This patch splits up the gen6_blorp_exec and gen7_blorp_exec
functions, which were very long, into simple component functions.
With a few exceptions, there is one function per state packet.
This will allow blit functionality to be added without significantly
complicating the code.
Reviewed-by: Chad Versace <[email protected]>
v2: Rename the functions gen{6,7}_emit_wm_disable() to
gen{6,7}_emit_wm_config() (since the WM is not actually disabled
during HiZ ops; it simply doesn't have a program). Also, on gen7,
split out the configration of 3DSTATE_PS to a separate function
gen7_emit_ps_config().
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen6_wm_state.c')
0 files changed, 0 insertions, 0 deletions