summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-15 17:09:33 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-11-22 12:46:00 -0800
commit9c3e894ebe48d9447dd98a10b372ffc4945177c2 (patch)
treea9caf06e85069b889bdd04ecf4bb975007bfc317 /meson.build
parente89842ebbcab66d17c372e993dadfadcd91c2a6d (diff)
meson: Remove completed or irrelevant TODO comments
These are all either done already, or are autotools specific. The misspelled gallium G3DVL is the autotools specific bit, meson is handling that via build_by_default. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/meson.build b/meson.build
index f844289821a..e6956aafc2f 100644
--- a/meson.build
+++ b/meson.build
@@ -535,13 +535,6 @@ endif
# TODO: powr8
# TODO: shared/static? Is this even worth doing?
-# I don't think that I need to set any of the debug stuff, I think meson
-# handles that for us
-
-# TODO: ldflags
-
-# TODO: texture-float (gallium/mesa only)
-
# Building x86 assembly code requires running x86 binaries. It is possible for
# x86_64 OSes to run x86 binaries, so don't disable asm in those cases
# TODO: it should be possible to use an exe_wrapper to run the binary during
@@ -788,12 +781,8 @@ else
dep_unwind = []
endif
-# TODO: flags for opengl, gles, dri
-
# TODO: gallium-hud
-# TODO: glx provider
-
if with_osmesa != 'none'
if with_osmesa == 'classic' and not with_dri_swrast
error('OSMesa classic requires dri (classic) swrast.')
@@ -886,10 +875,6 @@ if with_platform_x11
endif
endif
-# TODO: osmesa
-
-# TODO: vallium G3DVL
-
# TODO: nine
# TODO: clover