Simon Fels
c8a760c1f9
Merge pull request #906 from ubports/touch-enable-move
...
Move ENABLE_TOUCH_INPUT option to before 'src' gets included
2018-09-15 18:10:43 +02:00
Simon Fels
364c8ec933
Merge branch 'master' into touch-enable-move
2018-09-15 17:27:05 +02:00
Simon Fels
ca1d3dc358
Merge pull request #867 from morphis/make-lxc3-optional
...
container: bring back support for lxc 2.x under a feature flag
2018-09-15 17:26:25 +02:00
Simon Fels
3e3308c581
Merge branch 'master' into make-lxc3-optional
2018-09-15 17:17:08 +02:00
Simon Fels
9920d4980c
Merge pull request #914 from eMPee584/fix_media_codex
...
Fix media codecs
2018-09-15 17:16:51 +02:00
Marcel Partap
05cb1a608e
Also add mpeg2 support.
...
(frameworks/av commit c83d228e85b187e3112f10003282c8270d18ef71 moved this
from media_codecs_google_video.xml to new file media_codecs_google_tv.xml
for reasons not given.)
2018-09-13 10:19:43 +02:00
Marcel Partap
c98fe4b3a2
Added missing media_codecs_google_*.xml from frameworks/av libstagefright (tree 6b14452cfef637b9b987c0a6a690bda7067afe49).
...
Upstream location is https://android.googlesource.com/platform/frameworks/av/+/master/media/libstagefright/data
2018-09-13 10:17:03 +02:00
Marcel Partap
8d0faeb5d6
Moved the media codecs list to android/media/ as it also contains audio codecs.
2018-09-13 09:48:08 +02:00
Simon Fels
104a320356
Merge pull request #912 from morphis/cpu-features-sanity-check
...
cmds: implement CPU feature sanity check via builtin compiler functions
2018-09-12 08:52:51 +02:00
Simon Fels
ae8cefb770
cmds: implement CPU feature sanity check via builtin compiler functions
...
To prevent our whilelist from growing much more we know do an additional
sanity check via compiler builtin functions if we cannot detect all
mandatory CPU features via the cpu_features libray and if the CPU isn't
whitelisted. This should cover more or less all remaining cases unless
the compiler is unable to detect the features properly.
2018-09-11 19:43:27 +02:00
Simon Fels
12386eba78
Merge pull request #900 from palxex/add-q720-override
...
Update check_features.cpp - Added override for Core i7-720QM
2018-09-11 12:03:37 +02:00
Simon Fels
444cfa3624
Merge branch 'master' into add-q720-override
2018-09-11 11:49:17 +02:00
Simon Fels
003645993f
Merge pull request #907 from ubports/env-disable-hit-test
...
Add option to disable sdl window hit test with envar value
2018-09-11 11:07:30 +02:00
Simon Fels
41dc35ae1b
Merge branch 'master' into add-q720-override
2018-09-11 10:49:35 +02:00
Simon Fels
656545299e
Merge branch 'master' into env-disable-hit-test
2018-09-11 10:49:24 +02:00
Simon Fels
36c4132b6a
Merge pull request #910 from fatihbalsoy/patch-1
...
Update check_features.cpp - Added override for Intel Xeon E5520
2018-09-11 10:46:04 +02:00
fatihbalsoy
40f190c5e2
Added back i7 Q720 to prevent merge conflicts.
2018-09-10 20:01:47 -05:00
fatihbalsoy
54bbd82120
Removed i7 from pull request, already exists.
2018-09-10 19:50:10 -05:00
fatihbalsoy
85107c46ad
Update check_features.cpp - Added override for Core i7-720QM and Xeon E5520
...
I also get the same SSE error on a virtual machine with an Intel Xeon Processor:
The CPU of your computer (Intel(R) Xeon(R) CPU E5520 @ 2.27GHz) does not support all
features Anbox requires.
It is missing support for the following features: SSE 4.1, SSE 4.2, SSSE 3
but checking /proc/cpuinfo reveals that it supports the features:
...
model name : Intel(R) Xeon(R) CPU E5520 @ 2.27GHz
...
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology nonstop_tsc cpuid pni ssse3 sse4_1 sse4_2 x2apic hypervisor lahf_lm pti
I hope adding the following code into the array in check_features.cpp could fix the problem:
// Intel Xeon Processor E5520
"E5520"
2018-09-10 19:16:35 -05:00
Marius Gripsgard
2fc0cf667d
Move ENABLE_TOUCH_INPUT option to before 'src' gets included
...
If its after 'src' gets included, it simply ignores the cxx flag.
2018-09-09 21:11:00 +02:00
Marius Gripsgard
25c44527b1
Add option to disable sdl window hit test with envar value
2018-09-09 21:10:23 +02:00
Simon Fels
02a09899f9
Merge branch 'master' into add-q720-override
2018-09-09 17:29:30 +02:00
Simon Fels
7a25b8bd5d
Merge pull request #897 from nvschilleman/master
...
Update check_features.cpp - Added override for Pentium T4500
2018-09-09 17:28:47 +02:00
Simon Fels
a67cc399fc
Merge branch 'master' into make-lxc3-optional
2018-09-09 17:28:28 +02:00
Simon Fels
d9177f6226
Merge branch 'master' into master
2018-09-09 15:35:42 +02:00
nvschilleman
2d76da9605
Update check_features.cpp
2018-09-09 12:58:57 +02:00
Simon Fels
76260f460e
Merge branch 'master' into add-q720-override
2018-09-08 15:52:04 +02:00
Simon Fels
8febc1669d
Merge pull request #901 from morphis/enable-probot-stale-integration
...
Add probot stale configuration
2018-09-08 15:51:03 +02:00
Simon Fels
ab8a8094cc
Add probot stale configuration
...
We want to get issues without activity closed after a while unless they
are marked with specific labels to keep things clean and maintainable.
2018-09-08 15:41:39 +02:00
Simon Fels
5ea30b162b
Merge branch 'master' into add-q720-override
2018-09-08 14:50:52 +02:00
Simon Fels
e6bd4370c3
Merge pull request #888 from raetiacorvus/fix-clang-build
...
Fix clang build errors
2018-09-08 14:50:05 +02:00
Pal Lockheart
aceed15472
Update check_features.cpp - Added override for Core i7-720QM
2018-09-08 20:35:54 +08:00
nvschilleman
202241a1c4
Update check_features.cpp
2018-09-08 00:38:39 +02:00
Simon Fels
92e6861d85
Merge branch 'master' into make-lxc3-optional
2018-09-07 23:51:46 +02:00
Simon Fels
377df406c0
Merge branch 'master' into fix-clang-build
2018-09-07 23:47:03 +02:00
Simon Fels
ec64b1b8ce
Merge pull request #896 from mrsf/master
...
cmds: add override for Intel Core i5 M 460
2018-09-07 23:46:51 +02:00
Márcio Francisco
ae5004b45d
cmds: add override for Intel Core i5 M 460
2018-09-07 18:34:21 +01:00
Gabriel Rauter
4bbc519626
dbus: demote clang c99-extensions error to warning
...
This commit uses GCC friendly pragmas to demote a clang error on
C99-specific feature usage to a warning.
The C99 feature that is used here is compound literals. It gets used
trough a macro from the dbus C library.
2018-09-04 19:48:00 +02:00
Gabriel Rauter
85fb89c2f4
graphics: remove unused const variable
...
This removes the constexpr const char * default_glesv1_lib and promote
-Wunused-const-variable back to error level on clang.
2018-09-04 19:45:36 +02:00
Gabriel Rauter
92c2481fb9
cmds: remove unused lambda capture this
...
Remove a unused lambda capture on [this] in
anbox::cmds::CheckFeatures::CheckFeatures() and promote
-Wunused-lambda-capture back to error level on clang.
2018-09-04 19:45:36 +02:00
Gabriel Rauter
3c1d7e6149
dbus: remove private unused field type_
...
This commit removes the private unused field type_ from anbox::dbus::Bus
and promotes -Wunused-private-field back to error level on clang.
2018-09-04 19:45:29 +02:00
Simon Fels
44cfc363ac
Merge branch 'master' into fix-clang-build
2018-09-04 08:04:31 +02:00
Simon Fels
82f31f3031
Merge pull request #890 from morphis/add-n2840-override
...
cmds: add override for Intel Celeron N2840
2018-09-04 08:03:44 +02:00
Simon Fels
c5da3c4e4f
cmds: add override for Intel Celeron N2840
2018-09-04 07:52:04 +02:00
Gabriel Rauter
0482cdb7ea
dbus: fix clang compile errors
...
This commit downgrades the following clang compiler errors into warnings:
* unused-private-field
* unused-const-variable
* unused-lambda-capture
2018-09-02 19:50:51 +02:00
Gabriel Rauter
4979b7733e
cpu_features: fix clang, set cast-align to warning
...
Change -Wcast-align from error to warning for clang compiler by adding
the -Wno-error=cast-align compiler flag.
Fixes #881
2018-09-02 17:00:23 +02:00
Simon Fels
568a483435
cmds: allow users to change the container network configuration
...
In some spare situations it might be useful to change the network
configuration of the bridge and with that also the configuration of
the Android container itself. We don't validate the configuration
and just apply it no matter if it ends up with network connectivity
in the container.
2018-09-02 15:04:44 +02:00
Marius Gripsgard
7cc6fb44d9
Change option var to ENABLE_WAYLAND
2018-08-21 12:07:32 +02:00
Marius Gripsgard
75f5a8f6ab
Change option var to ENABLE_TOUCH_INPUT
2018-08-21 12:07:32 +02:00
Marius Gripsgard
2b3c1f1e2d
Change option var to ENABLE_MIR
2018-08-20 17:19:17 +02:00