search for: handletxl

Displaying 1 result from an estimated 1 matches for "handletxl".

Did you mean: handletxd
2014 Feb 28
0
[PATCH] nv50: enable texture query lod
...ers/nouveau/codegen/nv50_ir_lowering_nv50.cpp index 984a8ca..91cae53 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp @@ -543,6 +543,7 @@ private: bool handleTXB(TexInstruction *); // I really bool handleTXL(TexInstruction *); // hate bool handleTXD(TexInstruction *); // these 3 + bool handleTXLQ(TexInstruction *); bool handleCALL(Instruction *); bool handlePRECONT(Instruction *); @@ -856,6 +857,26 @@ NV50LoweringPreSSA::handleTXD(TexInstruction *i) } bool +NV50LoweringPreSSA::handl...