summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe
AgeCommit message (Expand)Author
2010-04-18llvmpipe: update commentBrian Paul
2010-04-18llvmpipe: Emit only the vertex attributes necessary for the FS, and ensure th...José Fonseca
2010-04-16llvmpipe: Remove unnecessary header.Vinson Lee
2010-04-16llvmpipe: fix color maskingBrian Paul
2010-04-16llvmpipe: fix linking for lp_test_blendBrian Paul
2010-04-16llvmpipe: work-around an LLVM bugBrian Paul
2010-04-16llvmpipe: clean-up lp_surface_copy()Brian Paul
2010-04-16llvmpipe: remove unneeded declaration (which caused a warning)Brian Paul
2010-04-16llvmpipe: use unsigned type to avoid warningsBrian Paul
2010-04-16llvmpipe: remove unneeded break stmtBrian Paul
2010-04-16llvmpipe: fix compilation, linking of lp_test_blendBrian Paul
2010-04-16llvmpipe: updated #includesBrian 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-16llvmpipe: rename vars, update comments for texture->resource changesBrian Paul
2010-04-16llvmpipe: plug in draw's polygon stipple stageBrian Paul
2010-04-16llvmpipe: check for dirty context state in lp_setup_update_state()Brian Paul
2010-04-16llvmpipe: flush upon PIPE_FLUSH_TEXTURE_CACHE tooBrian Paul
2010-04-16llvmpipe: make sure state is up to date before getting vertex layout/infoBrian Paul
2010-04-16llvmpipe: additional texture assertionBrian Paul
2010-04-16llvmpipe: print_triangle() func (disabled)Brian Paul
2010-04-16Merge the lp-surface-tiling branch into master.Brian Paul
2010-04-14llvmpipe: comments for fence functionsBrian Paul
2010-04-13llvmpipe: disable half float formatsAlan Hourihane
2010-04-12llvmpipe: Respect pipe_sampler_view::format.José Fonseca
2010-04-12llvmpipe: Fix transfers after resource changeJakob Bornecrantz
2010-04-11scons: Make LLVM a black-white dependency.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-08llvmpipe: Remove unnecessary header.Vinson Lee
2010-04-07llvmpipe: Add missing include.José Fonseca
2010-04-07llvmpipe: Fix USE_DRAW_LLVM build. Use lp_build_engine.José Fonseca
2010-04-06llvmpipe: Remove unused variable.Vinson Lee
2010-04-06Merge branch 'gallium_draw_llvm'Zack Rusin
2010-04-06llvmpipe: Support S3TC when util_format_s3tc_enabled is set.José Fonseca
2010-04-06gallivm: Move the global LLVM objects (module, engine, provider, target) into...José Fonseca
2010-04-06llvmpipe: use a define to decide whether to use draw llvm pathsZack Rusin
2010-04-02llvmpipe: limit max texture size to 2Kx2K for nowBrian Paul
2010-04-01llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.José Fonseca
2010-04-01llvmpipe: More tweaks to the supported texture formats.José Fonseca
2010-04-01llvmpipe: Fix build...José Fonseca
2010-04-01llvmpipe: Fix (un)swizzling, broken due to use of VOID channels.José Fonseca
2010-03-31Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin
2010-03-31llvmpipe: Don't call unused generate_clamp().José Fonseca
2010-03-31llvmpipe: Disable threads by default on embedded.José Fonseca
2010-03-31llvmpipe: Don't rely on u_format_access.pyJosé Fonseca
2010-03-31llvmpipe: More accurate format capability exporting.José Fonseca
2010-03-31llvmpipe: Drop the aos format conversion.José Fonseca
2010-03-30Merge remote branch 'origin/master' into gallium_draw_llvmZack Rusin