Skip to content
  • maurossi's avatar
    android: svga: fix build for GL4.1 support · 06650a77
    maurossi authored
    Fixes the following building errors:
    
    external/mesa/src/gallium/drivers/svga/svga_context.c:184: error: undefined reference to 'svga_init_ts_functions'
    external/mesa/src/gallium/drivers/svga/svga_context.c:100: error: undefined reference to 'svga_cleanup_tcs_state'
    out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_svga_intermediates/libmesa_pipe_svga.a(svga_state.o):svga_state.c:hw_draw_state_sm5: error: undefined reference to 'svga_hw_tes'
    out/target/product/x86_64/obj_x86/STATIC_LIBRARIES/libmesa_pipe_svga_intermediates/libmesa_pipe_svga.a(svga_state.o):svga_state.c:hw_draw_state_sm5: error: undefined reference to 'svga_hw_tcs'
    
    Fixes: ccb4ea5a
    
     "svga: Add GL4.1(compatibility profile) support in svga driver"
    Signed-off-by: default avatarMauro Rossi <issor.oruam@gmail.com>
    Reviewed-by: default avatarCharmaine Lee <charmainel@vmware.com>
    Part-of: <!5364>
    06650a77