summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2016-08-14 13:01:45 -0400
committerIlia Mirkin <[email protected]>2016-08-14 17:41:33 -0400
commitc85b7f0e873518c332d23d1492332941355cb600 (patch)
tree6c8981bbd2d8a8c9a0520351bb1ab38fe1cd11bc /src/gallium/auxiliary/Makefile.sources
parent68b64f32e84c951ca22de8cd5f65305e0142230d (diff)
gallium/util: add helper to compute zmin/zmax for a viewport state
Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]> Cc: "11.2 12.0" <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index 586f05781d4..2a4919b0d71 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -309,7 +309,8 @@ C_SOURCES := \
util/u_upload_mgr.h \
util/u_vbuf.c \
util/u_vbuf.h \
- util/u_video.h
+ util/u_video.h \
+ util/u_viewport.h
NIR_SOURCES := \
nir/tgsi_to_nir.c \