summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/Makefile
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: Convert to automakeMatt Turner2013-01-101-70/+0
* llvmpipe: Remove remnants of lp_tile_soa from Makefile.José Fonseca2012-11-301-3/+0
* llvmpipe: Fix build break from 75da95c50Stéphane Marchesin2012-11-291-2/+1
* llvmpipe: Remove lp_build_blend_soa()José Fonseca2012-11-291-1/+0
* gallivm,draw,llvmpipe: Support wider native registers.José Fonseca2012-07-171-2/+1
* llvmpipe: Unified common code between AoS and SoA blending.James Benton2012-07-161-0/+1
* automake: Globally add stub automake targets to the old Makefiles.Eric Anholt2012-06-111-3/+0
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* llvmpipe: Remove lp_test_sincos.José Fonseca2012-02-211-4/+1
* llvmpipe: Unit tests for arithmetic functions.José Fonseca2011-07-221-0/+1
* llvmpipe: use $(CXX) instead of g++ for linking.Stéphane Marchesin2011-06-061-1/+1
* mesa: consolidate some compiler -D flagsBrian Paul2010-12-031-2/+0
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-1/+1
* llvmpipe: remove lp_setup_coef*.c files from MakefileBrian Paul2010-10-181-2/+0
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-171-2/+2
|\
| * llvmpipe: Move makefile include to before targetsJakob Bornecrantz2010-10-151-2/+2
* | llvmpipe: remove setup fallback pathKeith Whitwell2010-10-171-0/+1
|/
* llvmpipe: Add lp_rast_debug.c to Makefile.Chia-I Wu2010-09-071-0/+1
* llvmpipe: add lp_setup_coef to makefileKeith Whitwell2010-08-271-0/+2
* llvmpipe: delete lp_test_*.o files with make cleanBrian Paul2010-07-141-0/+3
* llvmpipe: add test program for round(), trunc(), floor(), ceil()Brian Paul2010-07-061-0/+1
* llvmpipe: added new lp_memory.[ch] filesBrian Paul2010-06-301-0/+1
* llvmpipe: make geometry shaders and stream output workZack Rusin2010-06-221-0/+1
* llvmpipe: Add geom shader file to make buildJakob Bornecrantz2010-06-081-0/+1
* llvmpipe: Unit test for sin/cos that compares against reference implementation.Qicheng Christopher Li2010-05-241-1/+5
* llvmpipe: Fix link order for test appsJakob Bornecrantz2010-05-171-1/+1
* llvmpipe: lp_tex_sample_llvm.c -> lp_tex_sample.cJosé Fonseca2010-04-251-1/+1
* llvmpipe: add initial autoconf support.Dave Airlie2010-04-241-2/+3
* llvmpipe: add missing dependency in MakefileBrian Paul2010-04-211-1/+1
* gallivm: Bring aos format back to life.José Fonseca2010-04-201-1/+1
* llvmpipe: fix linking for lp_test_blendBrian Paul2010-04-161-1/+1
* gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-161-0/+3
* gallivm/llvmpipe: move lp_bld_alpha.c to llvmpipe/ directoryBrian Paul2010-04-161-0/+1
* gallivm/llvmpipe: move lp_bld_depth.[ch] to llvmpipe/ directoryBrian Paul2010-04-161-0/+1
* gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul2010-04-161-0/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+0
* llvmpipe: Don't rely on u_format_access.pyJosé Fonseca2010-03-311-1/+1
* llvmpipe: Drop the aos format conversion.José Fonseca2010-03-311-1/+1
* Add test case for lp_bld_printf()Chris Li2010-03-291-1/+2
* gallium/llvmpipe: add PROGS target/rule to Makefile.templateChris Li2010-03-261-8/+6
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-3/+3
* llvmpipe: add lp_tile_image.c to sourcesBrian Paul2010-02-231-0/+1
* llvmpipe: remove .s rule (already in Makefile.template)Brian Paul2010-02-091-5/+0
* llvmpipe: lp_tile_surface.c isn't committed yetBrian Paul2010-02-091-1/+0
* llvmpipe: Make llvm unit test depend on libllvmpipe.aChris Li2010-02-091-3/+2
* llvmpipe: remove files moved to gallivm/ from llvmpipe/MakefileBrian Paul2010-02-081-24/+2
* allow make to build lp_test_* for llvmpipeChris Li2010-02-051-0/+13
* llvmpipe: added simple perf/statistics counting facilityBrian Paul2010-01-211-0/+1
* llvmpipe: add makefile rule for generating .s filesBrian Paul2010-01-201-0/+5
* llvmpipe: re-order file list, fix indentationBrian Paul2010-01-191-4/+4