Mesa (master): intel/compiler: remove old comment

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 18 18:21:11 UTC 2019


Module: Mesa
Branch: master
Commit: 59623f211bd7f43976d7ec27521d50a58bca5e79
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=59623f211bd7f43976d7ec27521d50a58bca5e79

Author: Italo Nicola <italo.niccola at gmail.com>
Date:   Fri Nov  8 11:29:59 2019 -0300

intel/compiler: remove old comment

This comment was correct some time ago, but since commit
d3c10ad42729c1fe74a7f7c67465bd2, it isn't true anymore.

Reviewed-by: Paulo Zanoni <paulo.r.zanoni at intel.com>

---

 src/intel/compiler/brw_fs.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp
index 92a9c9902e4..37a90d0d489 100644
--- a/src/intel/compiler/brw_fs.cpp
+++ b/src/intel/compiler/brw_fs.cpp
@@ -629,9 +629,6 @@ type_size_scalar(const struct glsl_type *type, bool bindless)
 
 /**
  * Create a MOV to read the timestamp register.
- *
- * The caller is responsible for emitting the MOV.  The return value is
- * the destination of the MOV, with extra parameters set.
  */
 fs_reg
 fs_visitor::get_timestamp(const fs_builder &bld)




More information about the mesa-commit mailing list