summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/Makefile
AgeCommit message (Expand)Author
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
2009-10-28llvmpipe: Make sure the JIT engine and X86 target are linked on MSVC build.José Fonseca
2009-10-25llvmpipe: New module to help make assertions about formats.José Fonseca
2009-10-25llvmpipe: Move a few format/sampling functions into better space.José Fonseca
2009-10-22llvmpipe: Factor vector packing/unpacking to a separate source file.José Fonseca
2009-10-08llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell
2009-10-04llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-11llvmpipe: asst fixes for 'make linux-llvmpipe'Brian Paul
2009-09-07llvmpipe: Code generate the texture sampling inside the shader.José Fonseca
2009-09-07llvmpipe: Texture sampling code generation primitives.José Fonseca
2009-09-07llvmpipe: SoA pixel unpacking specialization.José Fonseca
2009-08-29llvmpipe: List lp_buffer.c in the Makefile.José Fonseca
2009-08-29llvmpipe: Fix build.José Fonseca
2009-08-29llvmpipe: Merge all pixel format related files.José Fonseca
2009-08-29llvmpipe: Factor out and optimize the input interpolation.José Fonseca
2009-08-29llvmpipe: Structure manipulation helpers.José Fonseca
2009-08-29llvmpipe: Centralize the C <-> JIT interfaces in one place.José Fonseca
2009-08-29llvmpipe: Squash the quad pipeline.José Fonseca
2009-08-29llvmpipe: Add a bunch of comments.José Fonseca
2009-08-29llvmpipe: Split off vs stuff from lp_state_fs.c.José Fonseca
2009-08-29llvmpipe: Generate the fragment pipeline into a single function.José Fonseca
2009-08-29llvmpipe: Delete the quad polygon stipple stage.José Fonseca
2009-08-29llvmpipe: Split control flow function declarations and notes.José Fonseca