Skip to content

freedreno/a6xx: Skip compiling the old gmem blit programs.

Emma Anholt requested to merge anholt/mesa:fd-fixed-progs into master

Saves a bunch of noise for me to sort through in IR3_SHADER_DEBUG=vs,fs shader-db/run . I found that we were crashing on destroy of NULL programs in fd_prog_fini, so I replicated the gpu_id < 300 early exit from fd_prog_init() down to _fini as well.

Merge request reports