intel/blorp: remove stale comment
authorTimothy Arceri <timothy.arceri@collabora.com>
Fri, 28 Oct 2016 05:27:49 +0000 (16:27 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Fri, 28 Oct 2016 08:51:08 +0000 (19:51 +1100)
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/intel/blorp/blorp_blit.c

index cbccfc7edbdb1da576c93f9d7dd1ab57a9e30ca5..8f32d2d8ec1cb4e47fea74a4e29ff5a3e39b0f10 100644 (file)
@@ -1239,9 +1239,6 @@ brw_blorp_get_blit_kernel(struct blorp_context *blorp,
    unsigned program_size;
    struct brw_blorp_prog_data prog_data;
 
    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);
    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);