aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_ds_state.c
diff options
context:
space:
mode:
authorAnuj Phogat <[email protected]>2017-03-16 10:35:49 -0700
committerAnuj Phogat <[email protected]>2017-03-27 16:17:18 -0700
commitbcee124ef752f461100058ec0ec70f2460579217 (patch)
tree167f561ad3abe8df2b97a6b447eed9340e59801f /src/mesa/drivers/dri/i965/gen7_ds_state.c
parent088449487ebcb72561d73ffb91c96302583445a8 (diff)
i965: Delete fast copy blit code
Fast copy blit was primarily added to support Yf/Ys detiling. But, Yf/Ys tiling never got used in i965 due to not delivering the expected performance benefits. Also, replacing legacy blits with fast copy blit didn't help the benchmarking numbers. This is probably due to a h/w restriction that says "start pixel for Fast Copy blit should be on an OWord boundary". This restriction causes many blit operations to skip fast copy blit and use legacy blits. So, this patch is deleting this dead code in favor of adding it later when we actually find it useful. Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/gen7_ds_state.c')
0 files changed, 0 insertions, 0 deletions