aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/midgard/midgard_errata_lod.c
Commit message (Collapse)AuthorAgeFilesLines
* pan/midgard: Add LOD bias/clamp loweringAlyssa Rosenzweig2019-11-221-0/+98
We fetch the info with the new intrinsic and lower with ALU ops for txl instructions, which seemingly correspond to "TEXGRD" instructions (what we call textureLod). Signed-off-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Tomeu Vizoso <[email protected]>