mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
intel/blorp: remove stale comment
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
c06480390b
commit
5857c3082e
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue