Mesa (master): intel/blorp: remove stale comment

Timothy Arceri tarceri at kemper.freedesktop.org
Fri Oct 28 08:51:18 UTC 2016


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

Author: Timothy Arceri <timothy.arceri at collabora.com>
Date:   Fri Oct 28 16:27:49 2016 +1100

intel/blorp: remove stale comment

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

---

 src/intel/blorp/blorp_blit.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c
index cbccfc7..8f32d2d 100644
--- a/src/intel/blorp/blorp_blit.c
+++ b/src/intel/blorp/blorp_blit.c
@@ -1239,9 +1239,6 @@ brw_blorp_get_blit_kernel(struct blorp_context *blorp,
    unsigned program_size;
    struct brw_blorp_prog_data prog_data;
 
-   /* Try and compile with NIR first.  If that fails, fall back to the old
-    * method of building shaders manually.
-    */
    nir_shader *nir = brw_blorp_build_nir_shader(blorp, mem_ctx, prog_key);
    struct brw_wm_prog_key wm_key;
    brw_blorp_init_wm_prog_key(&wm_key);




More information about the mesa-commit mailing list