Re: [Mesa-dev] [PATCH 3/3] android: aco: add support for libmesa_aco

2019-09-27 Thread Eric Engestrom
On Friday, 2019-09-27 09:56:36 +0200, Mauro Rossi wrote: > Hi, > for this 3rd patch I'm in contact with John Stultz > > Could you please give me both some advice on how to perform Merge Request > (newbie) > > I have pushed an android_aco branch in my gitlab repo with account > issor.oruam (same u

Re: [Mesa-dev] [PATCH 3/3] android: aco: add support for libmesa_aco

2019-09-27 Thread Mauro Rossi
Hi, for this 3rd patch I'm in contact with John Stultz Could you please give me both some advice on how to perform Merge Request (newbie) I have pushed an android_aco branch in my gitlab repo with account issor.oruam (same used in mesa) but I'm not able to perform Merge Request/Compare branches b

[Mesa-dev] [PATCH 3/3] android: aco: add support for libmesa_aco

2019-09-22 Thread Mauro Rossi
Android building rules are added in src/amd/Android.compiler.mk libmesa_aco static library is built conditionally to radeonsi as done for vulkan.radv module This will prevent Android build errors for non x86 systems filter-out compiler/aco_instruction_selection_setup.cpp source, as already includ