projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2208d79
)
meson: remove -DGALLIUM_SOFTPIPE from st/osmesa
author
Dylan Baker
<dylan@pnwbakers.com>
Mon, 30 Sep 2019 18:09:44 +0000
(11:09 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Tue, 1 Oct 2019 19:34:27 +0000
(12:34 -0700)
It's unused here, and undefined in scons. It is used in targets/osmesa,
but it's properly defined there already.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/state_trackers/osmesa/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/state_trackers/osmesa/meson.build
b/src/gallium/state_trackers/osmesa/meson.build
index 912a6226f742d748c001bd7def1d30fb88dcb89c..1e49de875b168afe5c22f3e0865e58d67ec44229 100644
(file)
--- a/
src/gallium/state_trackers/osmesa/meson.build
+++ b/
src/gallium/state_trackers/osmesa/meson.build
@@
-21,7
+21,6
@@
libosmesa_st = static_library(
'osmesa_st',
'osmesa.c',
- c_args : ['-DGALLIUM_SOFTPIPE'],
include_directories : [
inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_mapi, inc_mesa,
],