meson: Build SWR driver
authorDylan Baker <dylan@pnwbakers.com>
Thu, 30 Nov 2017 01:50:05 +0000 (17:50 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Tue, 9 Jan 2018 00:39:30 +0000 (16:39 -0800)
commite0b037d6979b266d4959c1e31746d4d19c941fdb
tree98dc4287b207d8e9083d239a77155afdc292d9ce
parentf04d2ca0d979101dd8bfcdc6cad30461ff73a7cc
meson: Build SWR driver

This enables the SWR driver, but doesn't actually hook it up to any of
the targets yet. I felt like this patch was big and complicated enough
without adding that.

v2: - Fix typo 'delemeited' -> 'delimited' (Eric E)
    - Fix type 'errror' -> 'error' (Eric E)
    - Use variables to hold files instead of looking above the current
      meson build (Eric E)
    - Use foreach loops to reduce the number of unique generators
    - Add comment about why some generators have names and some are just
      added to a list
v3: - Remove trailing whitespace

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
meson.build
meson_options.txt
src/gallium/drivers/swr/meson.build [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/codegen/meson.build [new file with mode: 0644]
src/gallium/meson.build