summaryrefslogtreecommitdiffstats
path: root/src/intel/blorp
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2016-10-28 16:27:49 +1100
committerTimothy Arceri <[email protected]>2016-10-28 19:51:08 +1100
commit5857c3082e9f84db12cf9e503666503848242344 (patch)
treee209f7cf72bf1310d326a2e7192951b4eb761e20 /src/intel/blorp
parentc06480390b68c7118b0628f0a2702e6a8c67e1e0 (diff)
intel/blorp: remove stale comment
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/blorp')
-rw-r--r--src/intel/blorp/blorp_blit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/intel/blorp/blorp_blit.c b/src/intel/blorp/blorp_blit.c
index cbccfc7edbd..8f32d2d8ec1 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);