panfrost/midgard: Implement integer sampler
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Wed, 26 Jun 2019 23:12:28 +0000 (16:12 -0700)
committerAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Fri, 28 Jun 2019 22:09:07 +0000 (15:09 -0700)
commite32af4b5c360cd12771cd73001415c5f16fa40f7
treef10c506e96bcf595bba2c9c157a923624606154d
parent7d300006283882f656fb7cda1e224d8bb6f72206
panfrost/midgard: Implement integer sampler

Turns out one of the magic bits in the texture instruction meant
'float'. Different magic bits mean int and uint then :)

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/gallium/drivers/panfrost/midgard/disassemble.c
src/gallium/drivers/panfrost/midgard/midgard.h
src/gallium/drivers/panfrost/midgard/midgard_compile.c