diff options
author | Jason Ekstrand <[email protected]> | 2015-10-20 16:00:55 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-10-20 16:00:55 -0700 |
commit | 72d99f8a40b4c00983952265323b96e61ce45c6b (patch) | |
tree | 4604fe86bf7084f5791c39ead106a34406152661 /src/vulkan/anv_pipeline.c | |
parent | 27d868500aba43e88ef86f9f68aa729289569e75 (diff) |
anv/pipeline: Update a comment
Diffstat (limited to 'src/vulkan/anv_pipeline.c')
-rw-r--r-- | src/vulkan/anv_pipeline.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vulkan/anv_pipeline.c b/src/vulkan/anv_pipeline.c index ed0be39cb7b..1fce94b7f01 100644 --- a/src/vulkan/anv_pipeline.c +++ b/src/vulkan/anv_pipeline.c @@ -299,9 +299,7 @@ populate_wm_prog_key(const struct brw_device_info *devinfo, /* XXX Vulkan doesn't appear to specify */ key->clamp_fragment_color = false; - /* XXX: These are needed for flipping the coordinates. Do we need to do - * this in Vulkan? - */ + /* Vulkan always specifies upper-left coordinates */ key->drawable_height = 0; key->render_to_fbo = false; |