OSDN Git Service

gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 8 May 2014 12:25:28 +0000 (13:25 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 14 May 2014 10:04:59 +0000 (11:04 +0100)
commit9cf67e51b06b4b136d03e642b18b4a4e36a1dabb
treea79ebd49f932318ed663e6eb59629d780dffeaa4
parentecef2da0b2035b1043441ffd322802cfa4a9f36f
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.

Older versions haven't been tested probably don't work anyway.  But more
importantly, code supporting it is hindering further work.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
15 files changed:
src/gallium/auxiliary/draw/draw_llvm.c
src/gallium/auxiliary/gallivm/lp_bld.h
src/gallium/auxiliary/gallivm/lp_bld_arit.c
src/gallium/auxiliary/gallivm/lp_bld_conv.c
src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
src/gallium/auxiliary/gallivm/lp_bld_init.c
src/gallium/auxiliary/gallivm/lp_bld_logic.c
src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
src/gallium/auxiliary/gallivm/lp_bld_pack.c
src/gallium/auxiliary/gallivm/lp_bld_sample.c
src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
src/gallium/auxiliary/gallivm/lp_bld_type.c
src/gallium/drivers/llvmpipe/lp_jit.c