projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d8685
)
anv/pipeline: Update a comment
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 20 Oct 2015 23:00:55 +0000
(16:00 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Tue, 20 Oct 2015 23:00:55 +0000
(16:00 -0700)
src/vulkan/anv_pipeline.c
patch
|
blob
|
history
diff --git
a/src/vulkan/anv_pipeline.c
b/src/vulkan/anv_pipeline.c
index ed0be39cb7bdbe7e6fb227f44a4a4e155e864003..1fce94b7f01925d72203fab9386c28d3aae3acd3 100644
(file)
--- 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;