diff options
author | Chia-I Wu <[email protected]> | 2013-12-28 15:57:49 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2014-01-08 18:11:35 +0800 |
commit | 127fbc086ba9365e9304843af09fe730edb1d389 (patch) | |
tree | e28cda1420de8537afb9807fc07bdae6490cf8a9 /src/gallium/drivers/ilo/Makefile.sources | |
parent | 546416d49597c4879d045707d5587317e77e160c (diff) |
ilo: add HiZ op support to the pipelines
Add blitter functions to perform Depth Buffer Clear, Depth Buffer Resolve, and
Hierarchical Depth Buffer Resolve. Those functions set ilo_blitter up and
pass it to the pipelines to emit the commands.
Diffstat (limited to 'src/gallium/drivers/ilo/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/ilo/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/Makefile.sources b/src/gallium/drivers/ilo/Makefile.sources index 1612a774519..d109af0097c 100644 --- a/src/gallium/drivers/ilo/Makefile.sources +++ b/src/gallium/drivers/ilo/Makefile.sources @@ -8,6 +8,7 @@ C_SOURCES := \ ilo_blitter.c \ ilo_blitter_blt.c \ ilo_blitter_pipe.c \ + ilo_blitter_rectlist.c \ ilo_context.c \ ilo_cp.c \ ilo_format.c \ |