upload tizen 2.0 source
authorSeongwon Cho <seongwon1.cho@samsung.com>
Wed, 22 Aug 2012 11:40:25 +0000 (20:40 +0900)
committerSeongwon Cho <seongwon1.cho@samsung.com>
Wed, 22 Aug 2012 11:40:25 +0000 (20:40 +0900)
commitf869d809f2a8bebbb2516c85e286fe695d55a09b
tree303cd7dd36f670a4e878d467a35aff52f4aeb214
parent52ebf696ce793184d57dba17742f6814557e3512
upload tizen 2.0 source
97 files changed:
.gitignore [new file with mode: 0644]
Makefile.am
TC/_export_env.sh [new file with mode: 0755]
TC/_export_target_env.sh [new file with mode: 0755]
TC/build.sh [new file with mode: 0755]
TC/clean.sh [new file with mode: 0755]
TC/config [new file with mode: 0755]
TC/execute.sh [new file with mode: 0755]
TC/testcase/pixman-compiler.h [new file with mode: 0644]
TC/testcase/pixman-private.h [new file with mode: 0644]
TC/testcase/pixman-version.h [new file with mode: 0644]
TC/testcase/pixman.h [new file with mode: 0644]
TC/testcase/tslist [new file with mode: 0644]
TC/testcase/utc_a1_trap_test.c [new file with mode: 0644]
TC/testcase/utc_affine_test.c [new file with mode: 0644]
TC/testcase/utc_blitters_test.c [new file with mode: 0644]
TC/testcase/utc_composite_traps_test.c [new file with mode: 0644]
TC/testcase/utc_fetch_test.c [new file with mode: 0644]
TC/testcase/utc_gradient_crash_test.c [new file with mode: 0644]
TC/testcase/utc_oob_test.c [new file with mode: 0644]
TC/testcase/utc_pdf_op_test.c [new file with mode: 0644]
TC/testcase/utc_region_contains_test.c [new file with mode: 0644]
TC/testcase/utc_region_test.c [new file with mode: 0644]
TC/testcase/utc_region_translate_test.c [new file with mode: 0644]
TC/testcase/utc_scaling_crash_test.c [new file with mode: 0644]
TC/testcase/utc_scaling_helpers_test.c [new file with mode: 0644]
TC/testcase/utc_scaling_test.c [new file with mode: 0644]
TC/testcase/utils.c [new file with mode: 0644]
TC/testcase/utils.h [new file with mode: 0644]
TC/tet_scen [new file with mode: 0755]
TC/tetbuild.cfg [new file with mode: 0755]
TC/tetclean.cfg [new file with mode: 0755]
TC/tetexec.cfg [new file with mode: 0755]
autogen.sh
configure.ac [changed mode: 0755->0644]
debian/changelog
debian/rules
demos/Makefile.am
demos/checkerboard.c [new file with mode: 0644]
demos/composite-test.c
demos/gradient-test.c
demos/gtk-utils.c
demos/parrot.c [new file with mode: 0644]
demos/parrot.jpg [new file with mode: 0644]
demos/quad2quad.c [new file with mode: 0644]
packaging/pixman.spec
pixman/Makefile.am
pixman/loongson-mmintrin.h [new file with mode: 0644]
pixman/pixman-access.c
pixman/pixman-accessor.h
pixman/pixman-arm-neon-asm.S
pixman/pixman-arm-simd-asm.S
pixman/pixman-bits-image.c
pixman/pixman-combine.c.template
pixman/pixman-combine.h.template
pixman/pixman-compiler.h
pixman/pixman-cpu.c
pixman/pixman-fast-path.c
pixman/pixman-general.c
pixman/pixman-gradient-walker.c
pixman/pixman-image.c
pixman/pixman-implementation.c
pixman/pixman-mips-dspr2-asm.S [new file with mode: 0644]
pixman/pixman-mips-dspr2-asm.h [new file with mode: 0644]
pixman/pixman-mips-dspr2.c [new file with mode: 0644]
pixman/pixman-mips-dspr2.h [new file with mode: 0644]
pixman/pixman-mips-memcpy-asm.S [new file with mode: 0644]
pixman/pixman-mmx.c
pixman/pixman-noop.c
pixman/pixman-private.h
pixman/pixman-region.c
pixman/pixman-sse2.c
pixman/pixman-trap.c
pixman/pixman-utils.c
pixman/pixman.h
test/Makefile.am [changed mode: 0755->0644]
test/Makefile.win32 [changed mode: 0755->0644]
test/a1-trap-test.c
test/affine-test.c [changed mode: 0755->0644]
test/alphamap.c
test/blitters-test.c [changed mode: 0755->0644]
test/composite-traps-test.c [changed mode: 0755->0644]
test/composite.c [changed mode: 0755->0644]
test/fetch-test.c [changed mode: 0755->0644]
test/fuzzer-find-diff.pl [changed mode: 0644->0755]
test/gradient-crash-test.c
test/lowlevel-blt-bench.c
test/oob-test.c
test/region-contains-test.c
test/region-translate-test.c
test/scaling-crash-test.c
test/scaling-helpers-test.c [changed mode: 0755->0644]
test/scaling-test.c [changed mode: 0755->0644]
test/stress-test.c [changed mode: 0755->0644]
test/trap-crasher.c [changed mode: 0755->0644]
test/utils.c [changed mode: 0755->0644]
test/utils.h [changed mode: 0755->0644]