anv/pipeline: Update a comment
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 23:00:55 +0000 (16:00 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 23:00:55 +0000 (16:00 -0700)
src/vulkan/anv_pipeline.c

index ed0be39cb7bdbe7e6fb227f44a4a4e155e864003..1fce94b7f01925d72203fab9386c28d3aae3acd3 100644 (file)
@@ -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;