diff options
author | Chia-I Wu <[email protected]> | 2015-05-16 08:27:24 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-14 23:00:03 +0800 |
commit | b91250a56b0af51b82bf4152a4f98e74fab22ed4 (patch) | |
tree | 5b1cad5d6ff4e5380eeffbe862d3ae70fda60d9f /src/gallium/drivers/ilo/Makefile.sources | |
parent | 9af1fc590d90fdda65aa0cf145773480af52a4e5 (diff) |
ilo: add ilo_state_zs
We want to replace ilo_zs_surface with ilo_state_zs. One noteworthy
difference is that ilo_state_zs always aligns level 0 to 8x4 when HiZ is
enabled. HiZ will not be enabled for 1D surfaces as a result.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 91a6f65f2e9..943e29113ae 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -23,6 +23,8 @@ C_SOURCES := \ core/ilo_state_3d.h \ core/ilo_state_3d_bottom.c \ core/ilo_state_3d_top.c \ + core/ilo_state_zs.c \ + core/ilo_state_zs.h \ core/intel_winsys.h \ ilo_blit.c \ ilo_blit.h \ |