Re: [Mesa-dev] [PATCH 10/11] nouveau/codegen: sort in galliums cull_distance semantic into the drivers bitmask

2015-05-24 Thread Ilia Mirkin
For when you resend, I tend to name things like this "nv50/ir" or "nvc0/ir". In this case, I would have chosen "nv50/ir" since it applies to both nvc0 and nv50. When it's a driver change, I just call it "nv50: " or "nvc0: " (even if it might include small codegen changes). On Sun, May 24, 2015 at

[Mesa-dev] [PATCH 10/11] nouveau/codegen: sort in galliums cull_distance semantic into the drivers bitmask

2015-05-24 Thread Tobias Klausmann
Signed-off-by: Tobias Klausmann --- src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 5 + 1 file changed, 5 insertions(+) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp index ecd115f..381a958 1006