pan/bi: Remove stale todo/assert

Was already handled, just untested.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9421>
This commit is contained in:
Alyssa Rosenzweig 2021-03-04 23:21:46 +00:00
parent 10b736f160
commit 6a9936f5b5
1 changed files with 0 additions and 3 deletions

View File

@ -2254,9 +2254,6 @@ enum bifrost_tex_dreg {
static void
bi_emit_texc(bi_builder *b, nir_tex_instr *instr)
{
/* TODO: support more with other encodings */
assert(instr->sampler_index < 16);
struct bifrost_texture_operation desc = {
.op = bi_tex_op(instr->op),
.offset_or_bias_disable = false, /* TODO */