mesa/src/intel/tools
Dylan Baker 4052142de7 meson: remove -std=c++11 from intel/tools
for meson all C++ code is already compiled as C++11, so it's
unnecessary. It's also the wrong way to do this, if we really needed
this the correct way is to set:

```meson
executable(
  ...
  override_options : ['cpp_std=c++11'],
)
```

Which ensures not only that the correct syntax for the current
compiler is used, but also that meson doesn't create arguments like
`-std=c++14 ... -std=c++11`

Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2019-01-31 21:42:16 +00:00
..
imgui tools/imgui: disable all warnings 2018-10-31 16:28:33 +00:00
.gitignore intel: tools: add aubinator_error_decode tool 2017-04-04 21:22:26 +01:00
aub_mem.c intel/tools: avoid 'unused variable' warnings 2018-11-14 13:35:28 +00:00
aub_mem.h intel: tools: aubmem: map gtt data to aub file 2018-08-22 18:02:11 +01:00
aub_read.c intel/tools: avoid 'unused variable' warnings 2018-11-14 13:35:28 +00:00
aub_read.h intel/decoder: tools: gen_engine to drm_i915_gem_engine_class 2018-11-13 15:10:12 +00:00
aub_write.c Revert "intel/tools/aubwrite: Always use physical addresses for traces." 2018-08-30 14:36:28 -07:00
aub_write.h Revert "intel/tools/aubwrite: Always use physical addresses for traces." 2018-08-30 14:36:28 -07:00
aubinator.c intel/aubinator: fix ring buffer pointer 2018-11-16 11:39:54 +00:00
aubinator_error_decode.c intel/aubinator_error_decode: Get rid of warning for missing switch case 2018-12-04 12:47:49 +00:00
aubinator_viewer.cpp intel/aub_viewer: highlight true booleans 2018-12-28 16:48:46 +00:00
aubinator_viewer.h intel/aub_viewer: highlight true booleans 2018-12-28 16:48:46 +00:00
aubinator_viewer_decoder.cpp intel/aub_viewer: highlight true booleans 2018-12-28 16:48:46 +00:00
aubinator_viewer_urb.h intel: aubinator_viewer: add urb view 2018-08-22 18:02:11 +01:00
error2aub.c intel/tools: fix resource leak 2018-11-01 13:21:07 +00:00
gen8_context.h intel: tools: aubwrite: split gen[89] from gen10+ 2018-08-01 15:31:56 +01:00
gen10_context.h intel: tools: aubwrite: split gen[89] from gen10+ 2018-08-01 15:31:56 +01:00
gen_context.h intel: tools: aubwrite: split gen[89] from gen10+ 2018-08-01 15:31:56 +01:00
i965_disasm.c intel/tools: make sure the binary file is properly read 2018-12-04 16:19:26 +00:00
intel_aub.h intel: intel_dump_gpu: use simulator id in captures 2018-07-05 11:57:45 +01:00
intel_dump_gpu.c intel/dump_gpu: add platform option 2018-11-07 11:27:41 +00:00
intel_dump_gpu.in intel/dump_gpu: add platform option 2018-11-07 11:27:41 +00:00
intel_sanitize_gpu.c src/intel: use new hash table and set creation helpers 2019-01-14 10:49:33 -08:00
intel_sanitize_gpu.in intel/sanitize_gpu: add help/gdb options to wrapper 2018-11-05 15:45:07 +00:00
meson.build meson: remove -std=c++11 from intel/tools 2019-01-31 21:42:16 +00:00