Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Remove builtin_compiler | Adrian Negreanu | 2013-09-18 | 1 | -19/+0 |
| | | | | | | | | | | | | The first part was done in: commit c845140a20efa6a30a5465301d1f9b4acea79155 Author: Kenneth Graunke <kenneth@whitecape.org> Date: Tue Sep 3 21:22:17 2013 -0700 Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com> Acked-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> | ||||
* | android: glcpp: fix abuse of yylex | Negreanu Marius Adrian | 2012-10-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Port the 'glcpp: fix abuse of yylex' commit to Android.mk Also, since the Android.*.mk are sourced in a global namespace, the local-y-to-c-and-h is prefixed with the LOCAL_MODULE name, The initial fix commit is 53d46bc787318ccf9911fdd1d5fe99ee4db7f41a There's also a bugzilla for this: 54947 Signed-off-by: Negreanu Marius Adrian <adrian.m.negreanu@intel.com> Reviewed-by: Oliver McFadden <oliver.mcfadden@linux.intel.com> Reviewed-by: Dave Airlie <airlied@redhat.com> | ||||
* | android: build glsl | Chia-I Wu | 2011-08-21 | 1 | -0/+98 |
This builds the static library libmesa_glsl and executable glsl_compiler from glsl. glsl_compiler is only installed for engineering build. Reviewed-by: Chad Versace <chad@chad-versace.us> |