[Mesa-dev] [PATCH] nv50/ir: Change chipset constants to ISA constants and #define to enum.

2017-04-12 Thread Matthew Mondazzi
More relevant ISA constants put in place of chipset compares. This helps better display which features are available to card than previous chipset compares, making future development easier continue with. Signed-off-by: Matthew Mondazzi <msmonda...@gmail.com> --- .../drivers/nouveau/c

[Mesa-dev] [PATCH] nv50/ir: Change chipset constants to ISA constants.

2017-04-10 Thread Matthew Mondazzi
Define references to chipset did not actually use chipset, leading to confusion. More relevant ISA constants put in place of chipset compares. Signed-off-by: Matthew Mondazzi <msmonda...@gmail.com> --- .../drivers/nouveau/codegen/nv50_ir_driver.h | 7 ++-- .../drivers/nouveau/c