summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
AgeCommit message (Expand)Author
2010-12-03mesa: consolidate some compiler -D flagsBrian Paul
2010-10-27Fix build on systems where "python" is python 3.Kenneth Graunke
2010-10-18llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell
2010-10-17llvmpipe: remove setup fallback pathKeith Whitwell
2010-10-15llvmpipe: Move makefile include to before targetsJakob Bornecrantz
2010-09-07llvmpipe: Add lp_rast_debug.c to Makefile.Chia-I Wu
2010-08-27llvmpipe: add lp_setup_coef to makefileKeith Whitwell
2010-07-14llvmpipe: delete lp_test_*.o files with make cleanBrian Paul
2010-07-06llvmpipe: add test program for round(), trunc(), floor(), ceil()Brian Paul
2010-06-30llvmpipe: added new lp_memory.[ch] filesBrian Paul
2010-06-22llvmpipe: make geometry shaders and stream output workZack Rusin
2010-06-08llvmpipe: Add geom shader file to make buildJakob Bornecrantz
2010-05-24llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li
2010-05-17llvmpipe: Fix link order for test appsJakob Bornecrantz
2010-04-25llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.cJosé Fonseca
2010-04-24llvmpipe: add initial autoconf support.Dave Airlie
2010-04-21llvmpipe: add missing dependency in MakefileBrian Paul
2010-04-20gallivm: Bring aos format back to life.José Fonseca
2010-04-16llvmpipe: fix linking for lp_test_blendBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul
2010-04-16gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-31llvmpipe: Don't rely on u_format_access.pyJosé Fonseca
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca
2010-03-29Add test case for lp_bld_printf()Chris Li
2010-03-26gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-02-23llvmpipe: add lp_tile_image.c to sourcesBrian Paul
2010-02-09llvmpipe: remove .s rule (already in Makefile.template)Brian Paul
2010-02-09llvmpipe: lp_tile_surface.c isn't committed yetBrian Paul
2010-02-09llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li
2010-02-08llvmpipe: remove files moved to gallivm/ from llvmpipe/MakefileBrian Paul
2010-02-05allow make to build lp_test_* for llvmpipeChris Li
2010-01-21llvmpipe: added simple perf/statistics counting facilityBrian Paul
2010-01-20llvmpipe: add makefile rule for generating .s filesBrian Paul
2010-01-19llvmpipe: re-order file list, fix indentationBrian Paul
2010-01-15llvmpipe: add extra flags to DEFINES, no CFLAGSBrian Paul
2010-01-08Merge remote branch 'origin/master' into lp-binningJosé Fonseca
2010-01-07llvmpipe: Axe texture sampling code inherited from softpipe.José Fonseca
2010-01-06llvmpipe: merge setup and draw vbuf submodulesKeith Whitwell
2009-12-14llvmpipe: update file list in MakefileBrian Paul
2009-12-11llvmpipe: remove old fence code, compile new lp_fence.c fileBrian Paul
2009-12-09llvmpipe: added new lp_bin_queue.[ch] filesBrian Paul
2009-12-04llvmpipe: add missing sources to MakefileBrian Paul
2009-12-04llvmpipe: move bin-related structures and functions into new lp_bin.[ch]Brian Paul
2009-11-30llvmpipe: update C_SOURCESBrian Paul
2009-11-03llvmpipe: remove old prim_setup draw stageKeith Whitwell