draw/gallivm: export overflow arithmetic to its own file 12/7312/1
authorZack Rusin <zackr@vmware.com>
Thu, 27 Jun 2013 19:23:21 +0000 (15:23 -0400)
committerZack Rusin <zackr@vmware.com>
Fri, 28 Jun 2013 08:24:24 +0000 (04:24 -0400)
commit34546d61c1112aad888c3b8f07604bffb3f2e7b9
tree06d6b1cb9db3739c30fd37ab560ef998f68124dc
parent88de009cc1ab838cd87416dcbbaa4f5b30173c71
draw/gallivm: export overflow arithmetic to its own file

We'll be reusing this code so lets put it in a common file
and use it in the draw module.

Signed-off-by: Zack Rusin <zackr@vmware.com>
src/gallium/auxiliary/Makefile.sources
src/gallium/auxiliary/draw/draw_llvm.c
src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c [new file with mode: 0644]
src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h [new file with mode: 0644]